about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Collapse)Author
2019-08-08add new `reject unknown` policy option to prevent spam & harassment from ↵multiple creatures
large/undermoderated servers
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` + ↵multiple creatures
`account:link:add` & switch between them with `i:am`/`we:are` bangtags; remove links with `account:link:del:USERNAME` or `account:link:clear`; list links with `account:link:list`
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 ↵multiple creatures
`featured` collection (mainline masto does not respect pin visibility)
2019-08-02filters now have options to separately match post text, content ↵multiple creatures
warnings/titles, & hashtags + option to filter threads containing a matching post
2019-08-01strip paramsmultiple creatures
2019-07-31ability to add domain moderation notes, edit existing domain policies ↵multiple creatures
in-place, and process asynchronously
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 ↵multiple creatures
outbox` is set
2019-07-21allow self & signed-in local followers to see account when `hide public ↵multiple creatures
profile` is set
2019-07-21return 404 if `hide public profile` setmultiple creatures
2019-07-21split `hide public profile` & `hide public ap outbox` into separate user ↵multiple creatures
options, make original `Account.hidden` prop federation-affecting `invisible mode`
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
viewers
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
2019-07-18better handling of bangtag-only posts that produce no outputmultiple creatures
2019-07-17add search env to controller fileLumb
Add variable to controller file for search results
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, ↵multiple creatures
federate the kobolds~
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-07-15add ability to export followersmultiple creatures
2019-07-15make blocking domains actually block the accountsmultiple creatures
2019-05-21`hashtag_scope` is a method in *this* class - how did we even manage to ↵multiple creatures
break that???
2019-05-21upstream forgot to allow the import mode parammultiple creatures
2019-05-21add missing `account_media_status_ids` method to accounts controller (oooops~)multiple creatures
2019-05-21add option to embiggen the emojos & embiggen small bbcode text on hovermultiple creatures
2019-05-21Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵multiple creatures
add federatable `adult content` tag. Handle from remote accounts as well.
2019-05-21Drop remaining OStatus and PuSH code, as well as related database items.multiple creatures
2019-05-21Drop OStatus support. Fix some of the Rspec tests.multiple creatures
2019-05-21Privacy: add options to make interaction lists private and to not be ↵multiple creatures
included in public interaction lists.
2019-05-21Implement scoped tags; use `local:` and `self:` scopes for community and ↵multiple creatures
personal tags, respectively.
2019-05-21Anxiety reduction: add option to hide mascot.multiple creatures
2019-05-21Adjust search limits and ordering.multiple creatures
2019-05-21Add option to filter packmate thread branches where you don't follow all the ↵multiple creatures
participants.
2019-05-21Allow own roars to be included in lists.multiple creatures
2019-05-21Split boosts/repeats off to their own tab and add to the API.multiple creatures
2019-05-21Remove cached status when sharekey changed.multiple creatures