about summary refs log tree commit diff
path: root/app/controllers/api/v1
AgeCommit message (Expand)Author
2020-03-08exclude the werewolf api from secure modemultiple creatures
2020-02-27port tootsuite#11623 to monsterfork: Add soft delete for statuses for instant...Eugen Rochko
2020-02-27**MAJOR**: port tootsuite#13161 to monsterfork: Fix leak of arbitrary statuse...Eugen Rochko
2020-02-21make peers api take graylist mode into considerationmultiple creatures
2020-02-21port tootsuite#12748 to monsterfork: Fix base64-encoded file uploads not bein...Eugen Rochko
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-02-20Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)Eugen Rochko
2020-02-20port tootsuite#12716 to monsterfork: Fix error when fetching followers/follow...Eugen Rochko
2020-02-13check user's sensitive card filter setting in the status controllermultiple creatures
2020-01-20Original upstream mergeThibG
2020-01-17Fix typoHolly "Frinkeldoodle" Lotor
2020-01-17Port render_with_cache, CacheConcern from upstreamHolly "Frinkeldoodle" Lotor
2020-01-15port commit `7e2bff995` from upstream to fix broken attachment downloadingmultiple creatures
2020-01-15port instances controller from upstreammultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-12allow sharekeys to be used with the api status controllermultiple creatures
2020-01-11pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A...multiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2020-01-10add ability to toggle individual filters without deleting themmultiple creatures
2019-12-21add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`...multiple creatures
2019-12-21add option to set mutes that apply only to timelinesmultiple creatures
2019-12-19rework hide boosts / show only packmates options to work with timeline streamingmultiple creatures
2019-12-19add preference options to a: hide boosts globally, & b: show only packmates a...multiple creatures
2019-12-17remove unused `preload_media`multiple creatures
2019-12-05use `update` to change `curated` flagsmultiple creatures
2019-11-19Fix poll API not requiring authentication on non-public polls (#10960)Eugen Rochko
2019-11-19Fix web push notifications for polls (#10864)ThibG
2019-11-19Add `account_id` param to `GET /api/v1/notifications` (#10796)Paul Woolcock
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-18Remove `FilterHelper` include from timeline APIs.multiple creatures
2019-11-17Do away with the kludgy solution of applying users' filters from API controll...multiple creatures
2019-10-27make data miners' lives harder by also requiring authentication on account ap...multiple creatures
2019-10-14exclude suspended (sub)domains from peers listmultiple creatures
2019-10-14add `/api/v1/werewolf` endpointmultiple creatures
2019-10-09custom filters can now also match posts with missing media descriptionsmultiple creatures
2019-10-09custom filters can now match media descriptionsmultiple creatures
2019-10-05apply custom filters to world and tag timelines the slow way until the custom...multiple creatures
2019-09-24work around vanilladon apps breaking when a custom filter uses monsterfork cw...multiple creatures
2019-09-17don't pre-cache media in tag bookmarks (we don't need to do this anymore)multiple creatures
2019-09-16stop pre-caching tag timeline mediamultiple creatures
2019-09-15stop pre-caching media on public, home, direct, & list timelinesmultiple creatures
2019-09-15pre-cache more pages of media at a time when browsing tagsmultiple creatures
2019-09-02`bookmarks` -> `account_bookmarks`multiple creatures
2019-09-02fix tag timeline media prefetching, remove `limit_params` from prefetch queriesmultiple creatures
2019-09-01pre-emptively fetch missing remote media when a timeline's api page is readmultiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-18privacy - require authentication on all timeline endpoints to make life diffi...multiple creatures
2019-08-15custom filters now have an option to add or override content warnings; filter...multiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures