index
:
hedgedoc
cindy
Hedgedoc with support for CindyScript
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
realtime.js
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-15
Linter: Fix all lint errors
Philip Molares
1
-121
/
+124
2019-10-03
remove unused variable to pass ci testing - #58
Amolith
1
-1
/
+0
2019-10-03
remove legacy code to solve #58
Amolith
1
-10
/
+0
2019-06-08
Rework debug logging
Sheogorath
1
-16
/
+14
2018-11-14
switching to eslint for code checking
Claudius Coenen
1
-1
/
+2
2018-11-11
Add full version string
Sheogorath
1
-1
/
+1
2018-05-25
Fix requests for deleted users
Sheogorath
1
-5
/
+7
2018-04-10
Fix typos for `allowAnonymousEdits`
Sheogorath
1
-1
/
+1
2018-03-25
Change config to camel case with backwards compatibility
Sheogorath
1
-6
/
+6
2018-02-26
Remove and replace all note id compression in LZString with base64url
Max Wu
1
-2
/
+1
2018-02-05
don't require referer to find note id in socket.io connections (fixes #623)
Stefan Bühler
1
-6
/
+14
2018-01-20
Add option to enable `freely` permission in closed instance
Dario Ernst
1
-1
/
+1
2018-01-16
Fix minor typos
Max Wu
1
-3
/
+3
2017-05-08
refactor(config.js): Extract config file
BoHong Li
1
-2
/
+3
2017-05-08
refactor: Remove `require` extension filename
BoHong Li
1
-4
/
+4
2017-03-14
Use strict mode in all backend files
BoHong Li
1
-0
/
+1
2017-03-08
Use JavaScript Standard Style
BoHong Li
1
-859
/
+846
2017-02-03
Update realtime to use timer to avoid memory leaks on busy tick
Wu Cheng-Han
1
-5
/
+11
2017-02-03
Update to remove history cache to lower application coupling
Wu Cheng-Han
1
-11
/
+14
2017-01-16
Refactor checkViewPermission to fix limited & protected permission check bug ...
Wu Cheng-Han
1
-20
/
+28
2017-01-12
Fix for limited and protected permissions should forbid guest in realtime events
Wu Cheng-Han
1
-2
/
+2
2017-01-12
Fix author creation in operationCallback might cause unique constraint valida...
Wu Cheng-Han
1
-11
/
+19
2017-01-10
Fix syntax when use case
蒼時弦也
1
-1
/
+1
2017-01-10
Add limited and protected permission
蒼時弦也
1
-10
/
+10
2017-01-02
Remove LZString compression for data storage
Wu Cheng-Han
1
-6
/
+4
2017-01-02
Remove manual LZString compression for partial socket io event data
Wu Cheng-Han
1
-4
/
+0
2016-12-21
Fixed typo: anonmyous
Florian Rhiem
1
-2
/
+2
2016-12-20
Fix possible user is undefined in realtime events
Wu Cheng-Han
1
-17
/
+26
2016-12-18
Try to fix when server have heavy loading cache might not update to db properly
Wu Cheng-Han
1
-1
/
+1
2016-12-15
Add support of allow anonymous config option with correspond modifications
Wu Cheng-Han
1
-0
/
+1
2016-12-02
Update to support optional email register and signin
Wu Cheng-Han
1
-5
/
+5
2016-11-16
Revert "Add workers for notes to leverage CPU intensive work loading"
Wu Cheng-Han
1
-71
/
+90
2016-11-07
Add workers for notes to leverage CPU intensive work loading
Wu Cheng-Han
1
-90
/
+71
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
[next]