Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-07 | add option to toggle whether regex filters should be applied to mentions | multiple creatures | |
2019-12-02 | user invitations should now (by)pass the spam check | multiple creatures | |
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-06 | perform spam detection at registration time | multiple creatures | |
2019-08-26 | detect spam registrations + include account approvals/rejections in ↵ | multiple creatures | |
transparancy log | |||
2019-08-07 | add option to automatically space out boosts over configurable random intervals | multiple creatures | |
2019-08-06 | added ability to link accounts with `account:link:token` + ↵ | multiple creatures | |
`account:link:add` & switch between them with `i:am`/`we:are` bangtags; remove links with `account:link:del:USERNAME` or `account:link:clear`; list links with `account:link:list` | |||
2019-07-30 | add an optional blinking cursor to console formatting | multiple creatures | |
2019-07-29 | actually let's make the delay time configurable | multiple creatures | |
2019-07-29 | optional delayed publishing of roars for proofreading | multiple creatures | |
2019-07-23 | add self-destructing roars & `live`/`lifespan` bangtags | multiple creatures | |
2019-07-21 | split `hide public profile` & `hide public ap outbox` into separate user ↵ | multiple creatures | |
options, make original `Account.hidden` prop federation-affecting `invisible mode` | |||
2019-07-21 | privacy - add option to disable public activitypub outbox | multiple creatures | |
2019-07-21 | add more options for time range of roars visible to anonymous public profile ↵ | multiple creatures | |
viewers | |||
2019-07-19 | make community visibility default for new accounts | multiple creatures | |
2019-07-15 | move user variables to `users` relation | multiple creatures | |
2019-05-21 | add option to embiggen the emojos & embiggen small bbcode text on hover | multiple creatures | |
2019-05-21 | Correct a 6-in-the-morning breaking typos. | multiple creatures | |
2019-05-21 | Expose user settings to `Account` model and update code referencing those ↵ | multiple creatures | |
settings. | |||
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 | User model: give user settings getter methods better names; cache the ↵ | multiple creatures | |
settings queries. | |||
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 | Anxiety reduction: add option to hide mascot. | 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 | Anxiety reduction: make block/mute reply filters more granular and add ↵ | multiple creatures | |
options to control what to filter. | |||
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 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 | add option to show raw world timeline | 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-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-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-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-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-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-25 | Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) | Eugen Rochko | |
2019-04-10 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/admin/pending_accounts/index.html.haml No real conflict, upstream changes too close to glitch-specific theming system changes. - config/navigation.rb Upstream redesigned the settings navigation, took those changes and re-inserted the flavours menu. | |||
2019-04-10 | Add preference to disable e-mails about new pending accounts (#10529) | Eugen Rochko | |
2019-04-09 | Add "why do you want to join" field to invite requests (#10524) | Eugen Rochko | |
* Add "why do you want to join" field to invite requests Fix #10512 * Remove unused translations * Fix broken registrations when no invite request text is submitted | |||
2019-03-26 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/controllers/admin/settings_controller.rb - app/models/form/admin_settings.rb Conflicts caused by upstream refactoring, while we have flavours and skins, with the flavour_and_skin pseudo-setting. | |||
2019-03-23 | If registrations have been re-opened when user confirms account, approve ↵ | Eugen Rochko | |
(#10349) | |||
2019-03-14 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/views/admin/settings/edit.html.haml: Conflict due to how the theming settings change. |