Skip to content
Snippets Groups Projects
  1. Jun 05, 2019
    • ThibG's avatar
      Cleanup various controllers (#10972) · cac91105
      ThibG authored
      * Remove skip_session! as it is not supported in Rails 5
      
      * Minor cleanup in StreamEntriesController
      
      * Remove redundant mark_cacheable! calls
      cac91105
  2. Apr 03, 2019
  3. May 18, 2018
  4. May 04, 2018
  5. Feb 26, 2018
  6. Oct 07, 2017
  7. Sep 19, 2017
  8. Aug 14, 2017
  9. Jul 16, 2017
  10. Jul 15, 2017
    • Eugen Rochko's avatar
      Improve ActivityPub representations (#3844) · 8c45cd0e
      Eugen Rochko authored
      * Improve webfinger templates and make tests more flexible
      
      * Clean up AS2 representation of actor
      
      * Refactor outbox
      
      * Create activities representation
      
      * Add representations of followers/following collections, do not redirect /users/:username route if format is empty
      
      * Remove unused translations
      
      * ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
      URL/URI generation
      
      * Add ActivityPub::TagManager#to
      
      * Represent all attachments as Document instead of Image/Video specifically
      (Because for remote ones we may not know for sure)
      
      Add mentions and hashtags representation to AP notes
      
      * Add AP-resolvable hashtag URIs
      
      * Use ActiveModelSerializers for ActivityPub
      
      * Clean up unused translations
      
      * Separate route for object and activity
      
      * Adjust cc/to matrices
      
      * Add to/cc to activities, ensure announce activity embeds target status and
      not the wrapper status, add "id" to all collections
      8c45cd0e
  11. May 23, 2017
  12. May 06, 2017
  13. Apr 29, 2017
  14. Apr 19, 2017
    • Matt Jankowski's avatar
      Restful refactor of accounts/ routes (#2133) · 8bac0350
      Matt Jankowski authored
      * Add routing specs for accounts followers and following actions
      
      * Use more restful route naming for public account follow pages
      
      Moves two actions:
      - accounts#followers to accounts/follower_accounts#index
      - accounts#following to accounts/following_accounts#index
      
      Adds routing spec to ensure prior URLs are preserved.
      8bac0350
Loading