summaryrefslogtreecommitdiff
path: root/lib/config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Recover config change in 0f833f0Yukai Huang2017-01-151-2/+2
|
* Merge branch 'frontend-next' into t216-refactor-commonYukai Huang2017-01-151-0/+38
|\
| * 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
* | | Update server google/dropbox config checkYukai Huang2017-01-141-2/+2
|/ /
* | 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
* Add support of google signinCheng-Han, Wu2016-05-211-0/+2
|
* Merge PR #118Cheng-Han, Wu2016-05-151-0/+2
|\
| * Start extending to support GitLab authentication.Jason Croft2016-05-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
* | Update to move dropbox app key setting to common.js and will auto load ↵Cheng-Han, Wu2016-05-151-3/+1
| | | | | | | | client-side related scripts
* | Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-231-3/+5
|/
* Update to support when domain not provided will use relative pathCheng-Han, Wu2016-04-221-4/+7
|
* Update to support DOMAIN and URL_PATH environment variablesCheng-Han, Wu2016-04-221-2/+2
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-0/+112
note status (created or updated) and support docs (note alias)