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
/
v1
Age
Commit message (
Expand
)
Author
2014-02-10
minor: move some logic from message controller into model
Azul
2014-01-09
Some more cleanup, but still want to make sure by_user_ids_to_show_and_create...
jessib
2014-01-07
Some refactoring, to simplify user model, optimize, and allow messages to be ...
jessib
2013-12-31
Add authentication to API, but not sure it is best way.
jessib
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-11-06
use the account lifecycle from UsersController#destroy
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
clearify usage of V1::UsersController#index for autocomplete
Azul
2013-09-03
Account: Composition to handle User and its identities
Azul
2013-08-27
Merge branch 'master' into billing_with_tests
jessib
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-04
user tests -- user update has been moved entirely to api controller, so fix t...
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
2013-04-09
return token on successful login via api
Azul
2013-04-02
send salt on Session#create without srp ephemeral A
Azul
2013-02-26
api for sessions fixed
Azul
2013-01-31
Remove public key if the key is passed as nil, but not otherwise.
jessib
2013-01-29
A user's public_key is the only attribute they should be able to update via API.
jessib
2013-01-29
Allow PUT API to update user.
jessib
2012-12-11
make sure can login twice
Azul
2012-12-08
serve api version 1 in /1/
Azul