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
/
app
/
controllers
Age
Commit message (
Expand
)
Author
2013-12-31
Cleanup of code for messages API and cron job for 1 month payment warning. Au...
jessib
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-24
API method to mark a user's message as read (will refactor)
jessib
2013-12-24
Initial start to messages API.
jessib
2013-12-22
locale prefix support:
elijah
2013-12-16
Fix issue 4756: /login should not crash if one goes there when logged in.
jessib
2013-12-13
refactor: remove Overview controller - we can use Users#show
Azul
2013-12-09
Merge pull request #119 from jessib/feature/service_level
azul
2013-12-06
make sure key responses are plain text
elijah
2013-12-02
Merge branch 'develop' into feature/service_level
jessib
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-18
Need to cleanup some, but start to show public key for /key/username
jessib
2013-11-18
Start of service level code, which will be tweaked
jessib
2013-11-06
use the account lifecycle from UsersController#destroy
Azul
2013-10-30
notify user their account was successfully deleted (refs #4216)
Azul
2013-09-24
use token auth when accessing the api from webapp
Azul
2013-09-18
user.account shortcut to Account.new(user)
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
clearify usage of V1::UsersController#index for autocomplete
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
2013-09-03
use Token#authenticate for authentication
Azul
2013-09-02
Remove references to email_settings controller, which has been removed. An id...
jessib
2013-08-30
there's no need for User#find_by_param. clean it up
Azul
2013-08-27
Merge branch 'master' into billing_with_tests
jessib
2013-08-27
token.user will get you the right user
Azul
2013-08-27
do not redirect if no token present
Azul
2013-08-27
clear token on logout with test
Azul
2013-08-27
basic testing for token based auth in tests
Azul
2013-08-27
first steps towards enabling token based auth
Azul
2013-08-27
sort authentication controller extension
Azul
2013-08-21
return 204 NO CONTENT on API logout
Azul
2013-07-24
separate signup and settings service objects for user
Azul
2013-07-24
removed email settings controller and views
Azul
2013-07-17
fix account flow integration test
Azul
2013-07-11
Slight tweak in case we get back the default response to warden's fail!, whic...
jessib
2013-07-11
Merge branch 'master' into feature/authentication_generic_error
jessib
2013-07-09
Merge branch 'master' into feature/authentication_generic_error
jessib
2013-07-08
Merge branch 'master' into feature/disable_account
jessib
2013-07-04
redirect to root after user destroy
elijah
2013-07-04
user tests -- user update has been moved entirely to api controller, so fix t...
elijah
2013-07-04
allow forms with blank email forward.
elijah
2013-07-04
users - make a nice overview page (well, nice enough) and better users index/...
elijah
2013-07-04
fix user typeahead
elijah
2013-07-04
users engine changes - rewrite of the views, separate email settings to a sep...
elijah
[next]