about summary refs log tree commit diff
path: root/spec/controllers/settings
AgeCommit message (Expand)Author
2023-03-30Change user settings to be stored in a more optimal way (#23630)Eugen Rochko
2023-03-25Change media upload limits and remove client-side resizing (#23726)Eugen Rochko
2023-03-15Fix misleading error code when receiving invalid WebAuthn credentials (#23568)Claire
2023-03-04Settings controllers specs (#23915)Matt Jankowski
2023-02-22Enable Style/FrozenStringLiteralComment for specs (#23790)Nick Schonning
2023-02-20Audofix Rubocop Style/WordArray (#23739)Nick Schonning
2023-02-20Autofix Rubocop RSpec/ImplicitSubject (#23721)Nick Schonning
2023-02-20Enable Rubocop HTTP status rules (#23717)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-20Autofix Rubocop Rails/Pluck (#23730)Nick Schonning
2023-02-19Autofix Rubocop Style/StringLiterals (#23695)Nick Schonning
2023-02-19Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)Nick Schonning
2023-02-19Autofix Rubocop Style/BlockDelimiters (#23706)Nick Schonning
2023-02-18Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)Nick Schonning
2023-02-18Autofix Rubocop RSpec/ExcessiveDocstringSpacing (#23666)Nick Schonning
2023-02-18Autofix Rubocop RSpec/ExampleWording (#23667)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-02-02Change `POST /settings/applications/:id` to regenerate token on scopes change...Claire
2022-10-06Remove setting that disables account deletes (#17683)Eugen Rochko
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2022-05-27Remove unused `filtered_languages` column (#18533)Claire
2022-05-10Fix typo in source `setted`->`set` (#18385)luzpaz
2022-03-28Fix test-related issues (#17888)Claire
2022-02-22Fix various typos (#17621)luzpaz
2022-01-28Refactor and improve tests (#17386)Claire
2021-11-26Remove Keybase integration (#17045)Eugen Rochko
2021-07-14Fix user email address being banned on self-deletion (#16503)Claire
2021-03-24Update Mastodon to Rails 6.1 (#15910)Claire
2021-02-02Fix race conditions on account migration creation (#15597)ThibG
2020-11-19Add import/export feature for bookmarks (#14956)ThibG
2020-09-11Refactor settings controllers (#14767)Eugen Rochko
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-05-10Add ability to remove identity proofs from account (#13682)Eugen Rochko
2019-12-17Fixes featured hashtag setting page erroring out instead of rejecting invalid...ThibG
2019-09-19Add account migration UI (#11846)Eugen Rochko
2019-09-18Add password challenge to 2FA settings, e-mail notifications (#11878)Eugen Rochko
2019-09-18Fix TOTP codes not being filtered from logs during enabling/disabling (#11877)Eugen Rochko
2019-08-30Fix uncaught parameter missing exceptions and missing error templates (#11702)Eugen Rochko
2019-08-06Bump faker from 1.9.6 to 2.1.0 and update faker api (#11489)Yusuke Nakamura
2019-07-22Change unconfirmed user login behaviour (#11375)Eugen Rochko
2019-06-07Change /settings/preferences to redirect to appearance, add /settings/prefere...Eugen Rochko
2019-06-07Change preferences page into appearance, notifications, and other (#10977)Eugen Rochko
2019-04-10compare usernames case-insensitively on new proof creation flow (#10544)Alex Gessner
2019-04-08Export and import show_reblogs together with following list (#10495)ThibG
2019-04-03Export and import `hide_notifications` alongside user mutes (#10335)ThibG
2019-03-28squashed identity proof updates (#10375)Alex Gessner
2019-03-18Add Keybase integration (#10297)Eugen Rochko
2019-03-16Add relationship manager UI (#10268)Eugen Rochko
2018-12-14Error message for avatar image that's too large. #9204 (#9518)Sumit Khanna
2018-12-13Add spec for Settings::ExportsController#create (#9512)ysksn