summaryrefslogtreecommitdiff
path: root/app.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Cheng-Han, Wu2016-02-161-9/+9
| | | | minor issue in history
* 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
| | | | | using reveal.js and some part of reveal-md
* Updated realtime.js, use socket.io built-in broadcast function instead self ↵Wu Cheng-Han2015-09-241-0/+3
| | | | iterate to avoid extra issues
* 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
|