summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-02Update to support Greek and Portuguese localesWu Cheng-Han1-1/+1
2016-09-26Remove expiry from cookiesJordan Matelsky1-2/+1
As per [this issue](https://github.com/expressjs/session/issues/365)
2016-09-18Update to add revision saving policyWu Cheng-Han1-1/+1
2016-09-18Update to prevent caching and crawling statusWu Cheng-Han1-0/+4
2016-09-16Update to support French, Deutsch, Japanese and Spanish localesWu Cheng-Han1-1/+1
2016-09-06Removed redundant condition.robert1-11/+5
2016-08-19Add support of i18n with related patches and support "en" and "zh" locales ↵Wu Cheng-Han1-0/+11
for now
2016-08-19Update to use proper way to render view and fix upload image error should ↵Wu Cheng-Han1-5/+7
response with code
2016-08-15Update slide mode to show extra info and support url actions and support ↵Wu Cheng-Han1-0/+2
disqus via yaml-metadata
2016-08-01Update to support redirect back to previous url after signinWu Cheng-Han1-36/+43
2016-07-30Update to raise the body-parser limit to fix "Error: request entity too ↵Wu Cheng-Han1-2/+5
large" issue
2016-07-08Fix the signin and logout redirect url might be emptyMax Wu1-14/+14
2016-07-05Add rolling option on session to reset maxAge on every response to extend ↵Wu Cheng-Han1-1/+2
session life
2016-06-17Add revision apiCheng-Han, Wu1-0/+2
2016-06-17Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu1-13/+20
to ensure data integrity
2016-06-01Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu1-0/+26
2016-05-21Add support of google signinCheng-Han, Wu1-0/+13
2016-05-21Remove unused passport authenticate callback functionCheng-Han, Wu1-10/+5
2016-05-16Update to move gitlab api path to sub path and fix its find user method for ↵Cheng-Han, Wu1-29/+1
PR #121
2016-05-13Show only projects where user is creator, has project access >= 20, or has ↵Jason Croft1-0/+1
group access.
2016-05-12Revert last change.Jason Croft1-1/+1
2016-05-12Only pull projects the user owns.Jason Croft1-1/+1
2016-05-12Can now select from available projects and snippets to build import URL.Jason Croft1-2/+12
2016-05-11Start extending to support GitLab authentication.Jason Croft1-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
2016-05-11End-point to get GitLab data.Jason Croft1-0/+16
2016-05-10Update to exit app when an uncaughtException occured.Cheng-Han, Wu1-0/+3
2016-05-09Start extending to support GitLab authentication.Jason Croft1-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
2016-05-08Workaround imgur api only provide non-https image url which will cause ↵Cheng-Han, Wu1-1/+1
mix-content warning in browsers
2016-04-20Remove trivial logCheng-Han, Wu1-1/+0
2016-04-20Update to response not found if no any route matches the urlCheng-Han, Wu1-0/+4
2016-04-20Update to redirect url with trailing slashesCheng-Han, Wu1-0/+11
2016-04-20Fix server session not set correctlyCheng-Han, Wu1-2/+1
2016-04-20Updated app.js to move static file routes before use sessions which no need ↵Cheng-Han, Wu1-4/+6
to have session and may gain performance
2016-04-20Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu1-131/+167
note status (created or updated) and support docs (note alias)
2016-03-15Updated to support tls session resumptionCheng-Han, Wu1-0/+10
2016-03-15Updated to send hsts in https headerCheng-Han, Wu1-0/+8
2016-03-15Supported ssl dhparamCheng-Han, Wu1-0/+1
2016-02-16Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu1-9/+9
minor issue in history
2016-01-31Supported export to gistCheng-Han, Wu1-0/+2
2016-01-31Fixed potential issue that using session user might outdated cache dataCheng-Han, Wu1-7/+7
2015-12-30Now always create session to ensure cookie authorize can proceedWu Cheng-Han1-1/+1
2015-12-30Added 404 and 403 status on routesWu Cheng-Han1-0/+8
2015-12-18Updated slide modeWu Cheng-Han1-3/+1
2015-11-29Updated for using bowerWu Cheng-Han1-0/+1
2015-11-23Add Slide Modexnum1-1/+5
using reveal.js and some part of reveal-md
2015-09-24Updated realtime.js, use socket.io built-in broadcast function instead self ↵Wu Cheng-Han1-0/+3
iterate to avoid extra issues
2015-09-22Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han1-3/+1
2015-07-11Server using logger to log uncaughtExceptionWu Cheng-Han1-1/+4
2015-07-06Change note action "share" to "publish" to avoid misleadingWu Cheng-Han1-4/+4
2015-07-02Jump to 0.3.1Wu Cheng-Han1-28/+39