summaryrefslogtreecommitdiff
path: root/users/app/controllers
AgeCommit message (Expand)Author
2012-12-20render proper tab on updateAzul
2012-12-18refactor: using tab partials for user editingAzul
2012-12-18refactored email_alias creation and validationAzul
2012-12-18display errors on email tab properlyAzul
2012-12-17activate email tab after changing email settingsAzul
2012-12-17enabled destroying email aliases - no ajax yet.Azul
2012-12-17Merge branch 'feature/fixing-signup-and-login-issues'Azul
2012-12-13Merge branch 'master' into developAzul
2012-12-12Merge branch 'master' into developAzul
2012-12-11make sure can login twiceAzul
2012-12-10email format validationsAzul
2012-12-10actually allow adding email aliasesAzul
2012-12-09basic form added to user settings, simple model createdAzul
2012-12-09first steps towards email aliasesAzul
2012-12-08serve api version 1 in /1/Azul
2012-12-07Merge branch 'master' into help_developjessib
2012-12-07fixed signup and removed flash that was not getting displayedAzul
2012-12-07first stub at displaying success messagesAzul
2012-12-07using normal requests for user updates except passwordAzul
2012-12-03enable users to cancel their accountAzul
2012-12-01Merge branch 'develop' into help_developAzul
2012-11-28admins can destroy usersAzul
2012-11-26Merge branch 'develop' into help_developjessib
2012-11-26Merge branch 'develop' into help_developjessib
2012-11-26basic typeahead and user querying workingAzul
2012-11-26basic users index with typeahead searchAzul
2012-11-26added admin menu and user index actionAzul
2012-11-26simplified controller and adjusted testsAzul
2012-11-23identify user by id so rerendering the form does not use new invalid loginAzul
2012-11-23test editing user settingsAzul
2012-11-22basic user edit form and actionsAzul
2012-11-22beautify login workflowAzul
2012-11-22using client side validations for loginAzul
2012-11-22using the new srp.js apiAzul
2012-11-12Merge branch 'develop' into help_developjessib
2012-11-09got integration test and login flow to workAzul
2012-11-06first steps towards warden srp testingAzul
2012-11-05Unit test for is_admin?jessib
2012-11-05Use the same URL for viewing tickets when authenticated or not---the couchdb ...jessib
2012-11-04fixed functional testsAzul
2012-11-04stubbing current_user the warden wayAzul
2012-11-04Merge branch 'develop' into feature-warden-srpAzul
2012-11-02Some rough functionality for tickets, like showing ticket list for admins, an...jessib
2012-10-31Code to check administration (and ugly test display.) This includes example c...jessib
2012-10-31using controller extensions for application controller by handAzul
2012-10-30sending proper error messages from warden.Azul
2012-10-30using rails_warden bit of refactoringAzul
2012-10-30adding in warden with a basic strategyAzul
2012-10-11current_user and authenticate methodsAzul
2012-10-11use ruby-srp 0.1.3 which returns the user on authenticate callAzul