summaryrefslogtreecommitdiff
path: root/users/app/controllers/users_controller.rb
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2014-04-04redirect home when logged in visits /signup (#5446)Azul
2014-02-10rename authorize to require_loginAzul
2014-01-23added a customizable 'bye' page for when a user leaveselijah
2013-12-22locale prefix support:elijah
2013-12-13refactor: remove Overview controller - we can use Users#showAzul
2013-11-18Start of service level code, which will be tweakedjessib
2013-11-06use the account lifecycle from UsersController#destroyAzul
2013-10-30notify user their account was successfully deleted (refs #4216)Azul
2013-07-08Merge branch 'master' into feature/disable_accountjessib
2013-07-04redirect to root after user destroyelijah
2013-07-04user tests -- user update has been moved entirely to api controller, so fix t...elijah
2013-07-04users - make a nice overview page (well, nice enough) and better users index/...elijah
2013-07-04users engine changes - rewrite of the views, separate email settings to a sep...elijah
2013-07-03Accounts can be enabled or not. Admins can edit this property.jessib
2013-06-20For removing account, redirect to root path, and ask confirmation message:jessib
2013-02-25Admins cannot update a user. Eventually we will want to allow admins to updat...jessib
2013-02-19Only check if last email alias is valid if the user has a last email alias.jessib
2013-01-29Allow PUT API to update user.jessib
2013-01-18Merge remote-tracking branch 'origin/master' into feature/fixed-email-addressAzul
2013-01-17Should be able to create a user when not logged in.jessib
2013-01-17Merge branch 'master' into feature/tickets_controllers_simplificationjessib
2013-01-17Deal with corner case where we don't have authenticated user. Will write a te...jessib
2013-01-17minor fixes to validation workflowAzul
2013-01-15For both users and tickets, if the object is not found and the current user i...jessib
2013-01-08Adding show view for users.jessib
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-10email format validationsAzul
2012-12-10actually allow adding email aliasesAzul
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-11-28admins can destroy usersAzul
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-09-27added in leap web users - one repo to rule them allAzul