Skip to content
Snippets Groups Projects
  1. Apr 12, 2020
  2. Aug 16, 2019
  3. Jul 30, 2019
  4. Jun 08, 2019
  5. May 27, 2019
  6. Mar 15, 2019
  7. Mar 14, 2019
  8. Mar 12, 2019
  9. Dec 17, 2018
  10. Dec 11, 2018
    • ThibG's avatar
      Add instance-wide setting to disable profile directory (#9497) · 720daa81
      ThibG authored
      * Add instance-wide setting to disable profile directory
      
      Fixes #9496
      
      When the profile directory is disabled:
      - The “discoverable” setting is hidden from users
      - The “profile directory” link is not shown on public pages
      - /explore returns 404
      
      * Move Setting.profile_directory check to a before_action filter
      720daa81
  11. Dec 06, 2018
  12. Oct 06, 2018
  13. Aug 23, 2018
  14. Aug 18, 2018
  15. Jul 28, 2018
  16. May 19, 2018
  17. May 18, 2018
    • Eugen Rochko's avatar
      Add preference to hide following/followers lists (#7532) · 1e02dc87
      Eugen Rochko authored
      * Add preference to hide following/followers lists
      
      - Public pages
      - ActivityPub collections (does not return pages but does give total)
      - REST API (unless it's your own) (does not federate)
      
      Fix #6901
      
      * Add preference
      
      * Add delegation
      
      * Fix issue
      
      * Fix issue
      1e02dc87
  18. Feb 22, 2018
  19. Jun 19, 2017
  20. Jun 13, 2017
  21. May 25, 2017
  22. May 08, 2017
  23. May 03, 2017
    • Eugen Rochko's avatar
      Replace sprockets/browserify with Webpack (#2617) · f5bf5ebb
      Eugen Rochko authored
      * Replace browserify with webpack
      
      * Add react-intl-translations-manager
      
      * Do not minify in development, add offline-plugin for ServiceWorker background cache updates
      
      * Adjust tests and dependencies
      
      * Fix production deployments
      
      * Fix tests
      
      * More optimizations
      
      * Improve travis cache for npm stuff
      
      * Re-run travis
      
      * Add back support for custom.scss as before
      
      * Remove offline-plugin and babili
      
      * Fix issue with Immutable.List().unshift(...values) not working as expected
      
      * Make travis load schema instead of running all migrations in sequence
      
      * Fix missing React import in WarningContainer. Optimize rendering performance by using ImmutablePureComponent instead of
      React.PureComponent. ImmutablePureComponent uses Immutable.is() to compare props. Replace dynamic callback bindings in
      <UI />
      
      * Add react definitions to places that use JSX
      
      * Add Procfile.dev for running rails, webpack and streaming API at the same time
      f5bf5ebb
  24. Apr 25, 2017
  25. Apr 17, 2017
    • Matt Jankowski's avatar
      Instance helper to replace site title helper (#2038) · 389f8f82
      Matt Jankowski authored
      * Move site title helper to instance helper (name change only)
      
      * Remove newline in <title> tag
      
      * Add site_hostname helper method to wrap up local_domain value
      
      * Use site_hostname helper in places that need local_domain value
      389f8f82
  26. Apr 15, 2017
  27. Apr 14, 2017
    • maxypy's avatar
      Implementing Subresource Integrity (#1729) · a6807201
      maxypy authored
      * Add sprockets-rails to Gemfile
      
      * Add sprockets-rails to Gemfile.lock
      
      * Update show.html.haml
      
      * Update index.html.haml
      
      * Update admin.html.haml
      
      * Update auth.html.haml
      
      * Update embedded.html.haml
      
      * Update public.html.haml
      a6807201
  28. Jan 11, 2017
  29. Nov 15, 2016
  30. Oct 06, 2016
  31. Oct 03, 2016
  32. Mar 25, 2016
  33. Mar 12, 2016
  34. Mar 05, 2016
Loading