summaryrefslogtreecommitdiff
path: root/app.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Supported export to gistCheng-Han, Wu2016-01-311-0/+2
* Fixed potential issue that using session user might outdated cache dataCheng-Han, Wu2016-01-311-7/+7
* Now always create session to ensure cookie authorize can proceedWu Cheng-Han2015-12-301-1/+1
* Added 404 and 403 status on routesWu Cheng-Han2015-12-301-0/+8
* Updated slide modeWu Cheng-Han2015-12-181-3/+1
* Updated for using bowerWu Cheng-Han2015-11-291-0/+1
* Add Slide Modexnum2015-11-231-1/+5
* Updated realtime.js, use socket.io built-in broadcast function instead self i...Wu Cheng-Han2015-09-241-0/+3
* Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han2015-09-221-3/+1
* Server using logger to log uncaughtExceptionWu Cheng-Han2015-07-111-1/+4
* Change note action "share" to "publish" to avoid misleadingWu Cheng-Han2015-07-061-4/+4
* Jump to 0.3.1Wu Cheng-Han2015-07-021-28/+39
* Marked as 0.2.9Wu Cheng-Han2015-06-011-8/+32
* Marked as 0.2.8Wu Cheng-Han2015-05-151-12/+114
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+253