about summary refs log tree commit diff
path: root/app/models/user.rb
AgeCommit message (Expand)Author
2021-05-06Add Ruby 3.0 support (#16046)Claire
2021-05-04Fix empty home feed before first follow has finished processing (#16152)Eugen Rochko
2021-03-19WIP (#15222)Eugen Rochko
2021-01-21Fix sign-up restrictions based on IP addresses not being enforced (#15607)ThibG
2020-12-22Fix external user creation failing when invite request text is required (#15405)ThibG
2020-12-21Fix invitation links not working when invite request text is required (#15385)ThibG
2020-12-14Add ability to require invite request text (#15326)ThibG
2020-12-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-11-12Fix 2FA/sign-in token sessions being valid after password change (#14802)Eugen Rochko
2020-10-12Add IP-based rules (#14963)Eugen Rochko
2020-09-30Add option to disable swiping motions across the WebUI (#13885)ThibG
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-09-01Bump rubocop from 0.86.0 to 0.88.0 (#14412)dependabot[bot]
2020-08-24Add WebAuthn as an alternative 2FA method (#14466)santiagorodriguez96
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko
2020-04-15Fix “Email changed” notification sometimes having wrong e-mail (#13475)ThibG
2020-01-25Fix user disabling changing activity timestamps, fix nil error (#12943)Eugen Rochko
2020-01-24Fix password change/reset not immediately invalidating other sessions (#12928)Eugen Rochko
2020-01-20Fix not all of account's active IPs showing up in admin UI (#12909)Eugen Rochko
2020-01-20Fix search by IP not using alternative browser sessions in admin UI (#12904)Eugen Rochko
2019-10-24Add setting for whether to crop images in unexpanded toots (#12126)Faye Duxovni
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-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-09-06Add timeline read markers API (#11762)Eugen Rochko
2019-08-06Add trends UI with admin and user settings (#11502)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
2019-07-26Fix invites not being disabled upon account suspension (#11412)ThibG
2019-07-22Change unconfirmed user login behaviour (#11375)Eugen Rochko
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-06-26Add option to disable blurhash previews (#11188)ThibG
2019-06-20Add moderation API (#9387)Eugen Rochko
2019-06-18Fix User#active scope only returning suspended users (#11111)ThibG
2019-05-25Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-05-19Fix “invited by” not showing up for invited accounts in admin interface (...ThibG
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-03Change e-mail whitelist/blacklist to not be checked when invited (#10683)Eugen Rochko
2019-05-02Check that an invite link is valid before bypassing approval mode (#10657)ThibG
2019-04-27Fix approved column being set to nil instead of false (#10642)Eugen Rochko
2019-04-25Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621)Eugen Rochko
2019-04-10Add preference to disable e-mails about new pending accounts (#10529)Eugen Rochko
2019-04-09Add "why do you want to join" field to invite requests (#10524)Eugen Rochko
2019-03-23If registrations have been re-opened when user confirms account, approve (#10...Eugen Rochko
2019-03-14Admission-based registrations mode (#10250)Eugen Rochko
2019-03-14Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217)Eugen Rochko
2019-02-20correct opt-out showing application (#10086)Hinaloe
2019-02-02Make displaying application used to toot opt-in (#9897)ThibG
2019-01-25Fix SSO authentication not working due to missing agreement boolean (#9915)Eugen Rochko
2019-01-18Fix code style of regeneration-related code (#9843)Eugen Rochko
2019-01-02Improve e-mail digest (#9689)Eugen Rochko