summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2013-09-03expire token according to config setting auth:token_expires_afterAzul
2013-09-02document the logfile option in the defaults.ymlAzul
2013-09-02add config setting for logfileAzul
2013-08-27Not ideal way to do it, but was proving complicated to have a config file spe...jessib
2013-08-01Merge branch 'master' into billing_with_testsjessib
2013-07-17Fix breakage due to empty config file for a given envAzul
2013-07-17Hacky, but avoids SSL certificate error in development mode.jessib
2013-07-14remove freeze on APP_CONFIG for nowelijah
2013-07-11config - add force_ssl to config, add configuration notes to README.mdelijah
2013-07-04add 'blue' to admins in dev mode.elijah
2013-07-04moved app locales to core gem.elijah
2013-07-04added 'thin' and 'quiet_assets' gems to make development mode much nicer.elijah
2013-07-04i18n - added a few strongs to app, fixed language at english for now.elijah
2013-07-04set pagination size via config fileelijah
2013-07-04start of new ui - css changes, layout changes, navigation changes.elijah
2013-04-08Merge pull request #39 from azul/feature/keep-session-secretjessib
2013-04-03make sure user tests also run when run from users subdirAzul
2013-03-15fetch secret token for signing cookies from configAzul
2013-03-06certs - changed the logic of free/paid certs to be limited/unlimited.elijah
2013-02-27change free cert postfix to be a prefix (this is required for how openvpn doe...elijah
2013-02-25added configuration setting for disabling free certsAzul
2013-02-25enable free certs with a common name postfixAzul
2013-02-09configure couchrest session store in initializerAzul
2013-02-09fall back to {} if config file is empty for environmentAzul
2013-02-09use at least couchrest_session_store 0.0.8Azul
2013-02-05use the latest couch rest session storeAzul
2013-01-31config key is not ca_cert_path anymore - client_ca_certAzul
2013-01-26moving leap_ca configs into defaults.ymlAzul
2013-01-15For both users and tickets, if the object is not found and the current user i...jessib
2012-12-20config hash now has indifferent accessAzul
2012-12-20Loading config defaults from default.yml nowAzul
2012-12-13removing couchdb.yml so it does not conflict with deploy. will create default...Azul
2012-12-10use consistent naming scheme across CA, webapp and couchDB installAzul
2012-11-26minor: client side validations fixed + .json requestAzul
2012-11-22ship config file so CI can testAzul
2012-11-12adding client side validations to the mixAzul
2012-11-04minor: yaml syntax fixAzul
2012-10-31Code to check administration (and ugly test display.) This includes example c...jessib
2012-10-29first steps at is_admin?Azul
2012-10-19added dummy cert file for tests and illustrationAzul
2012-10-19Revert "Created deploy branch with some springbok specifics"Azul
2012-10-11fixed cert tests - adding test data and not testing the inline cert download ...Azul
2012-10-11first steps at reducing coreAzul
2012-10-08LeapWebDemo -> LeapWebAzul
2012-10-06Created deploy branch with some springbok specificsAzul
2012-10-05adjusting git repo to leap_web from leap_web_demoAzul
2012-09-27Adding in what used to be leap webapp demoAzul