Commit Graph

90 Commits

Author SHA1 Message Date
Abhishek Shroff 83b623d973 [server][core] Remove App.RootFS 2024-10-21 23:59:25 +05:30
Abhishek Shroff e481caa4ff [server][core] move GetSharedResources to users package 2024-10-21 23:31:30 +05:30
Abhishek Shroff 25f83eff01 [server][core] separate out user package 2024-10-21 23:19:18 +05:30
Abhishek Shroff 203772841a [server][cmd] better user add 2024-10-21 21:40:31 +05:30
Abhishek Shroff 829e5cdd14 [server][core] allow CreateResourceByPath to create parents 2024-10-21 21:25:36 +05:30
Abhishek Shroff fc8a88373e [server][cmd] move user add command to new file 2024-10-21 20:40:04 +05:30
Abhishek Shroff 370e229a0f [server][core] fix path for chrooted users 2024-10-21 16:54:29 +05:30
Abhishek Shroff b5ce08a4cb [server][cmd] tweak ls output format 2024-10-21 16:32:30 +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 bbcd7bf8bd [server][webdav] Fix copymove litmus test 2024-10-20 13:29:21 +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 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 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 890b172008 [server][core] copy contents 2024-10-19 00:35:43 +05:30
Abhishek Shroff f4f7cfa3a7 [server][core] move Error into core 2024-10-18 22:42:19 +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 987235967d [server][cmd] improve cp 2024-10-18 02:26:53 +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
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 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 0982546acc [server] Streamline errors 2024-10-15 19:17:24 +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 10f2df6345 [client] update offtheline, use single action queue 2024-10-03 16:27:06 +05:30
Abhishek Shroff e913999aa7 [server] Use username instead of userid and email 2024-09-17 11:42:14 +05:30
Abhishek Shroff 4d8518d7e0 [server] Allow basic and bearer auth for api access 2024-09-16 17:15:45 +05:30
Abhishek Shroff 5f8a64954b [server] Pass along resource.Permissions and InheritedPermissions 2024-09-16 10:30:00 +05:30
Abhishek Shroff ee1fd722c9 [server] Redo permissions to be stored as jsonb along with resources 2024-09-16 10:08:04 +05:30
Abhishek Shroff 9bf11a82f3 [server] Remove unnecessary db access 2024-08-14 23:39:33 +05:30
Abhishek Shroff e031606889 [server] Rename user.username => email 2024-08-10 22:52:30 +05:30
Abhishek Shroff ec658e4fa7 [server] Add json body to 500s and descriptions to all errors 2024-08-10 22:22:38 +05:30
Abhishek Shroff eff58d3c9e [server] Improve login response, cleanup TODOs 2024-08-10 21:13:42 +05:30
Abhishek Shroff d9b96c0cae Rename permissions methods 2024-08-09 22:21:42 +05:30