Block a user
fc7e32ee7d
More debug for nowkey
19a5c4ad8a
Another approach to auto-update modified with current time
3d3b078e60
Refactor replacing Document type with Doc class with computed properties. Switched Doc storage to shallowRefs for extra performance and to keep the Doc class included.
d4e91ea9a6
Stricter search that doesn't ignore all punctuation.
dd37238510
Update modified immediately when entering a folder
c8d5f335b1
Fix upload of zero-sized files.
bb80b3ee54
Clear file upload input to allow re-uploading the same item.
06d860c601
Only update time-ago modified field on current folder (optimization, full update was slow for large storages).
c321de13fd
Don't reload backend on wwwroot changes.
More efficient flat file list format and various UX improvements
445ce075d4
Remaining typing fixes, compiles cleanly.
c2b9ef6c2f
Frontend typing fixes, removing dead code.
5bdeb180b5
Inotify is still missing some changes, prefer polling for now.
e206a1a359
Added watch slicing tests, rewritten slice function.
97c694a654
Correct locking on inotify watching, always use updates.
12c954394a
Added tests for backend watching tree diff, fixed bugs.
c31fb24752
Correct locking in thread poll watcher
2978e0c968
Better special handling for root Document. Restore live updates of relative modified times.
540e825cc3
Watching code cleanup