| Commit message (Expand) | Author | Files | Lines |
2016-10-14 | Fix socket disconnect might interrupt loop issue | Wu Cheng-Han | 1 | -3/+9 |
2016-10-12 | Fix to handle undefined document on update history | Wu Cheng-Han | 1 | -2/+2 |
2016-10-10 | Try to fix memory leaks by clear OT server before disconnect note | Wu Cheng-Han | 1 | -0/+3 |
2016-10-10 | Update to support delete note | Wu Cheng-Han | 1 | -0/+29 |
2016-10-10 | Update to send note title on emit check and refresh event | Wu Cheng-Han | 1 | -1/+4 |
2016-10-10 | Update to make note history count in server-side when user logged | Wu Cheng-Han | 1 | -0/+14 |
2016-10-10 | Add more comments in the code and remove unused code file | Wu Cheng-Han | 1 | -0/+3 |
2016-10-10 | Update to prevent duplicate socket push in queue in order to lower down serve... | Wu Cheng-Han | 1 | -0/+12 |
2016-10-10 | Update to move authorship calculation code to note model and support update a... | Wu Cheng-Han | 1 | -100/+1 |
2016-09-18 | Update to add revision saving policy | Wu Cheng-Han | 1 | -2/+2 |
2016-08-15 | Update to change the last change user saving strategy | Wu Cheng-Han | 1 | -2/+2 |
2016-08-02 | Update realtime check and refresh event, compress data using LZString UTF16 t... | Wu Cheng-Han | 1 | -2/+5 |
2016-07-30 | Update to make random color more discrete | Wu Cheng-Han | 1 | -7/+3 |
2016-07-30 | Fix user color is not following the author color | Wu Cheng-Han | 1 | -0/+4 |
2016-07-30 | Add support of showing authorship in editor and adjust related styles | Wu Cheng-Han | 1 | -1/+5 |
2016-07-30 | Add support of saving authors and authorship | Wu Cheng-Han | 1 | -2/+154 |
2016-07-30 | Fix realtime on forbidden not clean up properly and handle on updating note w... | Wu Cheng-Han | 1 | -9/+18 |
2016-07-13 | Fix potential memory leaks on realtime client disconnect not clean up server ... | Wu Cheng-Han | 1 | -0/+2 |
2016-07-05 | Fix realtime on finishConnection might not clear and connect next socket in q... | Wu Cheng-Han | 1 | -6/+14 |
2016-07-02 | Try to solve potential memory leaks | Wu Cheng-Han | 1 | -0/+2 |
2016-06-17 | Try to solve realtime connection get stock when lots of client try to connect... | Cheng-Han, Wu | 1 | -1/+5 |
2016-06-17 | Add minimumCompatibleVersion and update refresh modal to show more detail inf... | Cheng-Han, Wu | 1 | -1/+4 |
2016-06-17 | Fix locked or private permission should block any operation if owner is null | Cheng-Han, Wu | 1 | -2/+2 |
2016-06-17 | Add support of saving note revision and improve app start and stop procedure ... | Cheng-Han, Wu | 1 | -5/+23 |
2016-06-01 | Add maintenance mode and update to gracefully exit process on signal | Cheng-Han, Wu | 1 | -3/+7 |
2016-04-20 | Refactor server with Sequelize ORM, refactor server configs, now will show no... | Cheng-Han, Wu | 1 | -376/+299 |
2016-03-15 | Updated to handle user address when server behind other services | Cheng-Han, Wu | 1 | -1/+1 |
2016-02-16 | Support set url path and use relative url, move raphael to bower and fixed mi... | Cheng-Han, Wu | 1 | -1/+1 |
2016-01-20 | Fixed potential bug in realtime startConnection and bugs in note findOrNewNot... | Cheng-Han, Wu | 1 | -2/+5 |
2016-01-17 | Added private permission and clean up codes, solved potential race condition ... | Wu Cheng-Han | 1 | -80/+124 |
2016-01-12 | Support show last change user with profile and support YAML config inside the... | Wu Cheng-Han | 1 | -44/+124 |
2015-12-30 | Fixed socket session secure might not apply properly | Wu Cheng-Han | 1 | -5/+8 |
2015-12-30 | Now accept all users whether authorize or not without log errors to allow ano... | Wu Cheng-Han | 1 | -3/+2 |
2015-12-06 | Fixed realtime.js finishConnection user might be undefined issue | Wu Cheng-Han | 1 | -0/+1 |
2015-10-05 | Fixed cleaner might not clean user not in connected list and handle if the us... | Wu Cheng-Han | 1 | -2/+8 |
2015-09-27 | Fixed realtime cleaner, socket should defined and notename is not a necessary... | Wu Cheng-Han | 1 | -6/+3 |
2015-09-27 | Updated realtime to clear socket queue in all exceptions of connect and disco... | Wu Cheng-Han | 1 | -18/+14 |
2015-09-26 | Fixed if using splice in loop should always decrement index or might out of a... | Wu Cheng-Han | 1 | -3/+9 |
2015-09-26 | Added more infos about connection and disconnection in realtime "getStatus" | Wu Cheng-Han | 1 | -1/+5 |
2015-09-25 | Fixed a possible exception | Wu Cheng-Han | 1 | -1/+1 |
2015-09-25 | Fixed to handle startConnection and finishConnection undefined exceptions | Wu Cheng-Han | 1 | -2/+2 |
2015-09-24 | Fixed user might not disconnect from server properly, handle more uncaught ex... | Wu Cheng-Han | 1 | -5/+15 |
2015-09-24 | Added cleaner in realtime.js, to clean up users which aren't in any rooms in ... | Wu Cheng-Han | 1 | -0/+16 |
2015-09-24 | Updated realtime.js, use socket.io built-in broadcast function instead self i... | Wu Cheng-Han | 1 | -0/+23 |
2015-07-16 | Added document max length limit, enforceMaxLength on change and show modal wh... | Wu Cheng-Han | 1 | -8/+9 |
2015-07-12 | Handle an server getNotenameFromSocket referer undefined exception | Wu Cheng-Han | 1 | -1/+5 |
2015-07-11 | Added support of operational transformation | Wu Cheng-Han | 1 | -123/+78 |
2015-07-04 | Added profile image on onlineList | Wu Cheng-Han | 1 | -6/+6 |
2015-07-04 | Updated codemirror to 5.4.0 | Wu Cheng-Han | 1 | -0/+1 |
2015-07-02 | Jump to 0.3.1 | Wu Cheng-Han | 1 | -94/+234 |