about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
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-15port new application controller error handlers from upstreammultiple creatures
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate reque...multiple creatures
2020-01-14fix the "include past roars" buttonsmultiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-12add privacy option to limit lifespan of public access to post & object urls b...multiple creatures
2020-01-12allow sharekeys to be used with the api status controllermultiple creatures
2020-01-11move parenthesis to correct placemultiple creatures
2020-01-11move parenthesis to correct placemultiple creatures
2020-01-11move `monsterpit_api` helper to the application controllermultiple creatures
2020-01-11pass monsterfork api exposure setting to initial state serializermultiple creatures
2020-01-11use basic monsterfork api for anonymous clientsmultiple creatures
2020-01-11normalize app name when comparing against monsterfork api env varsmultiple creatures
2020-01-11pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A...multiple creatures
2020-01-10add option for changing the monsterfork api exposure level, defaulting to `fu...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 only apply phrase filters to timelinesmultiple creatures
2019-12-21add option to use phrase filters as an allow listmultiple 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-11remove unused filter helpermultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-12-10add accessibility option to make everything lowercasemultiple creatures
2019-12-10add synchronize button to account managermultiple creatures
2019-12-07add option to toggle whether regex filters should be applied to mentionsmultiple creatures
2019-12-05use `update` to change `curated` flagsmultiple creatures
2019-12-01correctly detect domain policy changesmultiple creatures
2019-11-29actually load the css on status pages (oops)multiple creatures
2019-11-19Fix login sometimes redirecting to paths that are not pages (#11019)Eugen Rochko
2019-11-19Add waiting time to list of pending accounts in admin UI (#10985)Eugen Rochko
2019-11-19Cleanup various controllers (#10972)ThibG
2019-11-19Fix potential private status leak (#10969)ThibG
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 responsive panels to the single-column layout (#10820)Eugen Rochko
2019-11-19Move signature verification stoplight to the requests themselves (#10813)ThibG
2019-11-19Add `account_id` param to `GET /api/v1/notifications` (#10796)Paul Woolcock
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Filter boosts from profile pages' Roars & Growls tab.multiple creatures
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-18Add a new profile option to filter posts with undescribed media. At some poi...multiple creatures
2019-11-17Do away with the kludgy solution of applying users' filters from API controll...multiple creatures