summaryrefslogtreecommitdiff
path: root/users/lib
AgeCommit message (Expand)Author
2014-04-08move users: config and libAzul
2014-04-08moving all of core into toplevel, tests fail.Azul
2014-01-07Some refactoring, to simplify user model, optimize, and allow messages to be ...jessib
2013-12-26Very very rough start to having messages for payment automatically created.jessib
2013-09-23security fix: clear srp data from db asap (#3686)Azul
2013-08-08close srp vulnerability and report error in webappAzul
2013-07-16use ruby-srp 0.2.0 which has a hex based apiAzul
2013-07-12print debug info on failed login attemptsAzul
2013-06-27Want to tweak some, but start to displaying base generic message via javascript.jessib
2013-03-05Merge branch 'master' into feature/limit_user_leakAzul
2013-02-28When attempting to login, the error messages should not leak information abou...jessib
2013-02-26api for sessions fixedAzul
2013-02-06using ruby-srp 0.1.5 SRP::Client to wrap user in sessionAzul
2013-01-24Removing aliases from webfinger as the link wouldn't work anyway, and don't w...jessib
2013-01-23added a small test for HostMetaPresenter and using links hash in xml viewAzul
2013-01-23added unit tests for user presenterAzul
2013-01-23not inluding link to key if there is noneAzul
2013-01-22fixing xml and adding json representation for host_metaAzul
2013-01-22adding json jrd responses to webfingerAzul
2013-01-22some basic webfinger routes, controller, presenters, viewsAzul
2012-11-26fixed login error message on wrong usernameAzul
2012-11-23identify user by id so rerendering the form does not use new invalid loginAzul
2012-11-22beautify login workflowAzul
2012-11-09seperated the warden classes from the initializerAzul
2012-10-30using rails_warden bit of refactoringAzul
2012-10-30adding in warden with a basic strategyAzul
2012-10-11moved core dependency into */Gemfile with :pathAzul
2012-10-11first steps at reducing coreAzul
2012-09-27added in leap web users - one repo to rule them allAzul