summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-124-130/+275
| | | | the note with robots, lang, dir, breaks options
* Added 404 and 403 status on routesWu Cheng-Han2015-12-301-1/+1
|
* Fixed socket session secure might not apply properlyWu Cheng-Han2015-12-301-5/+8
|
* Now accept all users whether authorize or not without log errors to allow ↵Wu Cheng-Han2015-12-301-3/+2
| | | | anonymous usage
* Updated slide modeWu Cheng-Han2015-12-181-5/+9
|
* Fixed readFromDB error might cause excpectionWu Cheng-Han2015-12-111-1/+2
|
* Fixed realtime.js finishConnection user might be undefined issueWu Cheng-Han2015-12-061-0/+1
|
* Updated and merge reveal.js to use bowerWu Cheng-Han2015-11-291-48/+50
|
* Add Slide Modexnum2015-11-231-0/+83
| | | | | using reveal.js and some part of reveal-md
* Updated response.js, the render url now using config getserverurl()Wu Cheng-Han2015-11-171-2/+2
|
* Fixed cleaner might not clean user not in connected list and handle if the ↵Wu Cheng-Han2015-10-051-2/+8
| | | | user socket not exist
* Fixed realtime cleaner, socket should defined and notename is not a ↵Wu Cheng-Han2015-09-271-6/+3
| | | | necessary in disconnect
* Updated realtime to clear socket queue in all exceptions of connect and ↵Wu Cheng-Han2015-09-271-18/+14
| | | | disconnect
* Fixed if using splice in loop should always decrement index or might out of ↵Wu Cheng-Han2015-09-261-3/+9
| | | | array range
* Added more infos about connection and disconnection in realtime "getStatus"Wu Cheng-Han2015-09-261-1/+5
|
* Fixed a possible exceptionWu Cheng-Han2015-09-251-1/+1
|
* Fixed to handle startConnection and finishConnection undefined exceptionsWu Cheng-Han2015-09-251-2/+2
|
* Fixed doc length should only limit when "both the doc length exceed the doc ↵Wu Cheng-Han2015-09-241-1/+2
| | | | max length" and "the new doc length is more than previous doc"
* Fixed user might not disconnect from server properly, handle more uncaught ↵Wu Cheng-Han2015-09-242-6/+16
| | | | exceptions
* Added cleaner in realtime.js, to clean up users which aren't in any rooms in ↵Wu Cheng-Han2015-09-241-0/+16
| | | | a interval
* Updated realtime.js, use socket.io built-in broadcast function instead self ↵Wu Cheng-Han2015-09-241-0/+23
| | | | iterate to avoid extra issues
* fixed a bug in response.js:useCdnIkumi Shimizu2015-09-231-4/+7
|
* Added server option "useCdn", use template statement to route resources' sourceWu Cheng-Han2015-09-221-0/+13
|
* Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han2015-07-163-9/+16
| | | | when reach the limit.
* Using util.inspect instead of JSON.stringify to avoid "TypeError: Converting ↵Wu Cheng-Han2015-07-161-1/+1
| | | | circular structure to JSON"
* JSON.stringify error object for loggingWu Cheng-Han2015-07-141-1/+1
|
* Handle when OT throw Error, will log it then disconnect socket clientWu Cheng-Han2015-07-141-4/+11
|
* Handle an server getNotenameFromSocket referer undefined exceptionWu Cheng-Han2015-07-121-1/+5
|
* Added support of operational transformationWu Cheng-Han2015-07-119-123/+1505
|
* Change note action "share" to "publish" to avoid misleadingWu Cheng-Han2015-07-061-7/+7
|
* Added profile image on onlineListWu Cheng-Han2015-07-041-6/+6
|
* Updated codemirror to 5.4.0Wu Cheng-Han2015-07-041-0/+1
|
* Jump to 0.3.1Wu Cheng-Han2015-07-028-154/+579
|
* Marked as 0.2.9Wu Cheng-Han2015-06-012-39/+175
|
* Marked as 0.2.8Wu Cheng-Han2015-05-156-24/+119
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-046-0/+941