Leo Vasanko leo
  • Joined on 2023-10-15
leo pushed to doc-class at Vasanko/cista-storage 2023-11-13 15:31:18 +00:00
fc7e32ee7d More debug for nowkey
19a5c4ad8a Another approach to auto-update modified with current time
Compare 2 commits »
leo created branch doc-class in Vasanko/cista-storage 2023-11-13 14:49:48 +00:00
leo pushed to doc-class at Vasanko/cista-storage 2023-11-13 14:49:48 +00:00
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.
Compare 2 commits »
leo pushed to main at Vasanko/cista-storage 2023-11-13 13:04:51 +00:00
dc4bb494f3 Use localStoragerather than sessionStorage for cache. Rename variable.
leo pushed to main at Vasanko/cista-storage 2023-11-13 12:18:31 +00:00
9b58b887b4 Log messages on session loading
leo pushed to main at Vasanko/cista-storage 2023-11-13 12:11:24 +00:00
8782454f34 Log message on loaded session
07848907f3 Typing error
Compare 2 commits »
leo pushed tag v0.3.0 to Vasanko/cista-storage 2023-11-13 11:44:34 +00:00
leo pushed to main at Vasanko/cista-storage 2023-11-13 11:44:29 +00:00
7a08f7cbe2 Pasteing files and folders to upload.
leo pushed to main at Vasanko/cista-storage 2023-11-13 10:19:19 +00:00
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.
Compare 3 commits »
leo pushed to main at Vasanko/cista-storage 2023-11-13 09:06:48 +00:00
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.
Compare 2 commits »
leo pushed to main at Vasanko/cista-storage 2023-11-13 08:38:13 +00:00
278e8303c4 Upload manager UI fix/tuning.
leo opened issue Vasanko/cista-storage#4 2023-11-13 00:11:44 +00:00
Progress towards 1.0
leo pushed tag v0.2.0 to Vasanko/cista-storage 2023-11-12 23:35:38 +00:00
leo deleted branch frontend from Vasanko/cista-storage 2023-11-12 23:21:50 +00:00
leo pushed to main at Vasanko/cista-storage 2023-11-12 23:20:41 +00:00
9854dd01cc More efficient flat file list format and various UX improvements (#3)
leo deleted branch major-upgrade from Vasanko/cista-storage 2023-11-12 23:20:41 +00:00
leo merged pull request Vasanko/cista-storage#3 2023-11-12 23:20:40 +00:00
More efficient flat file list format and various UX improvements
leo pushed to major-upgrade at Vasanko/cista-storage 2023-11-12 23:15:22 +00:00
445ce075d4 Remaining typing fixes, compiles cleanly.
c2b9ef6c2f Frontend typing fixes, removing dead code.
Compare 2 commits »
leo pushed to major-upgrade at Vasanko/cista-storage 2023-11-12 22:38:32 +00:00
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
Compare 5 commits »
leo pushed to major-upgrade at Vasanko/cista-storage 2023-11-12 20:09:36 +00:00
2978e0c968 Better special handling for root Document. Restore live updates of relative modified times.
540e825cc3 Watching code cleanup
Compare 2 commits »