Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-21 | add option to embiggen the emojos & embiggen small bbcode text on hover | 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 | 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 | 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-17 | Add option for default toot content-type | Thibaut Girka | |
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-02-02 | Make displaying application used to toot opt-in (#9897) | ThibG | |
* Make storing and displaying application used to toot opt-in * Revert to storing application info, and display it to the author via API | |||
2019-01-27 | Make storing and displaying application used to toot opt-in | Thibaut Girka | |
2018-12-20 | Add a per-user setting to hide followers count | Thibaut Girka | |
This is only available if the instance-wide setting isn't set and allows people to hide their own followers count. This does not hide others' to them. | |||
2018-12-12 | Create Settings::BaseController (#9507) | ysksn | |
Define `Settings::BaseController#set_body_classes` so that sub classes inherit `Settings::BaseController` don't need to define `#set_body_classes` agein. | |||
2018-12-09 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - app/javascript/packs/public.js - app/models/user.rb - config/settings.yml - db/schema.rb Moved public.js changes to settings.js. | |||
2018-12-09 | Add setting to not aggregate reblogs (#9248) | ThibG | |
* Add setting to not aggregate reblogs Fixes #9222 * Handle cases where user is nil in add_to_home and add_to_list * Add hint for setting_aggregate_reblogs option * Reword setting_aggregate_reblogs label | |||
2018-10-25 | Set @body_classes to admin layout (#9081) | Yamagishi Kazutoshi | |
2018-10-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: app/lib/user_settings_decorator.rb app/models/user.rb app/serializers/initial_state_serializer.rb app/views/stream_entries/_simple_status.html.haml config/locales/simple_form.en.yml config/locales/simple_form.ja.yml config/locales/simple_form.pl.yml config/routes.rb | |||
2018-09-25 | Add a new preference to always hide all media (#8569) | ふぁぼ原 | |
2018-09-24 | Add user preference to always expand toots marked with content warnings (#8762) | Matt Sweetman | |
2018-09-03 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: README.md Discarded upstream changes to the README, kept our version. | |||
2018-09-02 | Add preference for report notification e-mails, skip for duplicates (#8559) | Eugen Rochko | |
If an unresolved report for the same target account already exists, no new notification is generated | |||
2018-06-21 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: app/models/user.rb Resolved by adding :default_language to user settings fields | |||
2018-06-17 | Allow selecting default posting language instead of auto-detect (#7828) | Eugen Rochko | |
* Allow selecting default posting language instead of auto-detect * Enable default language setting in credentials API * Fix form saving | |||
2018-06-17 | Change language opt-out to language opt-in (#7823) | Eugen Rochko | |
* Switch filtered_languages to chosen_languages * Adjust interface * Remove unused translations | |||
2018-05-18 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/follower_accounts_controller.rb app/controllers/following_accounts_controller.rb app/controllers/settings/preferences_controller.rb app/lib/user_settings_decorator.rb app/models/user.rb config/locales/simple_form.en.yml | |||
2018-05-18 | Add preference to hide following/followers lists (#7532) | Eugen Rochko | |
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue | |||
2018-02-09 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: .travis.yml app/lib/user_settings_decorator.rb app/models/user.rb app/serializers/initial_state_serializer.rb app/views/stream_entries/_detailed_status.html.haml app/views/stream_entries/_simple_status.html.haml config/locales/simple_form.en.yml | |||
2018-02-09 | Add preference to always display sensitive media (#6448) | Eugen Rochko | |
2017-12-10 | Moved flavour UI into own prefs tab | kibigo! | |
2017-12-09 | add initial components based off of tootsuite pr #1507 | cwm | |
2017-12-04 | Various fixes | kibigo! | |
2017-11-30 | Skins support | kibigo! | |
2017-11-20 | Finalized theme loading and stuff | kibigo! | |
2017-10-16 | Add option to reduce motion (#5393) | Nolan Lawson | |
* Add option to reduce motion * Use HOC to wrap all Motion calls * fix case-sensitive issue * Avoid updating too frequently * Get rid of unnecessary change to _simple_status.html.haml | |||
2017-09-19 | Add support for multiple themes (#4959) | Andrew | |
* Add support for selecting a theme * Fix codeclimate issues * Look up site default style if current user is not available due to e.g. not being logged in * Remove outdated comment in common.js * Address requested changes in themes PR * Fix codeclimate issues * Explicitly check current_account in application controller and only check theme availability if non-nil * codeclimate * explicit precedence with && * Fix code style in application_controller according to @nightpool's suggestion, use default style in embedded.html.haml * codeclimate: indentation + return |