summaryrefslogtreecommitdiff
path: root/lib/config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)