summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-09Merge pull request #156 from azul/bugfix/5548-hide-signup-forms-without-js0.5.1-rc2azul
2014-05-08minor fix to default pricing chartelijah
2014-05-06minor: fixing commentAzul
2014-05-06hide srp forms when no js is availableAzul
2014-05-06Merge pull request #154 from azul/feature/display-pricingazul
2014-05-06Merge pull request #155 from azul/feature/simplify-download-btnazul
2014-04-30upgrade debugger so it works with p545 on travisAzul
2014-04-30remove outdated os detection testAzul
2014-04-29adopt pricing view to current service_level formatAzul
2014-04-29remove os specific download buttonsAzul
2014-04-29smaller download button with context on dashAzul
2014-04-29simplify download buttonAzul
2014-04-25Merge pull request #153 from azul/bugfix/5557-password-validationsazul
2014-04-25basic password validation without client side gemAzul
2014-04-25Merge pull request #150 from azul/bugfix/5542-capitalize-loadingazul
2014-04-25use i18n keys for signup & login buttonsAzul
2014-04-25make test independent of button tagAzul
2014-04-25move open and close buttons into status displayAzul
2014-04-25ensure buttons are properly loading... and resetAzul
2014-04-25using simple_form for the last form that was not using it.Azul
2014-04-25simple form: add wrapped and loading... buttons #5542Azul
2014-04-25Merge pull request #148 from azul/feature/api-quota-supportazul
2014-04-25Merge pull request #151 from azul/bugfix/5549-prefer-client-signupazul
2014-04-25Merge pull request #152 from azul/bugfix/5552-recover-from-invalid-ticketsazul
2014-04-24remove cert link - has no purpose anymoreAzul
2014-04-24add tests for invalid ticket creationAzul
2014-04-24check user_id param for present? instead of !nil?Azul
2014-04-24let's only add the flash notice if the ticket has been createdAzul
2014-04-24return nil as auto_ticket_path for invalid ticketsAzul
2014-04-24cert_path now is api_cert_pathAzul
2014-04-24unified wording: destroy accountAzul
2014-04-24cleanup homepage buttons someAzul
2014-04-24add signup and login info on the formsAzul
2014-04-18Merge pull request #147 from azul/test/nagios-test-signup0.5.1-rcazul
2014-04-18adopt service_level config to platform settingsAzul
2014-04-18bringing back empty cert prefixesAzul
2014-04-18change service level configuration strategyAzul
2014-04-18minor fix: User#email_address not User#emailAzul
2014-04-17adjust test to service list in configAzul
2014-04-17make use of the UnauthorizedUserAzul
2014-04-17UnauthenticatedUser as current_userAzul
2014-04-17initial commit for the service level apiAzul
2014-04-17add a try/except for older versions of requestsAzul
2014-04-17nagios test: also test registering new usersAzul
2014-04-17nagios test: use support classes in soledad syncAzul
2014-04-17gitignore *.pycAzul
2014-04-17remove unneeded importsAzul
2014-04-17move support classes into their own packageAzul
2014-04-17nagios test: refactor webapp_login with classesAzul
2014-04-17refactor: move nagios specifs to nagios_testAzul