Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | port tootsuite#11375: Change unconfirmed user login behaviour | Eugen Rochko | |
Allow access to account settings, 2FA, authorized applications, and account deletions to unconfirmed and pending users, as well as users who had their accounts disabled. Suspended users cannot update their e-mail or password or delete their account. Display account status on account settings page, for example, when an account is frozen, limited, unconfirmed or pending review. After sign up, login users straight away and show a simple page that tells them the status of their account with links to account settings and logout, to reduce onboarding friction and allow users to correct wrongly typed e-mail addresses. Move the final sign-up step of SSO integrations to be the same as above to reduce code duplication. | |||
2020-01-20 | Original upstream merge | ThibG | |
2019-03-14 | Admission-based registrations mode (#10250) | Eugen Rochko | |
Fix #6856 Fix #6951 | |||
2019-01-07 | Fix db/seeds.rb (#9738) | Remi Rampin | |
Add "agreement: true" to avoid: > ActiveRecord::RecordInvalid: Validation failed: Agreement must be accepted | |||
2017-06-08 | Fix db:seed - only run some validations when the field was changed (#3592) | Eugen Rochko | |
* Fix db:seed - only run some validations when the field was changed * Add tests | |||
2017-04-25 | Refactor seed.rb (#2430) | Hiroe Jun | |
2017-01-29 | Fix #569 - seeds.rb | Eugen Rochko | |
2017-01-26 | Removed accidental n+1 query from notifications, updated some deps, | Eugen Rochko | |
improved how "show more" link looks | |||
2017-01-26 | Seed a default, confirmed, admin account on development environments | Effy Elden | |
2016-10-22 | Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limiting | Eugen Rochko | |
to the API | |||
2016-10-15 | Add sync command for neo4j, fix configuration, add neo4j to docker-compose, ↵ | Eugen Rochko | |
fix seed | |||
2016-08-26 | The frontend will now be an OAuth app, auto-authorized. The frontend will ↵ | Eugen Rochko | |
use an access token for API requests Adding better errors for the API controllers, posting a simple status works from the frontend now | |||
2016-02-20 | Initial commit | Eugen Rochko | |