summaryrefslogtreecommitdiff
path: root/app.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 delet...Wu Cheng-Han2016-10-101-0/+6
* 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
* 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 fo...Wu Cheng-Han2016-08-191-0/+11
* Update to use proper way to render view and fix upload image error should res...Wu Cheng-Han2016-08-191-5/+7
* Update slide mode to show extra info and support url actions and support disq...Wu Cheng-Han2016-08-151-0/+2
* 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 large...Wu Cheng-Han2016-07-301-2/+5
* 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 ses...Wu Cheng-Han2016-07-051-1/+2
* 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
* 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 P...Cheng-Han, Wu2016-05-161-29/+1
* Show only projects where user is creator, has project access >= 20, or has gr...Jason Croft2016-05-131-0/+1
* 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
|\
| * 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
|/
* Workaround imgur api only provide non-https image url which will cause mix-co...Cheng-Han, Wu2016-05-081-1/+1
* 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 t...Cheng-Han, Wu2016-04-201-4/+6
* Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu2016-04-201-131/+167
* Updated to support tls session resumptionCheng-Han, Wu2016-03-151-0/+10
* Updated to send hsts in https headerCheng-Han, Wu2016-03-151-0/+8
* Supported ssl dhparamCheng-Han, Wu2016-03-151-0/+1
* Support set url path and use relative url, move raphael to bower and fixed mi...Cheng-Han, Wu2016-02-161-9/+9