Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-20 | port tootsuite#11333 to monsterfork: Add (back) rails-level JSON caching | Eugen Rochko | |
2020-01-20 | Original upstream merge | ThibG | |
2020-01-17 | Port render_with_cache, CacheConcern from upstream | Holly "Frinkeldoodle" Lotor | |
2019-11-19 | Cleanup various controllers (#10972) | ThibG | |
* Remove skip_session! as it is not supported in Rails 5 * Minor cleanup in StreamEntriesController * Remove redundant mark_cacheable! calls | |||
2019-08-04 | restrict private pin visibility to packmates & do not include them in ↵ | multiple creatures | |
`featured` collection (mainline masto does not respect pin visibility) | |||
2019-04-04 | Cache featured collections, as well as outbox, followers and following (#10467) | ThibG | |
2018-12-10 | Add specs for activitypub collections controller (#9484) | ysksn | |
* Add specs for ActivityPub::CollectionsController#show * Raise ActiveRecord::RecordNotFound Raising ActiveRecord::NotFound raises NameError: uninitialized constant ActiveRecord::NotFound. | |||
2018-05-04 | Better pagination for ActivityPub outbox (#7356) | Eugen Rochko | |
2018-03-04 | Federate pinned statuses over ActivityPub (#6610) | Eugen Rochko | |
* Federate pinned statuses over ActivityPub * Display pinned toots in web UI Fix #6117 * Fix migration * Fix tests * Update outbox_serializer.rb * Update remove_serializer.rb * Update add_serializer.rb * Update fetch_featured_collection_service.rb |