Commit Graph

293 Commits

Author SHA1 Message Date
Abhishek Shroff 6847914ca9 [server][cmd] improve ls output 2024-10-18 01:10:08 +05:30
Abhishek Shroff 33b45ba21d [server][cmd] Print fs cmd outputs straight to stdout 2024-10-18 00:35:18 +05:30
Abhishek Shroff 9502789219 [server][cmd] Move app/resource => fs 2024-10-17 23:52:35 +05:30
Abhishek Shroff 8096520e62 [server][cmd] clean up debug flag 2024-10-17 22:54:06 +05:30
Abhishek Shroff 7e00039ab3 [server][cmd] Do not pass aroud db handler 2024-10-17 17:19:29 +05:30
Abhishek Shroff dc9b2b90d7 [server][cmd] fix default storage directory 2024-10-17 11:19:39 +05:30
Abhishek Shroff 3720a1c1c7 [server][cmd] Clean up app cmd structure 2024-10-17 11:05:44 +05:30
Abhishek Shroff 3226c14b54 [server][core] fix move operation 2024-10-16 22:08:52 +05:30
Abhishek Shroff 74a3edc725 [client] Update api end-points 2024-10-16 22:08:23 +05:30
Abhishek Shroff 61d4343241 [server][api] split out fs functions 2024-10-16 21:59:42 +05:30
Abhishek Shroff 1d8ec3f37a [server][api] rename details => ls, remove ls, metadata 2024-10-16 21:41:55 +05:30
Abhishek Shroff 35b899bd1b [server][cmd] improve ls output 2024-10-16 18:48:03 +05:30
Abhishek Shroff f12b3e9f49 [server] Copy file structure (no content) 2024-10-16 18:24:20 +05:30
Abhishek Shroff ce0c1f3687 [server] WIP: copy (untested) 2024-10-16 17:17:18 +05:30
Abhishek Shroff b02a6d0084 [server] move overwrite 2024-10-16 00:36:55 +05:30
Abhishek Shroff 79892d0912 [server][webdav] Stop relying on os.ErrXXX 2024-10-15 23:45:30 +05:30
Abhishek Shroff f6029fd6ad [server][webdav] use errors.Is instead os.IsNotExist 2024-10-15 23:01:13 +05:30
Abhishek Shroff a8e604265d [server] webdav creation date 2024-10-15 22:39:34 +05:30
Abhishek Shroff 3b3afffda5 [server] add creation data and fix deletion date 2024-10-15 21:44:08 +05:30
Abhishek Shroff 4d4204727d [client] rename json and model fields 2024-10-15 21:26:49 +05:30
Abhishek Shroff cae585be0a [server] Add mime type detection 2024-10-15 21:23:54 +05:30
Abhishek Shroff 1e9ce228f4 [server] deduplicate file content hashing 2024-10-15 20:13:45 +05:30
Abhishek Shroff cd3e6a9485 [server] store content type with resources 2024-10-15 19:37:31 +05:30
Abhishek Shroff 0982546acc [server] Streamline errors 2024-10-15 19:17:24 +05:30
Abhishek Shroff f0b03ae9f2 [client] Remove flicker when re-applyling optimistic updates 2024-10-15 19:14:13 +05:30
Abhishek Shroff c025be6a9b [server] Use core.Resource instead of a separate response type 2024-10-08 20:55:11 +05:30
Abhishek Shroff f2aa64d7bd [server] WIP: start to unify core and api data types 2024-10-08 20:22:43 +05:30
Abhishek Shroff f1c3fac975 [server] WIP: move resources routes to separate fs package 2024-10-08 20:09:37 +05:30
Abhishek Shroff 1bf193d543 [server] Add disk usage endpoint 2024-10-08 20:02:28 +05:30
Abhishek Shroff 9b35166b19 Add some behaviors to readme 2024-10-08 20:02:10 +05:30
Abhishek Shroff 713f07c7e9 [client] Tweak new folder naming 2024-10-03 21:52:10 +05:30
Abhishek Shroff beed4961cf [client] Update offtheline 2024-10-03 16:27:32 +05:30
Abhishek Shroff c9b1683c11 [client] move paste action handling to ExplorerView 2024-10-03 16:27:24 +05:30
Abhishek Shroff d6747dbbd0 [server] Fix invalid resource moves 2024-10-03 16:27:24 +05:30
Abhishek Shroff cfe26bc336 [client] Fix resource rename revert 2024-10-03 16:27:24 +05:30
Abhishek Shroff 27a6e6c5b5 [client] Update offtheline to re-apply optimistic updates 2024-10-03 16:27:24 +05:30
Abhishek Shroff 0e205ea28f [client] Await optimistic updates 2024-10-03 16:27:24 +05:30
Abhishek Shroff 9ca9d50eaa [client] Show failed actions 2024-10-03 16:27:24 +05:30
Abhishek Shroff 9692ec6957 [server] report name conflict for move/rename 2024-10-03 16:27:24 +05:30
Abhishek Shroff f47da0a527 [client] ActionQueueStatusNotifier 2024-10-03 16:27:24 +05:30
Abhishek Shroff f718e26f58 [client] Use move request for rename operations 2024-10-03 16:27:24 +05:30
Abhishek Shroff 98af02c565 [server] Merge rename functionality into move route 2024-10-03 16:27:24 +05:30
Abhishek Shroff 67e5dda93f [client] Fix download button progress 2024-10-03 16:27:24 +05:30
Abhishek Shroff ed9d124d99 [client] show upload progress 2024-10-03 16:27:24 +05:30
Abhishek Shroff 8d775bfb27 [client] Show only uploads and not all actions 2024-10-03 16:27:13 +05:30
Abhishek Shroff 575c540fc7 [client] Show completed downloads 2024-10-03 16:27:13 +05:30
Abhishek Shroff 42d1645239 [client] Fix download file name 2024-10-03 16:27:13 +05:30
Abhishek Shroff f85c915d4d [client] Download Details 2024-10-03 16:27:13 +05:30
Abhishek Shroff 0bd2e55eb1 [client] Adaptive sync dialog 2024-10-03 16:27:13 +05:30
Abhishek Shroff d293bebb93 [client] Upgrade offtheline, better sync button and action list 2024-10-03 16:27:13 +05:30