about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
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-09-01fix breaking typomultiple creatures
2019-08-30use a scheduled task to batch domain policy changes + revert `29643fd6` to av...multiple creatures
2019-08-30make sure media attachments are not from a blocked account, CDN, or their sub...multiple creatures
2019-08-26detect spam registrations + include account approvals/rejections in transpara...multiple creatures
2019-08-23raise 404 if no stream entrymultiple 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-15fix err 500 when someone attempts to follow someone they're already followingmultiple creatures
2019-08-15handle interactions on sharekeyed posts when both participants are local; all...multiple creatures
2019-08-10fix interaction buttons on public pagesmultiple creatures
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from larg...multiple creatures
2019-08-07add option to automatically space out boosts over configurable random intervalsmultiple creatures
2019-08-07remember login & clear signed-in notice when switching accountsmultiple creatures
2019-08-06added ability to link accounts with `account:link:token` + `account:link:add`...multiple creatures
2019-08-05add ability to access bookmarks from #self.bookmarks tagmultiple creatures
2019-08-04restrict private pin visibility to packmates & do not include them in `featur...multiple creatures
2019-08-02filters now have options to separately match post text, content warnings/titl...multiple creatures
2019-08-01strip paramsmultiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies in-plac...multiple creatures
2019-07-31sort instance list by most recentmultiple creatures
2019-07-30use a non-tabular domain policy list layout & paginatemultiple creatures
2019-07-30order policy list by most recently changedmultiple creatures
2019-07-30add a domain policy viewer at `/policies`multiple creatures
2019-07-30add an optional blinking cursor to console formattingmultiple creatures
2019-07-29actually let's make the delay time configurablemultiple creatures
2019-07-29optional delayed publishing of roars for proofreadingmultiple creatures
2019-07-28fix `adult content` setting & remove old `supports chat` settingmultiple creatures
2019-07-25add all `ActionLog`-able admin & moderator actions to loggermultiple creatures
2019-07-24success message when processing bangtags-only scriptsmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-21begone extra parenthesismultiple creatures
2019-07-21allow self & signed-in local followers to read outbox when `hide public ap ou...multiple creatures
2019-07-21allow self & signed-in local followers to see account when `hide public profi...multiple creatures
2019-07-21return 404 if `hide public profile` setmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user opti...multiple creatures
2019-07-21privacy - add option to disable public activitypub outboxmultiple creatures
2019-07-21add more options for time range of roars visible to anonymous public profile ...multiple creatures
2019-07-21privacy - limit public profiles & public ap outboxes to last 6 days of historymultiple creatures
2019-07-21privacy - remove rss endpoint from account controllermultiple creatures