Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2019-05-09 | Record deleted(by mod) status to prevent re-appear (#10732) | Jeong Arm | |
* Record deleted(by mod) status to prevent re-appear * Move to Tombstone * Add missing migration script | |||
2019-05-04 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/models/media_attachment.rb | |||
2019-05-03 | Change e-mail whitelist/blacklist to not be checked when invited (#10683) | Eugen Rochko | |
* Change e-mail whitelist/blacklist to not be checked when invited And only when creating an account, not when updating it later Fix #10648 * Fix test | |||
2019-05-03 | Provide a link to existing domain block when trying to block an ↵ | ThibG | |
already-blocked domain (#10663) * When trying to block an already-blocked domain, provide a link to the block * Fix styling for links in flash messages * Allow blocks to be upgraded but not downgraded | |||
2019-05-02 | Check that an invite link is valid before bypassing approval mode (#10657) | ThibG | |
* Check that an invite link is valid before bypassing approval mode Fixes #10656 * Add tests * Only consider valid invite links in registration controller * fixup | |||
2019-05-01 | Add site-wide options to show reblogs and replies in local/public timelines | Thibaut Girka | |
Fixes #1021 | |||
2019-04-27 | Fix approved column being set to nil instead of false (#10642) | Eugen Rochko | |
Fix https://github.com/tootsuite/mastodon/pull/10621#issuecomment-487316619 | |||
2019-04-27 | Add blurhash (#10630) | Eugen Rochko | |
* Add blurhash * Use fallback color for spoiler when blurhash missing * Federate the blurhash and accept it as long as it's at most 5x5 * Display unknown media attachments as blurhash placeholders * Improve style of embed actions and spoiler button * Change blurhash resolution from 3x3 to 4x4 * Improve dependency definitions * Fix code style issues | |||
2019-04-25 | Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) | Eugen Rochko | |
2019-04-19 | Allow turning keybase off instance-wide | Thibaut Girka | |
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |