summaryrefslogtreecommitdiff
path: root/lib/config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(config.js): Extract config fileBoHong Li2017-05-081-223/+0
| | | | | * Separate different config source to each files * Freeze config object
* Fix front-end constants generation not getting config properlyWu Cheng-Han2017-03-231-0/+2
|
* Mark as 0.5.1Wu Cheng-Han2017-03-231-1/+1
|
* Update to generate front-end constants on server startupWu Cheng-Han2017-03-201-1/+2
| | | | To avoid extra webpacking on changing configs and follow the 12 factor app
* Add config option for gitlab api scope and auto adapt gitlab snippet feature ↵Wu Cheng-Han2017-03-141-2/+3
| | | | on it
* Use strict mode in all backend filesBoHong Li2017-03-141-0/+1
| | | | add ‘use strict’ in all backend file
* Use JavaScript Standard StyleBoHong Li2017-03-081-171/+161
| | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code.
* Fixed Syntax ErrorBoHong Li2017-03-041-1/+5
|
* Merge branch 'master' into feature/addSecretsRaccoon2017-03-031-13/+31
|\
| * first envs then the configMike2017-02-151-1/+1
| | | | | | or docker -e will not work
| * Add validation to defaultpermission in configNV2017-02-101-2/+7
| |
| * Add default permission configNV2017-02-101-0/+4
| |
| * Fix ldap config not initialize properlyWu Cheng-Han2017-02-071-4/+3
| |
| * Fix HMD_LDAP_TLS_CA not passing correctly and update README.mdWu Cheng-Han2017-02-071-2/+11
| |
| * Recover config change in 0f833f0Yukai Huang2017-01-151-2/+2
| |
| * Merge branch 'frontend-next' into t216-refactor-commonYukai Huang2017-01-151-0/+38
| |\
| * | Update server google/dropbox config checkYukai Huang2017-01-141-2/+2
| | |
* | | Add basics for secret management by Docker 1.13Sheogorath2017-02-071-24/+28
| |/ |/| | | | | See https://docs.docker.com/engine/swarm/secrets/
* | Fix allowemailregister config typo and default should be trueWu Cheng-Han2017-01-121-1/+1
| |
* | Add `allowemailregister` optionSheogorath2017-01-121-0/+2
| |
* | Allow displaying LDAP provider name on sign-in modalneopostmodern2017-01-091-1/+5
| |
* | Merge pull request #279 from alecdwm/ldap-authMax Wu2017-01-091-0/+32
|\ \ | |/ |/| Support for LDAP server authentication
| * Added HMD_LDAP_TLS_CA env variablealecdwm2016-12-141-0/+6
| |
| * Initial support for LDAP server authenticationalecdwm2016-12-131-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Limitations as of this commit: - tlsOptions can only be specified in config.json, not as env vars - authentication failures are not yet gracefully handled by the UI - instead the error message is shown on a blank page (/auth/ldap) - no email address is associated with the LDAP user's account - no picture/profile URL is associated with the LDAP user's account - we might have to generate our own access + refresh tokens, because we aren't using oauth. The currently generated tokens are just a placeholder. - 'LDAP Sign in' needs to be translated to each locale
* | Mark as 0.5.0Wu Cheng-Han2017-01-021-2/+2
| |
* | Use dburl to configuratebananaappletw2016-12-221-4/+3
| |
* | Fixed typo: anonmyousFlorian Rhiem2016-12-211-2/+2
| |
* | Fix email option in config not parse correctlyWu Cheng-Han2016-12-201-1/+1
| |
* | Mark as 0.4.6Wu Cheng-Han2016-12-191-1/+1
| |
* | Add support of allow free url config option with correspond modificationsWu Cheng-Han2016-12-161-0/+3
| |
* | Fix typoWu Cheng-Han2016-12-161-1/+1
| |
* | Add support of allow anonymous config option with correspond modificationsWu Cheng-Han2016-12-151-0/+3
|/
* Update to support optional email register and signinWu Cheng-Han2016-12-021-0/+2
|
* Add env config prefixYukai Huang2016-11-171-5/+5
|
* Config s3 through env variablesYukai Huang2016-11-161-7/+6
|
* upload image to s3Yukai Huang2016-11-161-1/+12
|
* support filesystem image uploadYukai Huang2016-11-141-1/+5
|
* Fix config.js use cdn option not parse properly and add missing cdn resourcesWu Cheng-Han2016-10-231-1/+1
|
* Change use cdn config option default to be trueWu Cheng-Han2016-10-231-1/+1
|
* Change to raise socket io timeout, heartbeat interval and timeout to lower ↵Wu Cheng-Han2016-10-231-2/+2
| | | | offline period
* Mark as 0.4.5Wu Cheng-Han2016-10-111-2/+2
|
* Add more environment variables for server configuration, update related ↵Wu Cheng-Han2016-10-101-14/+34
| | | | section in README.md
* Mark as 0.4.4Wu Cheng-Han2016-08-021-2/+2
|
* Reduce realtime timeout and heartbeat interval to handle stale clients quickerWu Cheng-Han2016-07-021-2/+2
|
* Mark as 0.4.3Wu Cheng-Han2016-06-281-1/+1
|
* Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu2016-06-171-0/+2
| | | | informations
* Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2016-06-171-1/+1
| | | | to ensure data integrity
* Mark as 0.4.2Cheng-Han, Wu2016-06-011-1/+1
|
* Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2016-06-011-0/+2
|
* Update slide template using ejs instead of mustache to reduce similar ↵Cheng-Han, Wu2016-05-291-1/+1
| | | | package dependency