Age | Commit message (Expand) | Author |
2020-01-14 | fix the "include past roars" buttons | multiple creatures |
2020-01-14 | differentiate local-only posts in the web app | multiple creatures |
2020-01-13 | use `update` instead of assignment on `delete_after=` & `defederate_after=` | multiple creatures |
2020-01-13 | set `MIN_DESTRUCT_OFFSET` (`30.seconds`) if `delete_after` or `defederate_aft... | multiple creatures |
2020-01-13 | make `:m` in `defed_in` & `delete_in` mean minutes not months | multiple creatures |
2020-01-13 | fix setting `delete_after` and `defederate_after` on new posts | multiple creatures |
2020-01-13 | add new privacy option to auto-defederate after a given timespan + add option... | multiple creatures |
2020-01-13 | remove duplicates from media gallery mode, attempt 2 | multiple creatures |
2020-01-13 | update `updated_at` when boosting own old posts so the post can actually fede... | multiple creatures |
2020-01-13 | check `updated_at` instead of `created_at` against max public access expirati... | multiple creatures |
2020-01-13 | `return false if direct?` | multiple creatures |
2020-01-13 | make `still_accessiblible?` only check posts with an `account.user` | multiple creatures |
2020-01-12 | add privacy option to limit lifespan of public access to post & object urls b... | multiple creatures |
2020-01-12 | allow sharekeys to be used with the api status controller | multiple creatures |
2020-01-11 | skip spam check if invite-only registration | multiple creatures |
2020-01-11 | remove duplicate posts in gallery mode | multiple creatures |
2020-01-11 | move parenthesis to correct place | multiple creatures |
2020-01-11 | move parenthesis to correct place | multiple creatures |
2020-01-11 | move `monsterpit_api` helper to the application controller | multiple creatures |
2020-01-11 | expose `local` visibility flag only when monsterfork api exposure is set to `... | multiple creatures |
2020-01-11 | pass monsterfork api exposure setting to initial state serializer | multiple creatures |
2020-01-11 | expose `local` visibility flag only when monsterfork api exposure is set to `... | multiple creatures |
2020-01-11 | use basic monsterfork api for anonymous clients | multiple creatures |
2020-01-11 | normalize app name when comparing against monsterfork api env vars | multiple creatures |
2020-01-11 | pass monsterfork api exposure setting to all serializers + add `MONSTERFORK_A... | multiple creatures |
2020-01-10 | make sure it is actually a local user before checking `monsterfork_api` prop | multiple creatures |
2020-01-10 | add option for changing the monsterfork api exposure level, defaulting to `fu... | multiple creatures |
2020-01-10 | speed up search with caching | multiple creatures |
2020-01-10 | avoid double-filtering on search | multiple creatures |
2020-01-10 | `account.filter_undescribed?` -> `account.user.filter_undescribed?` | multiple creatures |
2020-01-10 | avoid checking filter cache twice | multiple creatures |
2020-01-10 | add custom filter master toggle, add media gallery mode, & fix various filter... | multiple creatures |
2020-01-10 | trigger feed update after a filter is deleted | multiple creatures |
2020-01-10 | remove duplicate `private` section | multiple creatures |
2020-01-10 | add ability to toggle individual filters without deleting them | multiple creatures |
2020-01-10 | don't try to apply filters when there's not any set | multiple creatures |
2020-01-10 | bon voyage to that shitty text normalization code | multiple creatures |
2020-01-10 | switch (back) to postgres fts engine for fast search & timeline filters | multiple creatures |
2020-01-04 | monsterpit says trans rights!!! | multiple creatures |
2019-12-23 | fix `queued:boosts` & `queued:posts` breaking if populated | multiple creatures |
2019-12-23 | add next scheduled seconds to `queued:boosts` | multiple creatures |
2019-12-23 | set footers on service dms | multiple creatures |
2019-12-23 | fix tired admin typo | multiple creatures |
2019-12-23 | add `queued:boosts` & `queued:posts` bangtags | multiple creatures |
2019-12-21 | add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`... | multiple creatures |
2019-12-21 | add option to only apply phrase filters to timelines | multiple creatures |
2019-12-21 | add option to use phrase filters as an allow list | multiple creatures |
2019-12-21 | add option to set mutes that apply only to timelines | multiple creatures |
2019-12-19 | rework hide boosts / show only packmates options to work with timeline streaming | multiple creatures |
2019-12-19 | add preference options to a: hide boosts globally, & b: show only packmates a... | multiple creatures |