| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to support Hindi locale | Wu Cheng-Han | 2016-10-14 | 1 | -1/+1 |
* | Fix to handle checkAllNotesRevision might return null notes | Wu Cheng-Han | 2016-10-12 | 1 | -1/+1 |
* | Fix fatal error should throw instead of return | Wu Cheng-Han | 2016-10-10 | 1 | -2/+2 |
* | Update to add post history by note id with data, delete all history and delet... | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
* | Update to add cache to history | Wu Cheng-Han | 2016-10-10 | 1 | -51/+5 |
* | Update to support Ukrainian locale | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
* | Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
* | Update to support Greek and Portuguese locales | Wu Cheng-Han | 2016-10-02 | 1 | -1/+1 |
* | Remove expiry from cookies | Jordan Matelsky | 2016-09-26 | 1 | -2/+1 |
* | Update to add revision saving policy | Wu Cheng-Han | 2016-09-18 | 1 | -1/+1 |
* | Update to prevent caching and crawling status | Wu Cheng-Han | 2016-09-18 | 1 | -0/+4 |
* | Update to support French, Deutsch, Japanese and Spanish locales | Wu Cheng-Han | 2016-09-16 | 1 | -1/+1 |
* | Removed redundant condition. | robert | 2016-09-06 | 1 | -11/+5 |
* | Add support of i18n with related patches and support "en" and "zh" locales fo... | Wu Cheng-Han | 2016-08-19 | 1 | -0/+11 |
* | Update to use proper way to render view and fix upload image error should res... | Wu Cheng-Han | 2016-08-19 | 1 | -5/+7 |
* | Update slide mode to show extra info and support url actions and support disq... | Wu Cheng-Han | 2016-08-15 | 1 | -0/+2 |
* | Update to support redirect back to previous url after signin | Wu Cheng-Han | 2016-08-01 | 1 | -36/+43 |
* | Update to raise the body-parser limit to fix "Error: request entity too large... | Wu Cheng-Han | 2016-07-30 | 1 | -2/+5 |
* | Fix the signin and logout redirect url might be empty | Max Wu | 2016-07-08 | 1 | -14/+14 |
* | Add rolling option on session to reset maxAge on every response to extend ses... | Wu Cheng-Han | 2016-07-05 | 1 | -1/+2 |
* | Add revision api | Cheng-Han, Wu | 2016-06-17 | 1 | -0/+2 |
* | Add support of saving note revision and improve app start and stop procedure ... | Cheng-Han, Wu | 2016-06-17 | 1 | -13/+20 |
* | Add maintenance mode and update to gracefully exit process on signal | Cheng-Han, Wu | 2016-06-01 | 1 | -0/+26 |
* | Add support of google signin | Cheng-Han, Wu | 2016-05-21 | 1 | -0/+13 |
* | Remove unused passport authenticate callback function | Cheng-Han, Wu | 2016-05-21 | 1 | -10/+5 |
* | Update to move gitlab api path to sub path and fix its find user method for P... | Cheng-Han, Wu | 2016-05-16 | 1 | -29/+1 |
* | Show only projects where user is creator, has project access >= 20, or has gr... | Jason Croft | 2016-05-13 | 1 | -0/+1 |
* | Revert last change. | Jason Croft | 2016-05-12 | 1 | -1/+1 |
* | Only pull projects the user owns. | Jason Croft | 2016-05-12 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into gitlab_snippets | Jason Croft | 2016-05-12 | 1 | -0/+3 |
|\ |
|
| * | Update to exit app when an uncaughtException occured. | Cheng-Han, Wu | 2016-05-10 | 1 | -0/+3 |
* | | Can now select from available projects and snippets to build import URL. | Jason Croft | 2016-05-12 | 1 | -2/+12 |
* | | End-point to get GitLab data. | Jason Croft | 2016-05-11 | 1 | -0/+16 |
* | | Start extending to support GitLab authentication. | Jason Croft | 2016-05-09 | 1 | -0/+17 |
|/ |
|
* | Workaround imgur api only provide non-https image url which will cause mix-co... | Cheng-Han, Wu | 2016-05-08 | 1 | -1/+1 |
* | Remove trivial log | Cheng-Han, Wu | 2016-04-20 | 1 | -1/+0 |
* | Update to response not found if no any route matches the url | Cheng-Han, Wu | 2016-04-20 | 1 | -0/+4 |
* | Update to redirect url with trailing slashes | Cheng-Han, Wu | 2016-04-20 | 1 | -0/+11 |
* | Fix server session not set correctly | Cheng-Han, Wu | 2016-04-20 | 1 | -2/+1 |
* | Updated app.js to move static file routes before use sessions which no need t... | Cheng-Han, Wu | 2016-04-20 | 1 | -4/+6 |
* | Refactor server with Sequelize ORM, refactor server configs, now will show no... | Cheng-Han, Wu | 2016-04-20 | 1 | -131/+167 |
* | Updated to support tls session resumption | Cheng-Han, Wu | 2016-03-15 | 1 | -0/+10 |
* | Updated to send hsts in https header | Cheng-Han, Wu | 2016-03-15 | 1 | -0/+8 |
* | Supported ssl dhparam | Cheng-Han, Wu | 2016-03-15 | 1 | -0/+1 |
* | Support set url path and use relative url, move raphael to bower and fixed mi... | Cheng-Han, Wu | 2016-02-16 | 1 | -9/+9 |
* | Supported export to gist | Cheng-Han, Wu | 2016-01-31 | 1 | -0/+2 |
* | Fixed potential issue that using session user might outdated cache data | Cheng-Han, Wu | 2016-01-31 | 1 | -7/+7 |
* | Now always create session to ensure cookie authorize can proceed | Wu Cheng-Han | 2015-12-30 | 1 | -1/+1 |
* | Added 404 and 403 status on routes | Wu Cheng-Han | 2015-12-30 | 1 | -0/+8 |
* | Updated slide mode | Wu Cheng-Han | 2015-12-18 | 1 | -3/+1 |