summaryrefslogtreecommitdiff
path: root/lib/realtime.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add minimumCompatibleVersion and update refresh modal to show more detail ↵Cheng-Han, Wu2016-06-171-1/+4
| | | | informations
* Fix locked or private permission should block any operation if owner is nullCheng-Han, Wu2016-06-171-2/+2
|
* Add support of saving note revision and improve app start and stop procedure ↵Cheng-Han, Wu2016-06-171-5/+23
| | | | to ensure data integrity
* Add maintenance mode and update to gracefully exit process on signalCheng-Han, Wu2016-06-011-3/+7
|
* Refactor server with Sequelize ORM, refactor server configs, now will show ↵Cheng-Han, Wu2016-04-201-376/+299
| | | | note status (created or updated) and support docs (note alias)
* Updated to handle user address when server behind other servicesCheng-Han, Wu2016-03-151-1/+1
|
* Support set url path and use relative url, move raphael to bower and fixed ↵Cheng-Han, Wu2016-02-161-1/+1
| | | | minor issue in history
* Fixed potential bug in realtime startConnection and bugs in note ↵Cheng-Han, Wu2016-01-201-2/+5
| | | | findOrNewNote, response showNote
* Added private permission and clean up codes, solved potential race condition ↵Wu Cheng-Han2016-01-171-80/+124
| | | | in realtime.js
* Support show last change user with profile and support YAML config inside ↵Wu Cheng-Han2016-01-121-44/+124
| | | | the note with robots, lang, dir, breaks options
* 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
* Fixed realtime.js finishConnection user might be undefined issueWu Cheng-Han2015-12-061-0/+1
|
* 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 user might not disconnect from server properly, handle more uncaught ↵Wu Cheng-Han2015-09-241-5/+15
| | | | 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
* Added document max length limit, enforceMaxLength on change and show modal ↵Wu Cheng-Han2015-07-161-8/+9
| | | | when reach the limit.
* Handle an server getNotenameFromSocket referer undefined exceptionWu Cheng-Han2015-07-121-1/+5
|
* Added support of operational transformationWu Cheng-Han2015-07-111-123/+78
|
* 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-021-94/+234
|
* Marked as 0.2.9Wu Cheng-Han2015-06-011-39/+154
|
* Marked as 0.2.8Wu Cheng-Han2015-05-151-3/+12
|
* First commit, version 0.2.7Wu Cheng-Han2015-05-041-0/+392