summaryrefslogtreecommitdiff
path: root/app.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * support filesystem image uploadYukai Huang2016-11-141-12/+26
| |
| * upload image to public/uploadsYukai Huang2016-11-141-0/+3
| |
* | Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han2016-11-181-0/+4
|/
* Add to throw error when server not ready after db syncedWu Cheng-Han2016-11-071-0/+2
|
* Revert "html minify in production environment"Max Wu2016-10-241-13/+0
|
* html minify in production environmentPeter Dave Hello2016-10-231-0/+13
|
* Update to support Swedish localeWu Cheng-Han2016-10-211-1/+1
|
* Fix socket disconnect might interrupt loop issueWu Cheng-Han2016-10-211-1/+3
|
* Update to support Hindi localeWu Cheng-Han2016-10-141-1/+1
|
* Fix to handle checkAllNotesRevision might return null notesWu Cheng-Han2016-10-121-1/+1
|
* Fix fatal error should throw instead of returnWu Cheng-Han2016-10-101-2/+2
|
* Update to add post history by note id with data, delete all history and ↵Wu Cheng-Han2016-10-101-0/+6
| | | | delete history by id and rename methods
* Update to add cache to historyWu Cheng-Han2016-10-101-51/+5
|
* Update to support Ukrainian localeWu Cheng-Han2016-10-101-1/+1
|
* Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish localesWu Cheng-Han2016-10-101-1/+1
|
* Update to support Greek and Portuguese localesWu Cheng-Han2016-10-021-1/+1
|
* Remove expiry from cookiesJordan Matelsky2016-09-261-2/+1
| | | As per [this issue](https://github.com/expressjs/session/issues/365)
* Update to add revision saving policyWu Cheng-Han2016-09-181-1/+1
|
* Update to prevent caching and crawling statusWu Cheng-Han2016-09-181-0/+4
|
* Update to support French, Deutsch, Japanese and Spanish localesWu Cheng-Han2016-09-161-1/+1
|
* Removed redundant condition.robert2016-09-061-11/+5
|
* Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han2016-08-191-0/+11
| | | | for now
* Update to use proper way to render view and fix upload image error should ↵Wu Cheng-Han2016-08-191-5/+7
| | | | response with code
* Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han2016-08-151-0/+2
| | | | disqus via yaml-metadata
* Update to support redirect back to previous url after signinWu Cheng-Han2016-08-011-36/+43
|
* Update to raise the body-parser limit to fix "Error: request entity too ↵Wu Cheng-Han2016-07-301-2/+5
| | | | large" issue
* Fix the signin and logout redirect url might be emptyMax Wu2016-07-081-14/+14
|
* Add rolling option on session to reset maxAge on every response to extend ↵Wu Cheng-Han2016-07-051-1/+2
| | | | session life
* Add revision apiCheng-Han, Wu2016-06-171-0/+2
|
* Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2016-06-171-13/+20
| | | | to ensure data integrity
* Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2016-06-011-0/+26
|
* Add support of google signinCheng-Han, Wu2016-05-211-0/+13
|
* Remove unused passport authenticate callback functionCheng-Han, Wu2016-05-211-10/+5
|
* Update to move gitlab api path to sub path and fix its find user method for ↵Cheng-Han, Wu2016-05-161-29/+1
| | | | PR #121
* Show only projects where user is creator, has project access >= 20, or has ↵Jason Croft2016-05-131-0/+1
| | | | group access.
* Revert last change.Jason Croft2016-05-121-1/+1
|
* Only pull projects the user owns.Jason Croft2016-05-121-1/+1
|
* Merge remote-tracking branch 'origin/master' into gitlab_snippetsJason Croft2016-05-121-0/+3
|\ | | | | | | | | | | # Conflicts: # bower.json # public/views/body.ejs
| * Update to exit app when an uncaughtException occured.Cheng-Han, Wu2016-05-101-0/+3
| |
* | Can now select from available projects and snippets to build import URL.Jason Croft2016-05-121-2/+12
| |
* | End-point to get GitLab data.Jason Croft2016-05-111-0/+16
| |
* | Start extending to support GitLab authentication.Jason Croft2016-05-091-0/+17
|/ | | | | | | | | | | 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
* Workaround imgur api only provide non-https image url which will cause ↵Cheng-Han, Wu2016-05-081-1/+1
| | | | mix-content warning in browsers
* Remove trivial logCheng-Han, Wu2016-04-201-1/+0
|
* Update to response not found if no any route matches the urlCheng-Han, Wu2016-04-201-0/+4
|
* Update to redirect url with trailing slashesCheng-Han, Wu2016-04-201-0/+11
|
* Fix server session not set correctlyCheng-Han, Wu2016-04-201-2/+1
|
* Updated app.js to move static file routes before use sessions which no need ↵Cheng-Han, Wu2016-04-201-4/+6
| | | | to have session and may gain performance
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-131/+167
| | | | note status (created or updated) and support docs (note alias)
* Updated to support tls session resumptionCheng-Han, Wu2016-03-151-0/+10
|