Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-04 | fix broken users gemspec | elijah | |
2013-02-26 | api for sessions fixed | Azul | |
* now we return the user id on login * allow a destroy request for logging out * added test for api sessions controller | |||
2013-02-06 | using ruby-srp 0.1.5 SRP::Client to wrap user in session | Azul | |
2012-11-04 | Merge branch 'develop' into feature-warden-srp | Azul | |
Conflicts: Gemfile.lock users/app/controllers/application_controller.rb users/leap_web_users.gemspec | |||
2012-11-04 | using ruby-srp 0.1.4 - ruby 1.9.3 compatible | Azul | |
2012-10-30 | using rails_warden bit of refactoring | Azul | |
without rails_warden the failure app action was not getting set properly. | |||
2012-10-30 | adding in warden with a basic strategy | Azul | |
currently failing because we are not setting the content-type header. | |||
2012-10-11 | use ruby-srp 0.1.3 which returns the user on authenticate call | Azul | |
Also removed a few hooks to User.current. Will replace with current_user | |||
2012-10-11 | first steps at reducing core | Azul | |
2012-10-08 | use couchrest session store in core, updated dummy path | Azul | |
2012-10-08 | cleaned up the gemspecs a bit - now all build | Azul | |
2012-10-08 | enabling rake gem in engines, using LeapWeb::Version all over the place | Azul | |
2012-10-05 | ruby-srp 0.1.1 has to_json method - simplifies controller | Azul | |
2012-10-05 | moving to ruby_srp 0.1.0, works with python srp | Azul | |
2012-09-27 | added in leap web users - one repo to rule them all | Azul | |