Commit Graph

1022 Commits

Author SHA1 Message Date
Abhishek Shroff 0c8cd6bcdf [client] Send file upload params in query 2025-05-13 02:23:07 +05:30
Abhishek Shroff fd5b180a6d [client] Fix resource content downloads 2025-05-13 02:22:16 +05:30
Abhishek Shroff 12a84bb1cd [server] Fix resource upload 2025-05-13 02:20:42 +05:30
Abhishek Shroff 6b2fd54653 [client] Distinguish dev builds from prod 2025-05-13 01:35:39 +05:30
Abhishek Shroff 132e652c7b [client] Version bump to 0.2.0+20 2025-05-12 23:41:58 +05:30
Abhishek Shroff bbc8030756 [server] Fix queries 2025-05-12 22:44:59 +05:30
Abhishek Shroff 13f55225e1 [server] Fix queries 2025-05-12 20:20:54 +05:30
Abhishek Shroff ac50aef226 [client] Calculate user permissions in processResponse 2025-05-12 20:14:54 +05:30
Abhishek Shroff 1db2d1d0b8 [client] Simplify response parsing 2025-05-12 19:38:33 +05:30
Abhishek Shroff e1d743c816 [server] Send down parent id if visible 2025-05-12 16:11:45 +05:30
Abhishek Shroff 6b65b93503 [server] Simplify resource queries and fields 2025-05-12 16:06:44 +05:30
Abhishek Shroff 1c32543c0e [server][core] Do not expose parentID directly from fs 2025-05-12 14:40:53 +05:30
Abhishek Shroff b93f076e7c [server] Fix queries 2025-05-12 12:50:36 +05:30
Abhishek Shroff 6fbc0cc727 [client] Fix delete request 2025-05-12 12:50:20 +05:30
Abhishek Shroff 04bf4da63d [client] Fix grants map parsing 2025-05-12 12:50:01 +05:30
Abhishek Shroff 96cc8073b0 [client] Update request end-points and params 2025-05-12 12:31:16 +05:30
Abhishek Shroff 5a2e77fb60 [server] Better params for bookmark add/remove 2025-05-12 12:28:01 +05:30
Abhishek Shroff 67b002c9b7 [server] fix: provide resource path for publinks 2025-05-12 08:58:32 +05:30
Abhishek Shroff 59c5ebf622 [client] db migration 2025-05-12 08:50:10 +05:30
Abhishek Shroff dab1119f88 [server] Fix ancestor query 2025-05-12 08:49:59 +05:30
Abhishek Shroff a3c7b5a7b7 [client] Adapt to new api response structure 2025-05-12 08:38:34 +05:30
Abhishek Shroff ee4a5e3bf4 [server] Include user permission in ancestor response object 2025-05-12 08:33:49 +05:30
Abhishek Shroff 253026f58e [server] Don't allow operations on deleted resources 2025-05-12 00:23:03 +05:30
Abhishek Shroff 7296fcb3f5 [server] Send inherited permissions and grants as objects instead of strings 2025-05-11 09:38:55 +05:30
Abhishek Shroff ce278aea41 [server] Do not send parent information in ancestors 2025-05-11 08:12:07 +05:30
Abhishek Shroff 5a229c4e98 [server] Query and return inherited permissions 2025-05-11 08:00:25 +05:30
Abhishek Shroff 8be329b83d [client] Fix login request 2025-05-11 00:28:22 +05:30
Abhishek Shroff ade60724f9 [server] Don't send parent id with resources 2025-05-11 00:26:18 +05:30
Abhishek Shroff 08d3a2bce7 [server] Use form data/json body for login end-point 2025-05-11 00:24:35 +05:30
Abhishek Shroff 25bb841eeb [server][core] Fix parent path 2025-05-10 23:48:38 +05:30
Abhishek Shroff 9f5ab47ebc [server][core] Fox targetNameParentByPathWithRoot 2025-05-10 23:43:43 +05:30
Abhishek Shroff 69c6b17f4c [server][core] Fix invalid name check 2025-05-10 23:36:00 +05:30
Abhishek Shroff 7378ab93be [server][core] Better handling of paths and CreateResourceByPath 2025-05-10 21:11:19 +05:30
Abhishek Shroff a0436a34d2 [server][core] Defaults to using r.name in case one isn't provided in the path 2025-05-10 13:53:04 +05:30
Abhishek Shroff 04541cfee6 [server][core] WIP: resourceNameParentByPathWithRoot 2025-05-10 13:41:19 +05:30
Abhishek Shroff beffa43e74 [server][core] Rename ResourceByRootedPath => ResourceByPathWithRoot 2025-05-10 12:41:07 +05:30
Abhishek Shroff 1b19eb13a0 [server][cli] Clean up commands, use ResourceByPathWithMaybeRoot 2025-05-10 12:04:51 +05:30
Abhishek Shroff 9bad5c3251 [server] Move publinks/create end-point 2025-05-10 08:36:25 +05:30
Abhishek Shroff c32b312d92 [server] Change params structure for post requests 2025-05-10 08:05:55 +05:30
Abhishek Shroff 5a7a359c98 [server] Specify path with optional root for info and get routes 2025-05-09 23:53:27 +05:30
Abhishek Shroff 71f7c9565f [server] Webdav first path segment to specify root 2025-05-09 14:51:01 +05:30
Abhishek Shroff 05da73175f [server] Allow filesystems without specified root 2025-05-09 10:53:01 +05:30
Abhishek Shroff e327152fa8 [server] Do not allow moving root directory 2025-05-07 11:55:23 +05:30
Abhishek Shroff 5f2cab7c4d [server][webdav] Fix handlers 2025-05-07 11:53:02 +05:30
Abhishek Shroff 540c7ca8c9 [server][cli] Fix some commands 2025-05-07 11:43:39 +05:30
Abhishek Shroff da1c8eb59f [server] Allow webdav into other users' home directories 2025-05-07 11:15:36 +05:30
Abhishek Shroff 8d2a3b0eff [server] Use pgtype.UUID for Resource.parentID 2025-05-07 10:52:42 +05:30
Abhishek Shroff a66024960d [server] Use pgtype.UUID for User.Home 2025-05-07 09:57:26 +05:30
Abhishek Shroff e4ae23817c [server] Remove user root 2025-05-07 08:39:48 +05:30
Abhishek Shroff d132123bb0 [server] cli: update user password 2025-05-07 08:11:33 +05:30