| Commit message (Expand) | Author | Age | Files | Lines |
* | Use strict mode in all backend files | BoHong Li | 2017-03-14 | 1 | -0/+1 |
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -859/+846 |
* | Update realtime to use timer to avoid memory leaks on busy tick | Wu Cheng-Han | 2017-02-03 | 1 | -5/+11 |
* | Update to remove history cache to lower application coupling | Wu Cheng-Han | 2017-02-03 | 1 | -11/+14 |
* | Refactor checkViewPermission to fix limited & protected permission check bug ... | Wu Cheng-Han | 2017-01-16 | 1 | -20/+28 |
* | Fix for limited and protected permissions should forbid guest in realtime events | Wu Cheng-Han | 2017-01-12 | 1 | -2/+2 |
* | Fix author creation in operationCallback might cause unique constraint valida... | Wu Cheng-Han | 2017-01-12 | 1 | -11/+19 |
* | Fix syntax when use case | 蒼時弦也 | 2017-01-10 | 1 | -1/+1 |
* | Add limited and protected permission | 蒼時弦也 | 2017-01-10 | 1 | -10/+10 |
* | Remove LZString compression for data storage | Wu Cheng-Han | 2017-01-02 | 1 | -6/+4 |
* | Remove manual LZString compression for partial socket io event data | Wu Cheng-Han | 2017-01-02 | 1 | -4/+0 |
* | Fixed typo: anonmyous | Florian Rhiem | 2016-12-21 | 1 | -2/+2 |
* | Fix possible user is undefined in realtime events | Wu Cheng-Han | 2016-12-20 | 1 | -17/+26 |
* | Try to fix when server have heavy loading cache might not update to db properly | Wu Cheng-Han | 2016-12-18 | 1 | -1/+1 |
* | Add support of allow anonymous config option with correspond modifications | Wu Cheng-Han | 2016-12-15 | 1 | -0/+1 |
* | Update to support optional email register and signin | Wu Cheng-Han | 2016-12-02 | 1 | -5/+5 |
* | Revert "Add workers for notes to leverage CPU intensive work loading" | Wu Cheng-Han | 2016-11-16 | 1 | -71/+90 |
* | Add workers for notes to leverage CPU intensive work loading | Wu Cheng-Han | 2016-11-07 | 1 | -90/+71 |
* | Fix socket disconnect might interrupt loop issue | Wu Cheng-Han | 2016-10-14 | 1 | -3/+9 |
* | Fix to handle undefined document on update history | Wu Cheng-Han | 2016-10-12 | 1 | -2/+2 |
* | Try to fix memory leaks by clear OT server before disconnect note | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
* | Update to support delete note | Wu Cheng-Han | 2016-10-10 | 1 | -0/+29 |
* | Update to send note title on emit check and refresh event | Wu Cheng-Han | 2016-10-10 | 1 | -1/+4 |
* | Update to make note history count in server-side when user logged | Wu Cheng-Han | 2016-10-10 | 1 | -0/+14 |
* | Add more comments in the code and remove unused code file | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
* | Update to prevent duplicate socket push in queue in order to lower down serve... | Wu Cheng-Han | 2016-10-10 | 1 | -0/+12 |
* | Update to move authorship calculation code to note model and support update a... | Wu Cheng-Han | 2016-10-10 | 1 | -100/+1 |
* | Update to add revision saving policy | Wu Cheng-Han | 2016-09-18 | 1 | -2/+2 |
* | Update to change the last change user saving strategy | Wu Cheng-Han | 2016-08-15 | 1 | -2/+2 |
* | Update realtime check and refresh event, compress data using LZString UTF16 t... | Wu Cheng-Han | 2016-08-02 | 1 | -2/+5 |
* | Update to make random color more discrete | Wu Cheng-Han | 2016-07-30 | 1 | -7/+3 |
* | Fix user color is not following the author color | Wu Cheng-Han | 2016-07-30 | 1 | -0/+4 |
* | Add support of showing authorship in editor and adjust related styles | Wu Cheng-Han | 2016-07-30 | 1 | -1/+5 |
* | Add support of saving authors and authorship | Wu Cheng-Han | 2016-07-30 | 1 | -2/+154 |
* | Fix realtime on forbidden not clean up properly and handle on updating note w... | Wu Cheng-Han | 2016-07-30 | 1 | -9/+18 |
* | Fix potential memory leaks on realtime client disconnect not clean up server ... | Wu Cheng-Han | 2016-07-13 | 1 | -0/+2 |
* | Fix realtime on finishConnection might not clear and connect next socket in q... | Wu Cheng-Han | 2016-07-05 | 1 | -6/+14 |
* | Try to solve potential memory leaks | Wu Cheng-Han | 2016-07-02 | 1 | -0/+2 |
* | Try to solve realtime connection get stock when lots of client try to connect... | Cheng-Han, Wu | 2016-06-17 | 1 | -1/+5 |
* | Add minimumCompatibleVersion and update refresh modal to show more detail inf... | Cheng-Han, Wu | 2016-06-17 | 1 | -1/+4 |
* | Fix locked or private permission should block any operation if owner is null | Cheng-Han, Wu | 2016-06-17 | 1 | -2/+2 |
* | Add support of saving note revision and improve app start and stop procedure ... | Cheng-Han, Wu | 2016-06-17 | 1 | -5/+23 |
* | Add maintenance mode and update to gracefully exit process on signal | Cheng-Han, Wu | 2016-06-01 | 1 | -3/+7 |
* | Refactor server with Sequelize ORM, refactor server configs, now will show no... | Cheng-Han, Wu | 2016-04-20 | 1 | -376/+299 |
* | Updated to handle user address when server behind other services | Cheng-Han, Wu | 2016-03-15 | 1 | -1/+1 |
* | Support set url path and use relative url, move raphael to bower and fixed mi... | Cheng-Han, Wu | 2016-02-16 | 1 | -1/+1 |
* | Fixed potential bug in realtime startConnection and bugs in note findOrNewNot... | Cheng-Han, Wu | 2016-01-20 | 1 | -2/+5 |
* | Added private permission and clean up codes, solved potential race condition ... | Wu Cheng-Han | 2016-01-17 | 1 | -80/+124 |
* | Support show last change user with profile and support YAML config inside the... | Wu Cheng-Han | 2016-01-12 | 1 | -44/+124 |
* | Fixed socket session secure might not apply properly | Wu Cheng-Han | 2015-12-30 | 1 | -5/+8 |