Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-18 | better handling of bangtag-only posts that produce no output | multiple creatures | |
2019-07-17 | add search env to controller file | Lumb | |
Add variable to controller file for search results | |||
2019-07-15 | add `supports_chat` property, rename `adults_only` to `adult_content`, ↵ | multiple creatures | |
federate the kobolds~ | |||
2019-07-15 | local visibility scope, chat scope+tags, unlisted tags | multiple creatures | |
2019-07-15 | add ability to export followers | multiple creatures | |
2019-07-15 | make blocking domains actually block the accounts | multiple creatures | |
2019-05-21 | `hashtag_scope` is a method in *this* class - how did we even manage to ↵ | multiple creatures | |
break that??? | |||
2019-05-21 | upstream forgot to allow the import mode param | multiple creatures | |
2019-05-21 | add missing `account_media_status_ids` method to accounts controller (oooops~) | multiple creatures | |
2019-05-21 | add option to embiggen the emojos & embiggen small bbcode text on hover | multiple creatures | |
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵ | multiple creatures | |
add federatable `adult content` tag. Handle from remote accounts as well. | |||
2019-05-21 | Drop remaining OStatus and PuSH code, as well as related database items. | multiple creatures | |
2019-05-21 | Drop OStatus support. Fix some of the Rspec tests. | multiple creatures | |
2019-05-21 | Privacy: add options to make interaction lists private and to not be ↵ | multiple creatures | |
included in public interaction lists. | |||
2019-05-21 | Implement scoped tags; use `local:` and `self:` scopes for community and ↵ | multiple creatures | |
personal tags, respectively. | |||
2019-05-21 | Anxiety reduction: add option to hide mascot. | multiple creatures | |
2019-05-21 | Adjust search limits and ordering. | multiple creatures | |
2019-05-21 | Add option to filter packmate thread branches where you don't follow all the ↵ | multiple creatures | |
participants. | |||
2019-05-21 | Allow own roars to be included in lists. | multiple creatures | |
2019-05-21 | Split boosts/repeats off to their own tab and add to the API. | multiple creatures | |
2019-05-21 | Remove cached status when sharekey changed. | multiple creatures | |
2019-05-21 | Custom filters: add ability to create filters that exclude or are exclusive ↵ | multiple creatures | |
to roars with attachments. | |||
2019-05-21 | Account manager: consider dormant to be 3 months instead of one. | multiple creatures | |
2019-05-21 | Add option to hide public replies from profile | multiple creatures | |
2019-05-21 | Anxiety reduction: make block/mute reply filters more granular and add ↵ | multiple creatures | |
options to control what to filter. | |||
2019-05-21 | Allow sharekeys to be set via the API. | multiple creatures | |
2019-05-21 | Make sure `rekey` parameter exists before complaining. | multiple creatures | |
2019-05-21 | Implement share keys and related bangtags, add `sharekey`, `network`, and ↵ | multiple creatures | |
`curated` to the API, remove app info from the UI, and move timestamps to the right. | |||
2019-05-21 | Make sure only distributable statuses are marked curated; move bangtags ↵ | multiple creatures | |
processing into own helper lib. | |||
2019-05-21 | Add option to remove filtered roar placeholder gap. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of action buttons and width of ↵ | multiple creatures | |
compose drawer. | |||
2019-05-21 | Add scope restrictions on curated world timeline considerations. | multiple creatures | |
2019-05-21 | Refactored community-curated world timeline code; **privacy**: remove ↵ | multiple creatures | |
support for packmate-visible hashtags until we resolve federation caveats. | |||
2019-05-21 | Raise max search result limit to 66 in API. | multiple creatures | |
2019-05-21 | Use PostgreSQL FTS for searches. | multiple creatures | |
2019-05-21 | Add options to increase size and spacing of context menus and to gently the ↵ | multiple creatures | |
kobolds. Also allow showing multiple user roles. | |||
2019-05-21 | add option to toggle captions + code: move monsterpit additons on top | multiple creatures | |
2019-05-21 | hidden accounts + stats hiding | multiple creatures | |
2019-05-21 | actually add raw world to settings controller <.<" >.> | multiple creatures | |
2019-05-21 | correct typo | multiple creatures | |
2019-05-21 | more local-only options | multiple creatures | |
2019-05-21 | add option to default to local only | multiple creatures | |
2019-05-21 | transparency: let logged in users view mod actions | multiple creatures | |
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Add API support for setting status content-type | Thibaut Girka | |
2019-05-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-14 | Record account suspend/silence time and keep track of domain blocks (#10660) | ThibG | |
* Record account suspend/silence time and keep track of domain blocks * Also unblock users who were suspended/silenced before dates were recorded * Add tests * Keep track of suspending date for users suspended through the CLI * Show accurate number of accounts that would be affected by unsuspending an instance * Change migration to set silenced_at and suspended_at * Revert "Also unblock users who were suspended/silenced before dates were recorded" This reverts commit a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * Switch from using suspended and silenced to suspended_at and silenced_at * Add post-deployment migration script to remove `suspended` and `silenced` columns * Use Account#silence! and Account#suspend! instead of updating the underlying property * Add silenced_at and suspended_at migration to post-migration * Change account fabricator to translate suspended and silenced attributes * Minor fixes * Make unblocking domains always retroactive | |||
2019-05-11 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-11 | Add toot source to delete result to ease Delete & Redraft (#10669) | ThibG | |
* Return Status with raw text in raw_content when deleting a status * Use raw content if available on delete & redraft * Rename raw_content to text; do not serialize formatted content when source is requested | |||
2019-05-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/statuses_controller.rb minor conflict because of glitch-soc's theming system - app/controllers/stream_entries_controller.rb minor conflict because of glitch-soc's theming system |