Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
  2. Dec 17, 2019
  3. Dec 16, 2019
  4. Dec 02, 2019
  5. Dec 01, 2019
    • ThibG's avatar
      Add follow_request notification type (#12198) · 911cc144
      ThibG authored
      * Add follow_request notification type
      
      The notification type already existed in the backend but was never pushed
      to the front-end. This also means translation strings were also available
      for the backend, from the notification mailer.
      
      Unlike other notification types, these are off by default, to match what
      I remember of Gargron's view on the topic: that follow requests should not
      clutter notifications and should instead be reviewed at the user's own
      leisure in the dedicated column.
      
      Since follow requests have their own column, I've deemed it unnecessary to
      add a specific tab for them in the notification quick filter.
      
      * Show follow request link in single-column if there are pending requests, even if account isn't locked
      
      * Push follow requests from notifications to the follow_requests list
      
      * Offer to accept or reject follow request from the notification
      
      * Redesign follow request notification
      911cc144
  6. Nov 21, 2019
  7. Nov 19, 2019
  8. Nov 17, 2019
  9. Nov 16, 2019
  10. Nov 15, 2019
  11. Nov 13, 2019
    • ThibG's avatar
      Add bookmarks (#7107) · dfea7368
      ThibG authored
      * Add backend support for bookmarks
      
      Bookmarks behave like favourites, except they aren't shared with other
      users and do not have an associated counter.
      
      * Add spec for bookmark endpoints
      
      * Add front-end support for bookmarks
      
      * Introduce OAuth scopes for bookmarks
      
      * Add bookmarks to archive takeout
      
      * Fix migration
      
      * Coding style fixes
      
      * Fix rebase issue
      
      * Update bookmarked_statuses to latest UI changes
      
      * Update bookmark actions to properly reflect status changes in state
      
      * Add bookmarks item to single-column layout
      
      * Make active bookmarks red
      dfea7368
    • Yamagishi Kazutoshi's avatar
  12. Nov 07, 2019
    • ThibG's avatar
      Fix various issues with account migration (#12301) · 66c1fe04
      ThibG authored
      * Fix being able to follow oneself by moving to an account that was following the old one
      
      * Add specs
      
      * Add spec to catch MoveWorker issue with local followers following both accounts
      
      * Fix move worker breaking when a local account follows both source and target accounts
      
      * Fix migration from remote to local account not sending Undo Follow
      
      * Fix show_reblogs not being preserved for moved account's followers
      66c1fe04
  13. Nov 04, 2019
  14. Oct 24, 2019
  15. Oct 09, 2019
  16. Oct 06, 2019
    • Eugen Rochko's avatar
      Fix performance of home feed regeneration (#12084) · f665901e
      Eugen Rochko authored
      Fetching statuses from all followed accounts at once takes too long
      within Postgres. Fetching them one by one and merging in Ruby
      could be a lot less resource-intensive
      
      Because the query for dynamically fetching the home timeline is so
      heavy, we can no longer offer it when the home timeline is missing
      Unverified
      f665901e
  17. Oct 03, 2019
  18. Oct 02, 2019
  19. Oct 01, 2019
  20. Sep 30, 2019
  21. Sep 29, 2019
    • Eugen Rochko's avatar
      Add a nodeinfo endpoint (#12002) · 5f69eb89
      Eugen Rochko authored
      * Add nodeinfo endpoint
      
      * dont commit stuff from my local dev
      
      * consistant naming since we implimented 2.1 schema
      
      * Add some additional node info stuff
      
      * Add nodeinfo endpoint
      
      * dont commit stuff from my local dev
      
      * consistant naming since we implimented 2.1 schema
      
      * expanding this to include federation info
      
      * codeclimate feedback
      
      * CC feedback
      
      * using activeserializers seems like a good idea...
      
      * get rid of draft 2.1 version
      
      * Reimplement 2.1, also fix metaData -> metadata
      
      * Fix metaData -> metadata here too
      
      * Fix nodeinfo 2.1 tests
      
      * Implement cache for monthly user aggregate
      
      * Useless
      
      * Remove ostatus from the list of supported protocols
      
      * Fix nodeinfo's open_registration reading obsolete setting variable
      
      * Only serialize domain blocks with user-facing limitations
      
      * Do not needlessly list noop severity in nodeinfo
      
      * Only serialize domain blocks info in nodeinfo when they are set to be displayed to everyone
      
      * Enable caching for nodeinfo endpoints
      
      * Fix rendering nodeinfo
      
      * CodeClimate fixes
      
      * Please CodeClimate
      
      * Change InstancePresenter#active_user_count_months for clarity
      
      * Refactor NodeInfoSerializer#metadata
      
      * Remove nodeinfo 2.1 support as the schema doesn't exist
      
      * Clean-up
      Unverified
      5f69eb89
  22. Sep 27, 2019
    • Eugen Rochko's avatar
      Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977) · ab33c4df
      Eugen Rochko authored
      Make it so normal search returns even unreviewed matches, but
      autosuggestions do not.
      
      Fix #11960
      Unverified
      ab33c4df
    • ThibG's avatar
      Change silences to always require approval on follow (#11975) · 18b451c0
      ThibG authored
      * Change silenced accounts to require approval on follow
      
      * Also require approval for follows by people explicitly muted by target accounts
      
      * Do not auto-accept silenced or muted accounts when switching from locked to unlocked
      
      * Add `follow_requests_count` to verify_credentials
      
      * Show “Follow requests” menu item if needed even if account is locked
      
      * Add tests
      
      * Correctly reflect that follow requests weren't auto-accepted when local account is silenced
      
      * Accept follow requests from user-muted accounts to avoid leaking mutes
      18b451c0
  23. Sep 19, 2019
  24. Sep 18, 2019
  25. Sep 15, 2019
  26. Sep 13, 2019
  27. Sep 11, 2019
  28. Sep 10, 2019
  29. Sep 09, 2019
Loading