Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -223/+0 |
| | | | | | * Separate different config source to each files * Freeze config object | ||||
* | Fix front-end constants generation not getting config properly | Wu Cheng-Han | 2017-03-23 | 1 | -0/+2 |
| | |||||
* | Mark as 0.5.1 | Wu Cheng-Han | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 1 | -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-Han | 2017-03-14 | 1 | -2/+3 |
| | | | | on it | ||||
* | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 1 | -0/+1 |
| | | | | add ‘use strict’ in all backend file | ||||
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -171/+161 |
| | | | | | Introduce JavaScript Standard Style as project style rule, and fixed all fail on backend code. | ||||
* | Fixed Syntax Error | BoHong Li | 2017-03-04 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' into feature/addSecrets | Raccoon | 2017-03-03 | 1 | -13/+31 |
|\ | |||||
| * | first envs then the config | Mike | 2017-02-15 | 1 | -1/+1 |
| | | | | | | or docker -e will not work | ||||
| * | Add validation to defaultpermission in config | NV | 2017-02-10 | 1 | -2/+7 |
| | | |||||
| * | Add default permission config | NV | 2017-02-10 | 1 | -0/+4 |
| | | |||||
| * | Fix ldap config not initialize properly | Wu Cheng-Han | 2017-02-07 | 1 | -4/+3 |
| | | |||||
| * | Fix HMD_LDAP_TLS_CA not passing correctly and update README.md | Wu Cheng-Han | 2017-02-07 | 1 | -2/+11 |
| | | |||||
| * | Recover config change in 0f833f0 | Yukai Huang | 2017-01-15 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'frontend-next' into t216-refactor-common | Yukai Huang | 2017-01-15 | 1 | -0/+38 |
| |\ | |||||
| * | | Update server google/dropbox config check | Yukai Huang | 2017-01-14 | 1 | -2/+2 |
| | | | |||||
* | | | Add basics for secret management by Docker 1.13 | Sheogorath | 2017-02-07 | 1 | -24/+28 |
| |/ |/| | | | | | See https://docs.docker.com/engine/swarm/secrets/ | ||||
* | | Fix allowemailregister config typo and default should be true | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 1 | -0/+2 |
| | | |||||
* | | Allow displaying LDAP provider name on sign-in modal | neopostmodern | 2017-01-09 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 1 | -0/+32 |
|\ \ | |/ |/| | Support for LDAP server authentication | ||||
| * | Added HMD_LDAP_TLS_CA env variable | alecdwm | 2016-12-14 | 1 | -0/+6 |
| | | |||||
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -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.0 | Wu Cheng-Han | 2017-01-02 | 1 | -2/+2 |
| | | |||||
* | | Use dburl to configurate | bananaappletw | 2016-12-22 | 1 | -4/+3 |
| | | |||||
* | | Fixed typo: anonmyous | Florian Rhiem | 2016-12-21 | 1 | -2/+2 |
| | | |||||
* | | Fix email option in config not parse correctly | Wu Cheng-Han | 2016-12-20 | 1 | -1/+1 |
| | | |||||
* | | Mark as 0.4.6 | Wu Cheng-Han | 2016-12-19 | 1 | -1/+1 |
| | | |||||
* | | Add support of allow free url config option with correspond modifications | Wu Cheng-Han | 2016-12-16 | 1 | -0/+3 |
| | | |||||
* | | Fix typo | Wu Cheng-Han | 2016-12-16 | 1 | -1/+1 |
| | | |||||
* | | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 1 | -0/+3 |
|/ | |||||
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -0/+2 |
| | |||||
* | Add env config prefix | Yukai Huang | 2016-11-17 | 1 | -5/+5 |
| | |||||
* | Config s3 through env variables | Yukai Huang | 2016-11-16 | 1 | -7/+6 |
| | |||||
* | upload image to s3 | Yukai Huang | 2016-11-16 | 1 | -1/+12 |
| | |||||
* | support filesystem image upload | Yukai Huang | 2016-11-14 | 1 | -1/+5 |
| | |||||
* | Fix config.js use cdn option not parse properly and add missing cdn resources | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Change use cdn config option default to be true | Wu Cheng-Han | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Change to raise socket io timeout, heartbeat interval and timeout to lower ↵ | Wu Cheng-Han | 2016-10-23 | 1 | -2/+2 |
| | | | | offline period | ||||
* | Mark as 0.4.5 | Wu Cheng-Han | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | Add more environment variables for server configuration, update related ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -14/+34 |
| | | | | section in README.md | ||||
* | Mark as 0.4.4 | Wu Cheng-Han | 2016-08-02 | 1 | -2/+2 |
| | |||||
* | Reduce realtime timeout and heartbeat interval to handle stale clients quicker | Wu Cheng-Han | 2016-07-02 | 1 | -2/+2 |
| | |||||
* | Mark as 0.4.3 | Wu Cheng-Han | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | Add minimumCompatibleVersion and update refresh modal to show more detail ↵ | Cheng-Han, Wu | 2016-06-17 | 1 | -0/+2 |
| | | | | informations | ||||
* | Add support of saving note revision and improve app start and stop procedure ↵ | Cheng-Han, Wu | 2016-06-17 | 1 | -1/+1 |
| | | | | to ensure data integrity | ||||
* | Mark as 0.4.2 | Cheng-Han, Wu | 2016-06-01 | 1 | -1/+1 |
| | |||||
* | Add maintenance mode and update to gracefully exit process on signal | Cheng-Han, Wu | 2016-06-01 | 1 | -0/+2 |
| | |||||
* | Update slide template using ejs instead of mustache to reduce similar ↵ | Cheng-Han, Wu | 2016-05-29 | 1 | -1/+1 |
| | | | | package dependency |