Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | Add `share_key` column to status table in preparation for letting folks ↵ | multiple creatures | |
generate/revoke links to view private posts. | |||
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 | Only consider favorites for community-curated world timeline until we can ↵ | multiple creatures | |
make the query for considering boosts not be so abysmally slow. | |||
2019-05-21 | `Status.search_for`: Don't need `Status.unscoped`; the `default_scope` sorts ↵ | multiple creatures | |
the way we intend. | |||
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 support for standard GIFs (under 200 KB) | multiple creatures | |
2019-05-21 | Handle more audio formats, only converting formats not supported by HTML5 audio | multiple creatures | |
2019-05-21 | various bangtag improvements squashed into one commit | multiple creatures | |
2019-05-21 | add option to toggle captions + code: move monsterpit additons on top | multiple creatures | |
2019-05-21 | bangtags: support namespacing, args, text tf + add replace commands | multiple creatures | |
2019-05-21 | curated world: ignore non-self replies | multiple creatures | |
2019-05-21 | curated world: also consider public favs | multiple creatures | |
2019-05-21 | add bangtags to reply-all thead, insert zws; handle fencing in braces | multiple creatures | |
2019-05-21 | bangtag to mention admin/mods/staff | multiple creatures | |
2019-05-21 | bangtags for cloudroot (monsterpit.cloud/~/you) and blogroot ↵ | multiple creatures | |
(monsterpit.blog/~/you) links | |||
2019-05-21 | initial bangtags implementation, permalinks | multiple creatures | |
2019-05-21 | hidden accounts + stats hiding | multiple creatures | |
2019-05-21 | add option to show raw world timeline | multiple creatures | |
2019-05-21 | allow aac audio uploads | multiple creatures | |
2019-05-21 | update status.rb | multiple creatures | |
2019-05-21 | make sure local only replies stay local | multiple creatures | |
2019-05-21 | allow eye emoji to be a local-only flag | multiple creatures | |
2019-05-21 | don't strip emoji metadata | 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 | default visibility public on new accounts | multiple creatures | |
2019-05-21 | hide follower-only replies on account tls | multiple creatures | |
2019-05-21 | improve filtering | multiple creatures | |
2019-05-21 | allow hypens in hashtags | multiple creatures | |
2019-05-21 | allow overriding visibility/sensitivity by domain | multiple creatures | |
2019-05-21 | handle no-replies flag | multiple creatures | |
2019-05-21 | unlisted & private hashtags | multiple creatures | |
2019-05-21 | community world tl + networked home tl | multiple creatures | |
2019-05-21 | Prune replies to muted/blocked accounts | multiple creatures | |
2019-05-21 | Plain AAC audio uploads live again. -DT | multiple creatures | |
2019-05-21 | allow searching bookmarks | multiple creatures | |
2019-05-21 | Raise description text max length | Daggertooth | |
2019-05-21 | Raise description text max length | Daggertooth | |
2019-05-21 | Allow 4k image uploads | Daggertooth | |
2019-05-21 | Return more accounts in searches | Daggertooth | |
2019-05-19 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2019-05-19 | Fix “invited by” not showing up for invited accounts in admin interface ↵ | ThibG | |
(#10791) | |||
2019-05-17 | Add option for default toot content-type | Thibaut Girka | |
2019-05-17 | Add support for HTML-formatted toots | Thibaut Girka | |
2019-05-17 | Add database row to hold 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-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 |