index
:
leap_web.git
drop/ruby-2.1
feat/drop-signup
master
version/0.6
version/0.6.1
version/0.7
version/0.7.1
version/0.8
version/0.9
[leap_web]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
test
Age
Commit message (
Expand
)
Author
2013-12-30
Change structure to be more no-sql-y, rather than relational.
jessib
2013-12-24
Catching some corner cases & new tests.
jessib
2013-12-24
Add API tests and some refactoring of messages so we can get a user's message...
jessib
2013-12-22
locale prefix support:
elijah
2013-12-20
make sure overview link is active on Users#show
Azul
2013-12-16
Add test.
jessib
2013-12-13
make the possible actions for users and admins configurable
Azul
2013-12-09
Update tests to reflect using plaintext key.
jessib
2013-11-27
minor: rename test to what it actually tests
Azul
2013-11-26
simple validation for pgp key format
Azul
2013-11-26
ignore attempts to empty public_key, refactor
Azul
2013-11-25
Give 404 error if one goes to /key/user for non-existing user.
jessib
2013-11-21
Refactoring of code, and tests.
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
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-10-30
test helper to expect_logout.
Azul
2013-10-30
notify user their account was successfully deleted (refs #4216)
Azul
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-18
test logging in through the API using python with umlauts
Azul
2013-10-17
blacklist system logins for aliases and logins
Azul
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-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
Test of failing to add non-local email address as an identity's address.
jessib
2013-09-04
use /login instead of /sessions/new and test successful login
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
Cleanup sessions controller - webapp logs in through the api.
Azul
2013-09-03
Account: Composition to handle User and its identities
Azul
2013-09-03
cleanup records after running user integration tests
Azul
2013-09-03
simplify users_controller_test
Azul
2013-09-03
don't leave id records behind when unit testing
Azul
2013-09-03
expire token according to config setting auth:token_expires_after
Azul
2013-09-03
use Token#authenticate for authentication
Azul
[next]