Commit Graph

190 Commits

Author SHA1 Message Date
Abhishek Shroff 70e5b8a094 [server][webdav] Fix lock_test build errors 2024-10-20 23:13:11 +05:30
Abhishek Shroff 712bad8802 [server] Better sorting of files in web interface 2024-10-20 22:45:15 +05:30
Abhishek Shroff 0d7da1d4d3 [server] Move walkFS functionality into core.FileSystem 2024-10-20 22:24:00 +05:30
Abhishek Shroff 71f27c0fb1 [server][webdav] get rid of the horribly inefficient walkFS 2024-10-20 22:10:19 +05:30
Abhishek Shroff 498fbdc7f6 [server] add Resource.Path 2024-10-20 21:50:06 +05:30
Abhishek Shroff e2437c9438 [server][cmd] add fs cat command 2024-10-20 20:40:46 +05:30
Abhishek Shroff c7b847a218 [server][cmd] remote redundant code in mkdir 2024-10-20 18:34:57 +05:30
Abhishek Shroff a694600878 [server][webdav] support etag, and not conditions 2024-10-20 18:01:14 +05:30
Abhishek Shroff 5cf1b140fd [server][webdav] handle LOCK and UNLOCK methods 2024-10-20 14:15:54 +05:30
Abhishek Shroff e9845cf111 [server][webdav] Fix invlaid namespace in propfind (propfind_invalid2) 2024-10-20 13:36:47 +05:30
Abhishek Shroff bbcd7bf8bd [server][webdav] Fix copymove litmus test 2024-10-20 13:29:21 +05:30
Abhishek Shroff 8e812158ce [server][webdav] Fix error checking 2024-10-20 13:12:50 +05:30
Abhishek Shroff e5886c5c0f [server][weddav] Fix basic limtus test 2024-10-20 12:58:20 +05:30
Abhishek Shroff f5d323bf91 [server][core] fix CreateResourceByPath 2024-10-20 12:48:39 +05:30
Abhishek Shroff 6764b4e29f [server] fix return value change error 2024-10-20 12:36:18 +05:30
Abhishek Shroff 8be146720b [server] fix case of UUID 2024-10-20 11:50:48 +05:30
Abhishek Shroff be30cd1781 [server][core][fs] simplify and document targetByPathOrUuid 2024-10-20 11:48:18 +05:30
Abhishek Shroff b0d602359d [server][core][fs] break up functions into separate files 2024-10-20 11:31:29 +05:30
Abhishek Shroff e17221178c [server][cmd] finish up splitting commands 2024-10-20 11:01:05 +05:30
Abhishek Shroff 519a29bbad [server][cmd] split serve into separate package 2024-10-20 10:35:41 +05:30
Abhishek Shroff a66ce92519 [server][cmd] simplify globals initialization 2024-10-20 10:33:14 +05:30
Abhishek Shroff e5a34090cf [server][cmd] extract common initialization functions 2024-10-20 01:16:37 +05:30
Abhishek Shroff a869dc5f23 [server][cmd] clean up flags 2024-10-19 22:28:47 +05:30
Abhishek Shroff 4a40fffc20 [server][core] move db and storage into core 2024-10-19 18:33:55 +05:30
Abhishek Shroff 2c1b907966 [server][core] move argon2 functions into app package 2024-10-19 17:22:35 +05:30
Abhishek Shroff bdf35c59d8 [server][api][webdav] Restructure packages 2024-10-19 17:21:15 +05:30
Abhishek Shroff 094941c0a8 [server][core] restructure and break up into app, fs, errors sub-packages 2024-10-19 17:02:53 +05:30
Abhishek Shroff ea5f7c84da [server][api] reorganize files and packages 2024-10-19 13:34:36 +05:30
Abhishek Shroff 0c8549f5bf [server][core] Rename New => NewError 2024-10-19 13:21:17 +05:30
Abhishek Shroff 774a64f779 [server][core] use copyfrom to bulk-insert rows 2024-10-19 13:07:31 +05:30
Abhishek Shroff 2dc799d0a3 [server][core] fix content copying (close streams) 2024-10-19 00:52:38 +05:30
Abhishek Shroff 70ef0c1ad0 [server][api] cp end-point 2024-10-19 00:38:12 +05:30
Abhishek Shroff 890b172008 [server][core] copy contents 2024-10-19 00:35:43 +05:30
Abhishek Shroff d41b71bf09 [server][webdav] simplify webdav adapter 2024-10-19 00:11:04 +05:30
Abhishek Shroff a9ae9ecc02 [server][core] CreateResourceByPath 2024-10-19 00:00:15 +05:30
Abhishek Shroff 21cbb00b90 [server][webdav] don't pass around context unnecessarily 2024-10-18 23:43:36 +05:30
Abhishek Shroff 94b2b89e45 [server][webdav] bring FileSystem implementation closer to core.FileSystem 2024-10-18 23:37:32 +05:30
Abhishek Shroff 9b8184c3e1 [server][webdav] Remove redundant constants and functionality from net/http 2024-10-18 23:29:16 +05:30
Abhishek Shroff f4f7cfa3a7 [server][core] move Error into core 2024-10-18 22:42:19 +05:30
Abhishek Shroff ef4ec14d10 [server][webdav] separate out move and copy into a separate file 2024-10-18 22:22:12 +05:30
Abhishek Shroff a5d70cfedd [server][webdav] use core.FileSystem.Copy instead of doing it from scratch 2024-10-18 21:48:27 +05:30
Abhishek Shroff 34cc0a96ba [server][core] centralize resource path/uuid and move/copy target parsing 2024-10-18 21:42:44 +05:30
Abhishek Shroff 0a292895fb [server][core] Populate empty resource content type and sha256 2024-10-18 02:36:07 +05:30
Abhishek Shroff 987235967d [server][cmd] improve cp 2024-10-18 02:26:53 +05:30
Abhishek Shroff 0e14f793ca [server][core] remove user permission entry if set to 0 2024-10-18 01:48:11 +05:30
Abhishek Shroff 7665ab16bf [server][cmd] improve chperm 2024-10-18 01:42:29 +05:30
Abhishek Shroff 7313ac3b10 [server][cmd] print to stdout instead of logging 2024-10-18 01:32:29 +05:30
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