Skip to content
Snippets Groups Projects
  1. Jul 08, 2017
  2. Jul 07, 2017
  3. Jul 06, 2017
    • Damien Erambert's avatar
      Add a setting allowing the use of system's default font in Web UI (#4033) · 18d3fa95
      Damien Erambert authored
      * add a system_font_ui setting on the server
      
      * Plug the system_font_ui on the front-end
      
      * add EN/FR locales for the new setting
      
      * put Roboto after all other fonts
      
      * remove trailing whitespace so CodeClimate is happy
      
      * fix user_spec.rb
      
      * correctly write user_spect this time
      
      * slightly better way of adding the classes
      
      * add comments to the system-font stack for clarification
      
      * use .system-font for the class instead
      
      * don't use multiple lines for comments
      
      * remove trailing whitespace
      
      * use the classnames module for consistency
      
      * use `mastodon-font-sans-serif` instead of Roboto directly
      18d3fa95
  4. Jul 05, 2017
  5. Jul 03, 2017
  6. Jun 30, 2017
  7. Jun 29, 2017
  8. Jun 28, 2017
  9. Jun 26, 2017
  10. Jun 25, 2017
  11. Jun 23, 2017
  12. Jun 22, 2017
    • Akihiko Odaki (@fn_aki@pawoo.net)'s avatar
      Some minor change and spec for Account (#3813) · e27f792c
      Akihiko Odaki (@fn_aki@pawoo.net) authored
      * Introduce domains method to Account relation
      
      Account had followers_domains method, which was excessively specific.
      Let relation of Account have domains method instead.
      
      * Move follow_mapping in Account to AccountInteractions
      
      * Introduce shared examples for AccountAvatar inclusion
      
      * Cover Account more
      e27f792c
    • Eugen Rochko's avatar
      Fix regression from #3842 (#3892) · 0190aac2
      Eugen Rochko authored
      * Fix regression from #3842
      
      Simplify the query by omitting all direct statuses. Private statuses
      are allowed because they are from accounts we are following (so
      by definition)
      
      Resolves #3887 (alternative)
      
      * Adjust test
      0190aac2
  13. Jun 20, 2017
  14. Jun 19, 2017
  15. Jun 18, 2017
  16. Jun 17, 2017
    • nightpool's avatar
      Whitelist allowed classes for federated statuses (#3810) · 94d0e012
      nightpool authored
      * Whitelist allowed classes for federated statuses
      
      Allowed classes are currently:
      
       - Any microformats class (h/p/u/dt/e-*)
       - the classes mention, hashtag, ellipses and invisible.
      
      this last one is somewhat suspect, but Mastodon currently uses it to render hidden link text.
      
      resolved #3790
      
      * Fix code style
      94d0e012
  17. Jun 16, 2017
  18. Jun 15, 2017
  19. Jun 14, 2017
    • Eugen Rochko's avatar
      Fix account delete form not accepting password, update suspended (#3745) · 91c71471
      Eugen Rochko authored
      account before removing content for quicker feedback to end-users
      91c71471
    • Eugen Rochko's avatar
      Batched remove status service (#3735) · e17c2e5d
      Eugen Rochko authored
      * Make Pubsubhubbub::DistributionWorker handle both single stream entry
      arguments, as well as arrays of stream entries
      
      * Add BatchedRemoveStatusService, make SuspendAccountService use it
      
      * Improve method names
      
      * Add test
      
      * Add more tests
      
      * Use PuSH payloads of 100 to have a clear mapping of
      1000 input statuses -> 10 PuSH payloads
      
      It was nice while it lasted
      e17c2e5d
    • Eugen Rochko's avatar
      Account deletion (#3728) · 4a618908
      Eugen Rochko authored
      * Add form for account deletion
      
      * If avatar or header are gone from source, remove them
      
      * Add option to have SuspendAccountService remove user record, add tests
      
      * Exclude suspended accounts from search
      4a618908
Loading