summaryrefslogtreecommitdiff
path: root/users/app/views
AgeCommit message (Expand)Author
2013-07-09Cleanup to show enable/deactivate account functionality in new UI.jessib
2013-07-08Merge branch 'master' into feature/disable_accountjessib
2013-07-05remove unused user viewselijah
2013-07-04remove commented out code.elijah
2013-07-04users - make a nice overview page (well, nice enough) and better users index/...elijah
2013-07-04fix user typeaheadelijah
2013-07-04users engine changes - rewrite of the views, separate email settings to a sep...elijah
2013-07-04new ui - initial user changeselijah
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-06-17Tweaks to display javascript and cookies warning:jessib
2013-06-13Quick way to give warnings if javascript and/or cookies are not enabled. Will...jessib
2013-03-05minor: fixed logout linkAzul
2013-03-01Merge pull request #32 from azul/feature/api-version-1-fixesazul
2013-02-26Change to language for when updating username/password.jessib
2013-02-26api for sessions fixedAzul
2013-02-25Admins cannot update a user. Eventually we will want to allow admins to updat...jessib
2013-02-25Slight refactoring of partialsjessib
2013-02-25Add hint that password change is optionaljessib
2013-02-19Needs some cleanup, but this has one form where user can change username and ...jessib
2013-01-25Merge branch 'feature/webfinger' of https://github.com/leapcode/leap_webAzul
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-22Rough way to allow user to paste in their key, but certainly we will want dif...jessib
2013-01-22Edit form should show email address for the currently displayed user.jessib
2013-01-22Users now have an email_address, not an email.jessib
2013-01-22fixing xml and adding json representation for host_metaAzul
2013-01-22removed accidentaily commited filesAzul
2013-01-22adding json jrd responses to webfingerAzul
2013-01-22some basic webfinger routes, controller, presenters, viewsAzul
2013-01-18more flexible email partialAzul
2013-01-18Merge remote-tracking branch 'origin/master' into feature/fixed-email-addressAzul
2013-01-17minor fixes to validation workflowAzul
2013-01-17unit tests passingAzul
2013-01-16incomplete initial changes to make email address just login@domain.tldAzul
2013-01-15Show different ticket characteristics when viewing the users versus when list...jessib
2013-01-15reverted simplification - not good to have 'none set' in a %ulAzul
2013-01-15minor: put emails in unstyled ul and simplifyAzul
2013-01-14Use partials for displaying details shown when viewing a user. Some of these ...jessib
2013-01-08Adding show view for users.jessib
2012-12-20validating email domain and displaying it as the placeholderAzul
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-10created generic Email class and use it with EmailAliasesAzul
2012-12-10actually allow adding email aliasesAzul