Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-15 | handle passing `0` to `lifespan` & `defed_in` bangtags to unset the ↵ | multiple creatures | |
auto-destruct/auto-defederate flag for a post | |||
2020-01-15 | anti-harassment: add option to toggle whether to allow follows/packmate ↵ | multiple creatures | |
requests from accounts you've never interacted with before; default to off | |||
2020-01-13 | use `update` instead of assignment on `delete_after=` & `defederate_after=` | multiple creatures | |
2020-01-13 | add new privacy option to auto-defederate after a given timespan + add ↵ | multiple creatures | |
options to defederate and/or delete past posts + add `defed_in`/`parent:defed_in`/`thread:defed_in` bangtags + ui indicator for posts marked for auto-defederation | |||
2020-01-13 | remove duplicates from media gallery mode, attempt 2 | multiple creatures | |
2020-01-12 | add privacy option to limit lifespan of public access to post & object urls ↵ | multiple creatures | |
beyond local followers, default to 90 days | |||
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-10 | add option for changing the monsterfork api exposure level, defaulting to ↵ | multiple creatures | |
`full` - if this gives your app indigestion change it to back to `basic` in preferences | |||
2020-01-10 | add custom filter master toggle, add media gallery mode, & fix various ↵ | multiple creatures | |
filter logic + caching bugs | |||
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 | |
2019-12-21 | add virtual scopes for `#``self.boosts` (your boosts) & ↵ | multiple creatures | |
`#``self.home.boosts` (boosts on your home timeline) | |||
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 ↵ | multiple creatures | |
across all timelines - works in all client apps | |||
2019-12-17 | when applying user filters only `select` columns from the `statuses` table | multiple creatures | |
2019-12-12 | include "do not interact" as a trigger for infering no replies mode | multiple creatures | |
2019-12-12 | only pass account id into scope instead of whole account object | multiple creatures | |
2019-12-12 | add ability for post authors to kick jerks out of their threads | multiple creatures | |
2019-12-11 | move sharekeys & import metadata to own tables | multiple creatures | |
2019-12-11 | move normalized text into own table | multiple creatures | |
2019-12-10 | add accessibility option to make everything lowercase | multiple creatures | |
2019-12-07 | add option to toggle whether regex filters should be applied to mentions | multiple creatures | |
2019-12-07 | make sure filter cache gets wiped when a filter is deleted | multiple creatures | |
2019-12-07 | make domain policies templatable | multiple creatures | |
2019-12-07 | get rid of unneccesary protocol check from upstream | multiple creatures | |
2019-12-06 | use `self.draft` scope tag for draft posts & add draft header | multiple creatures | |
2019-12-03 | when someone adds/changes a filter retroactively apply it to their home & ↵ | multiple creatures | |
list timelines | |||
2019-12-03 | add `all` & `all_cached` props to feed model | multiple creatures | |
2019-12-03 | add `size` property to feed model | multiple creatures | |
2019-12-02 | user invitations should now (by)pass the spam check | multiple creatures | |
2019-12-01 | correctly detect domain policy changes | multiple creatures | |
2019-11-29 | raise video & audio quality | multiple creatures | |
2019-11-29 | `compand` apparantly screws up dynamic range - get rid of that | multiple creatures | |
2019-11-29 | use static waveform for audio uploads & explicitly accept `audio/mp3` | multiple creatures | |
2019-11-19 | Change reblogs counter to be updated when boosted privately (#10964) | Eugen Rochko | |
2019-11-19 | Refactor all ActivityPub deliveries to be serialized and signed through one ↵ | Eugen Rochko | |
concern (#10966) | |||
2019-11-19 | Added env variables for max image and video size. [Monsterfork: partially ↵ | Lady Lumb | |
revert to `glitch-soc` media model] I changed the IMAGE_LIMIT and VIDEO_LIMIT variables to read from the env, or use default if not set in the env, to make it easier to change this on an instance by instance basis and make it persistent across updates. | |||
2019-11-19 | Add responsive panels to the single-column layout (#10820) | Eugen Rochko | |
* Add responsive panels to the single-column layout * Fixes * Fix not being able to save the preference * Fix code style issues * Set max-height on the compose textarea and add a link to relationship manager | |||
2019-11-19 | Add `account_id` param to `GET /api/v1/notifications` (#10796) | Paul Woolcock | |
* Add `from_account` to notifications API this adds the ability to filter notifications by the account they originated from * passing a non-existent user should cause none to be returned * Fix codeclimate warnings * fix more codeclimate warnings * make requested changes: * use account id instead of user@domain * name the param `account_id` instead of `from_account` * Don't use `return` in a lambda | |||
2019-11-18 | Use `before_save` instead of `after_save`. | multiple creatures | |
2019-11-18 | Get rid of the `Formatter` cache. It isn't worth the admin headaches. | multiple creatures | |
2019-11-18 | Remove filter caches. | multiple creatures | |