summaryrefslogtreecommitdiff
path: root/users/app/views
AgeCommit message (Expand)Author
2013-12-23Merge remote-tracking branch 'jessib/feature/3389_download_links' into developAzul
2013-12-22locale prefix support:elijah
2013-12-20enable billing engine by default, consolidate APP_CONFIG[:payments] and APP_C...elijah
2013-12-19Put download link on user page.jessib
2013-12-16Merge pull request #123 from azul/refactor/standartize-user-routesjessib
2013-12-13refactor: remove Overview controller - we can use Users#showAzul
2013-12-13make the possible actions for users and admins configurableAzul
2013-12-13refactor: move edit sections into partialsAzul
2013-12-05We won't want service levels in production mode, and have it so this initial ...jessib
2013-12-03Some simplification of code.jessib
2013-12-03Add ServiceLevel class to wrap config and give accessors. Has some hacky part...jessib
2013-11-18Start of service level code, which will be tweakedjessib
2013-10-28Fix button to enable account: https://leap.se/code/issues/4246jessib
2013-10-01Allow admins to view past-due subscriptions.jessib
2013-09-25visual feedback when submitting forms (#3164)Azul
2013-09-24use token auth when accessing the api from webappAzul
2013-09-04fix login form - use api session urlAzul
2013-09-02Remove references to email_settings controller, which has been removed. An id...jessib
2013-08-27Not ideal way to do it, but was proving complicated to have a config file spe...jessib
2013-08-27Merge branch 'master' into billing_with_testsjessib
2013-08-19Change JS warning message per https://leap.se/code/issues/3492jessib
2013-08-13Option to disable billing engine and hide billing related links. To actual di...jessib
2013-07-25Have navigation link to new customer form if user is not already a braintree ...jessib
2013-07-24removed email settings controller and viewsAzul
2013-07-23Some navigation tweaks.jessib
2013-07-17Adding some links, which will be removed.jessib
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