summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-05Fix db:migrate and similar tasksAzul
2016-07-05Merge remote-tracking branch 'pr/224' into merge-branchAzul
2016-07-05Merge remote-tracking branch 'pr/222' into merge-branchAzul
2016-07-04install: remove thin and thus eventmachine as a dependencyAzul
2016-05-23fix config check in submit_signupAzul
2016-05-23rename destroy_identity to release_handlesAzul
2016-05-23move signup from users to account_controllerAzul
2016-05-23cleanup: remove service level code from users_controllerAzul
2016-05-23restrict user_params in user_controllerAzul
2016-05-23Merge remote-tracking branch 'pr/220' into developAzul
2016-05-22make ticket tests pass without network connectionAzul
2016-05-21tests: reset I18n.locale after locale_path_testAzul
2016-05-20include engine tests in default testAzul
2016-05-20api: set defaults for version in routesAzul
2016-05-18features for API version 2 - keep old onesAzul
2016-05-18api: allow version bumping - bump to 2Azul
2016-05-14ensure invalid user ids still render the ticket formAzul
2016-05-12minor: no need to vendor couchrest_session_storeAzul
2016-05-09test: make identity test locale independentAzul
2016-05-09minor: cleanup debug message in testAzul
2016-05-03use APP_CONFIG[config_file_paths] for provider.jsonAzul
2016-05-03fix failing unit and functional testsAzul
2016-05-03fix type mismatch TokenAuthTestAzul
2016-05-02upgrade: couchrest_session_store 0.4.2Azul
2016-05-02bugfix: test user properly in auto_new_ticket_pathAzul
2016-05-02use icon helper from navigation helperAzul
2016-05-02upgrade: horizontal forms now need column stylesAzul
2016-05-02upgrade: bootstrap control-group -> form-groupAzul
2016-05-02upgrade: fix buttons for bootstrap3Azul
2016-05-02upgrade bootstrap3 icons work nowAzul
2016-05-02upgrade: use bootstrap3 row and col-md-*Azul
2016-05-02tests: Validator.new has optional options hashAzul
2016-05-02upgrade: {File,Dir}.exists? -> exist?Azul
2016-05-02upgrade: add formbuilder wrapper for bootstrapAzul
2016-05-02upgrade: typeahead is not in bootstrap3 anymoreAzul
2016-05-02test: use assert_error_response in functional testAzul
2016-05-02upgrade: use bootstrap3 variable names in leap.scssAzul
2016-05-02upgrade: test cases now have #nameAzul
2016-05-02update: stop refering to bootstrap2 ie7 hackAzul
2016-05-02upgrade: separate CouchRest::Session from DocumentAzul
2016-05-02test: flash now has string keysAzul
2016-05-02test: response is blank - not = ' 'Azul
2016-05-02upgrade: bootstrap 3 does not have -responsiveAzul
2016-05-02upgrade: client_side_validations initializerAzul
2016-05-02upgrade: default_wait_time -> default_max_wait_timeAzul
2016-05-02upgrade: migrate configAzul
2016-05-02upgrade: environments:productionAzul
2016-05-02upgrade: environments:developmentAzul
2016-05-02upgrade: environments/test.rbAzul
2016-05-02upgrade: add binstubs to gitAzul