Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
auto-destruct/auto-defederate flag for a post
|
|
requests from accounts you've never interacted with before; default to off
|
|
|
|
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
|
|
|
|
beyond local followers, default to 90 days
|
|
|
|
|
|
`full` - if this gives your app indigestion change it to back to `basic` in preferences
|
|
filter logic + caching bugs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`#``self.home.boosts` (boosts on your home timeline)
|
|
|
|
|
|
|
|
|
|
across all timelines - works in all client apps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
list timelines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
concern (#10966)
|
|
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.
|
|
* 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
|
|
* 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
|