Skip to content
Extraits de code Groupes Projets
  1. fév. 26, 2018
  2. oct. 07, 2017
  3. sept. 19, 2017
  4. août 14, 2017
  5. juil. 16, 2017
  6. juil. 15, 2017
    • Eugen Rochko's avatar
      Improve ActivityPub representations (#3844) · 8c45cd0e
      Eugen Rochko a rédigé
      * 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
  7. mai 23, 2017
  8. mai 06, 2017
  9. avr. 29, 2017
  10. avr. 19, 2017
    • Matt Jankowski's avatar
      Restful refactor of accounts/ routes (#2133) · 8bac0350
      Matt Jankowski a rédigé
      * 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
Chargement en cours