Skip to content
Snippets Groups Projects
  1. May 07, 2017
    • beatrix's avatar
      namespace redis usage (#2869) · 5c1f70b5
      beatrix authored
      * add redis-namespace gem
      
      * namespace redis usage
      
      * refactor redis namespace code to be less intrusive
      
      previously : would be prepended to keys when the
      REDIS_NAMESPACE env var was not set
      
      now if it is not set the namespacing functions are
      not used at all, which should prevent disruptions
      when instances update.
      
      * fix redis namespace variable style in streaming js
      
      * remove trailing space
      
      * final redis namespace style fix
      5c1f70b5
  2. May 05, 2017
  3. May 04, 2017
  4. May 03, 2017
    • alpaca-tc's avatar
      Localize 'throttled' (#2755) · db92eec8
      alpaca-tc authored
      db92eec8
    • Eugen Rochko's avatar
      Clean up redis configuration. Allow using REDIS_URL to set advanced (#2732) · c9970911
      Eugen Rochko authored
      connection options instead of setting REDIS_HOST etc individually
      
      Close #1986
      c9970911
    • 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
  5. Apr 29, 2017
  6. Apr 27, 2017
    • yhirano's avatar
      Change permission from 0755 to 0644 (#2536) · 3d776de2
      yhirano authored
      * chmod -x assets.rb
      
      * chmod -x assets/fonts
      
      * raname extname from jpeg to jpg
      3d776de2
    • Eugen Rochko's avatar
      OEmbed support for PreviewCard (#2337) · 88725d6c
      Eugen Rochko authored
      * OEmbed support for PreviewCard
      
      * Improve ProviderDiscovery code failure treatment
      
      * Do not crawl links if there is a content warning, since those
      don't display a link card anyway
      
      * Reset db schema
      
      * Fresh migrate
      
      * Fix rubocop style issues
      Fix #1681 - return existing access token when applicable instead of creating new
      
      * Fix test
      
      * Extract http client to helper
      
      * Improve oembed controller
      88725d6c
  7. Apr 22, 2017
  8. Apr 20, 2017
  9. Apr 19, 2017
  10. Apr 18, 2017
  11. Apr 16, 2017
  12. Apr 15, 2017
    • Naouak's avatar
      Check for a custom css file to help customization of instances (#1368) · 3d3e32be
      Naouak authored
      * User can create a custom.scss to customize their instance without modifying gitted files.
      
      * Add documentation for customization.
      
      * Forgot the helper file
      
      * Fix Style to pass codeclimate
      
      * Requests from maintainer.
      3d3e32be
    • Patrick Figel's avatar
      Add recovery code support for two-factor auth (#1773) · df4ff9a8
      Patrick Figel authored
      * Add recovery code support for two-factor auth
      
      When users enable two-factor auth, the app now generates ten
      single-use recovery codes. Users are encouraged to print the codes
      and store them in a safe place.
      
      The two-factor prompt during login now accepts both OTP codes and
      recovery codes.
      
      The two-factor settings UI allows users to regenerated lost
      recovery codes. Users who have set up two-factor auth prior to
      this feature being added can use it to generate recovery codes
      for the first time.
      
      Fixes #563 and fixes #987
      
      * Set OTP_SECRET in test enviroment
      
      * add missing .html to view file names
      df4ff9a8
    • Les Orchard's avatar
    • ThibG's avatar
      Allow running mastodon on a different domain as the one used for identifying users (#1267) · a9529d3b
      ThibG authored
      * Allow running mastodon on a different domain as the one used for identifying users
      
      * Alter documentation of WEB_DOMAIN to make clear it shouldn't be used unless the admin knows what they are doing
      
      * Compare to web_domain instead of local_domain when dealing with feeds/API
      
      * Correctly identify mentions to local accounts
      
      Mentions URLs point to the person's web profile, i.e., the user page served on WEB_DOMAIN.
      a9529d3b
    • Valentin Lorentz's avatar
      Custom Paperclip path. (#778) · 5ab0ffc6
      Valentin Lorentz authored
      * Custom Paperclip path.
      
      * Document PAPERCLIP_ROOT.
      
      * Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH).
      5ab0ffc6
  13. Apr 13, 2017
  14. Apr 12, 2017
  15. Apr 11, 2017
  16. Apr 10, 2017
    • Matt Jankowski's avatar
      Pagination improvements (#1445) · 4ada5098
      Matt Jankowski authored
      * Replace will_paginate with kaminari
      
      * Use #page instead of #paginate in controllers
      
      * Replace will_paginate.page_gap with pagination.truncate in i18n
      
      * Customize kaminari views to match prior styles
      
      * Set kaminari options to match prior behavior
      
      * Replace will_paginate with paginate in views
      4ada5098
    • Matt Jankowski's avatar
      Version bumps for ruby and misc gems (#1159) · 64dbde0d
      Matt Jankowski authored
      * Update rspec-rails to version 3.5.2
      
      * Update addressable to version 2.5.1
      
      * Update autoprefixer-rails to version 6.7.7.1
      
      * Update bullet to version 5.5.1
      
      * Update domain_name to version 0.5.20170404
      
      * Update letter_opener_web to version 1.3.1
      
      * Upate redis-rails to version 5.0.2
      
      * Update active_record_query_trace to version 1.5.4
      
      * Update capistrano-rails to version 1.2.3
      
      * Update dotenv-rails to version 2.2.0
      
      * Update pg to version 0.20.0
      
      * Update tilt to version 2.0.7
      
      * Update warden to version 1.2.7
      
      * Update tins to version 1.13.2
      
      * Update terminal-table to version 1.7.3
      
      * Update oj to version 2.18.5
      
      * Update simplecov to version 0.14.1
      
      * Update uglifier to version 3.1.13
      
      * Update hashdiff to version 0.3.2
      
      * Update webmock to version 2.3.2
      
      * Update devise to version 4.2.1
      
      * Use ruby version 2.4.1
      
      * Update sass to version 3.4.23
      
      * Update puma to version 3.8.2
      
      * Update will_paginate to version 3.1.5
      
      * Update font-awesome-rails to version 4.7.0.1
      
      * Update fuubar to version 2.2.0
      
      * Update pry-rails to version 0.3.6
      
      * Update simple-navigation to version 4.0.5
      
      * Update rubocop to version 0.48.1
      
      * Update doorkeeper to version 4.2.5
      
      * Update faker to version 1.7.3
      
      * Update aws-sdk to version 2.9.5
      
      * Update fabrication to version 2.16.1
      
      * Update hamlit-rails to version 0.2.0
      
      * Update http to version 2.2.1
      
      * Update httplog to version 0.99.2
      
      * Update sidekiq to version 4.2.10
      
      * Update rspec-sidekiq to version 3.0.0
      
      * Update pghero to version 1.6.4
      
      * Update rack-cors to version 0.4.1
      
      * Update i18n-tasks to version 0.9.13
      
      * Update ruby-oembed to version 0.12.0
      
      * Update jquery-rails to version 4.3.1
      
      * Update simple_form to version 3.4.0
      
      * Update react-rails to version 1.11.0
      
      * Update aws-sdk to version 2.9.6
      
      * Update sidekiq-unique-jobs to version 5.0.0
      
      * Update uglifier to version 3.2.0
      64dbde0d
  17. Apr 05, 2017
  18. Apr 04, 2017
    • Pete Keen's avatar
      [#817] Add email whitelist · e9a6da6b
      Pete Keen authored
      This adds the ability to filter user signup with a whitelist
      instead of or in addition to a blacklist.
      
      Fixes #817
      e9a6da6b
  19. Apr 02, 2017
  20. Mar 23, 2017
    • leopku's avatar
      :wrench: S3 protocol from ENV · c46843c6
      leopku authored
      add support for reading S3 protocol from ENV
      also add S3_HOSTNAME in .env.production.sample
      c46843c6
  21. Mar 18, 2017
  22. Mar 14, 2017
  23. Mar 06, 2017
  24. Mar 05, 2017
  25. Feb 13, 2017
  26. Feb 06, 2017
  27. Feb 03, 2017
    • Eugen Rochko's avatar
      Make the streaming API also handle websockets (because trying to get the... · ccb8ac85
      Eugen Rochko authored
      Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
      work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
      of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
      ccb8ac85
  28. Jan 28, 2017
  29. Jan 27, 2017
Loading