- Jun 05, 2019
-
-
ThibG authored
* Remove skip_session! as it is not supported in Rails 5 * Minor cleanup in StreamEntriesController * Remove redundant mark_cacheable! calls
-
- Apr 03, 2019
-
-
ThibG authored
-
- May 18, 2018
-
-
Eugen Rochko authored
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue
-
- May 04, 2018
-
-
ThibG authored
-
- Feb 26, 2018
-
-
Eugen Rochko authored
- Add follow/unfollow/remote follow buttons - Format the bio properly - Always show username@domain, even for local accounts
-
- Oct 07, 2017
-
-
Eugen Rochko authored
* Encode custom emojis as resolveable objects in ActivityPub * Improve code style
-
- Sep 19, 2017
-
-
nullkal authored
-
- Aug 14, 2017
-
-
Eugen Rochko authored
-
- Jul 16, 2017
-
-
Eugen Rochko authored
- Objects must have attributedTo instead of actor - The current attribute belongs to CollectionPage, not Collection
-
- Jul 15, 2017
-
-
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
-
- May 23, 2017
-
-
Akihiko Odaki authored
Introduce recent to Follow, as Account and other models have. This change also adds specs for the scope and the dependents.
-
- May 06, 2017
-
-
alpaca-tc authored
-
- Apr 29, 2017
-
-
alpaca-tc authored
-
- Apr 19, 2017
-
-
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.
-