Age | Commit message (Expand) | Author |
2013-11-18 | Start of service level code, which will be tweaked | jessib |
2013-11-12 | Merge pull request #110 from azul/feature/cleanup-expired-tokens | jessib |
2013-11-08 | fix cornercase of non expiring tokens | Azul |
2013-11-08 | Token.destroy_all_expired to cleanup expired tokens (#4411) | Azul |
2013-11-07 | only check number of disabled identities to make test more robust | Azul |
2013-11-06 | use the account lifecycle from UsersController#destroy | Azul |
2013-11-06 | destroy all tickets created by a user when account is destroyed | Azul |
2013-11-06 | integration test for blocking handles after account destroyed | Azul |
2013-11-06 | refactor: extract method on account test | Azul |
2013-11-05 | Identity.destroy_all_disabled will clean up disabled identities | Azul |
2013-11-05 | disabled identities to block handles after a user was deleted | Azul |
2013-11-05 | refactor: Identity.disable_all_for(user) on user destruction | Azul |
2013-10-30 | test helper to expect_logout. | Azul |
2013-10-30 | notify user their account was successfully deleted (refs #4216) | Azul |
2013-10-28 | Fix button to enable account: https://leap.se/code/issues/4246 | jessib |
2013-10-28 | no need to create a user for testing failed login attempt | Azul |
2013-10-28 | reset button loading... state on error (#4231) | Azul |
2013-10-28 | Merge branch 'feature/4109-https-sources' into develop | Azul |
2013-10-18 | use https sources in Gemfiles and also in the documentation (#4109) | Azul |
2013-10-18 | test logging in through the API using python with umlauts | Azul |
2013-10-18 | Merge pull request #98 from jessib/feature/billing-past-due-subscriptions | azul |
2013-10-17 | Merge pull request #102 from azul/feature/3602-email-blacklist | jessib |
2013-10-17 | blacklist system logins for aliases and logins | Azul |
2013-10-17 | use latest version of srp_js to fix #4002 | Azul |
2013-10-01 | Allow admins to view past-due subscriptions. | jessib |
2013-09-26 | Since local part of email is case sensitive, want to allow remote email addre... | jessib |
2013-09-25 | visual feedback when submitting forms (#3164) | Azul |
2013-09-24 | use token auth when accessing the api from webapp | Azul |
2013-09-23 | This ensures that email addresses contain only lowercase letters, and that an... | jessib |
2013-09-23 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-23 | security fix: clear srp data from db asap (#3686) | Azul |
2013-09-19 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-19 | Merge pull request #82 from azul/feature/sessions-expire | jessib |
2013-09-18 | user.account shortcut to Account.new(user) | Azul |
2013-09-17 | integration tests for session expiry | Azul |
2013-09-09 | Merge branch 'develop' into feature/only_lower_case_aliases | jessib |
2013-09-05 | For moment, have identity's address handle aliased from login so we can use L... | jessib |
2013-09-05 | Ensure that address in identity really is a LocalEmail. | jessib |
2013-09-05 | Test of failing to add non-local email address as an identity's address. | jessib |
2013-09-05 | Move handle method to Email model and have it work for local and non-local em... | jessib |
2013-09-04 | use /login instead of /sessions/new and test successful login | Azul |
2013-09-04 | fix login form - use api session url | Azul |
2013-09-03 | Merge pull request #73 from azul/bugfix/3623-teardown-test-data-properly | jessib |
2013-09-03 | Merge pull request #75 from azul/feature/token-expiry | jessib |
2013-09-03 | Merge pull request #76 from azul/feature/3600-visual-feedback-on-failed-signup | jessib |
2013-09-03 | clearify usage of V1::UsersController#index for autocomplete | Azul |
2013-09-03 | use the login logout named route instead of sessions resource | Azul |
2013-09-03 | remove email aliases controller - we don't use it anymore | Azul |
2013-09-03 | Cleanup sessions controller - webapp logs in through the api. | Azul |
2013-09-03 | Account: Composition to handle User and its identities | Azul |