Abhishek Shroff
|
3ccdaae677
|
[server] Tweak public shares
|
2024-10-28 23:08:46 +05:30 |
|
Abhishek Shroff
|
d6dda5f390
|
[server] Create public shares
|
2024-10-28 20:18:44 +05:30 |
|
Abhishek Shroff
|
cf13a7488e
|
[server] basic public share creation
|
2024-10-28 00:37:40 +05:30 |
|
Abhishek Shroff
|
9dfb1c9e55
|
[client] regenerate drift
|
2024-10-27 18:42:23 +05:30 |
|
Abhishek Shroff
|
5a2568ad8c
|
[server] Update readme to reflect functionality
|
2024-10-27 18:42:23 +05:30 |
|
Abhishek Shroff
|
d231d5e29c
|
[server] Download folder as zip
|
2024-10-27 18:42:22 +05:30 |
|
Abhishek Shroff
|
3298812f30
|
[client] Upgrade deps
|
2024-10-27 14:51:33 +05:30 |
|
Abhishek Shroff
|
c6c4976bae
|
[client] remove local dependency override for offtheline
|
2024-10-26 14:58:19 +05:30 |
|
Abhishek Shroff
|
d5aa2c1d59
|
[client] upgrade offtheline to fix sequential actions
|
2024-10-26 12:20:48 +05:30 |
|
Abhishek Shroff
|
7f96bce44b
|
[server] fix touch resource contents only for files, not directories
|
2024-10-25 21:42:58 +05:30 |
|
Abhishek Shroff
|
a0b8b5ebb3
|
[client] upgrade offtheline, fix login
|
2024-10-25 18:30:11 +05:30 |
|
Abhishek Shroff
|
4e1e996fc4
|
[server][core] create contents file on resource create
|
2024-10-25 17:09:15 +05:30 |
|
Abhishek Shroff
|
44860df4a0
|
[server][storage] make sure to not send range response with minio storage driver
|
2024-10-25 16:54:20 +05:30 |
|
Abhishek Shroff
|
5102b11e3c
|
[server] only require auth if public share is password protected
|
2024-10-25 16:17:17 +05:30 |
|
Abhishek Shroff
|
dcbb581bc1
|
[server] Serve public resources
|
2024-10-25 16:14:08 +05:30 |
|
Abhishek Shroff
|
4670da07c1
|
[server] Move copy/move into Resource
|
2024-10-25 01:07:46 +05:30 |
|
Abhishek Shroff
|
1ac824e4c3
|
[server][core] Move DiskUsage to Resource
|
2024-10-25 01:01:10 +05:30 |
|
Abhishek Shroff
|
8b6f56bdac
|
[server] move UpdatePermissions to Resource
|
2024-10-25 00:59:48 +05:30 |
|
Abhishek Shroff
|
cf62e5f904
|
[server][core] move OpenRead, OpenWrite, ReadDir, and Walk to Resource
|
2024-10-25 00:55:33 +05:30 |
|
Abhishek Shroff
|
cf5e1b4c0f
|
[server] move create functionality into Resource
|
2024-10-25 00:22:53 +05:30 |
|
Abhishek Shroff
|
d196afd8d9
|
[server] Move delete functionality from filesystem into resource
|
2024-10-25 00:16:16 +05:30 |
|
Abhishek Shroff
|
af10d60b82
|
[server] Common interface to serve public and internal resources
|
2024-10-24 23:59:35 +05:30 |
|
Abhishek Shroff
|
ed1d0f4b63
|
[server] WIP: serve resource interface
|
2024-10-24 22:01:46 +05:30 |
|
Abhishek Shroff
|
0f84b07650
|
[server][public] More functionality
|
2024-10-24 21:49:27 +05:30 |
|
Abhishek Shroff
|
eb05c13dde
|
[server] Add basic structure for public shares
|
2024-10-24 21:35:36 +05:30 |
|
Abhishek Shroff
|
dcdfa43c4d
|
[server][core] move password verification functions into separate package
|
2024-10-24 21:35:04 +05:30 |
|
Abhishek Shroff
|
4c61cac059
|
Split README into client and server
|
2024-10-24 20:44:43 +05:30 |
|
Abhishek Shroff
|
84a8e8cd3f
|
[server] check that resource exists before adding bookmark
|
2024-10-24 00:18:51 +05:30 |
|
Abhishek Shroff
|
208f161555
|
[server] fix delete permisisons
|
2024-10-24 00:14:38 +05:30 |
|
Abhishek Shroff
|
fa031beb11
|
[server] fix some small TODOs
|
2024-10-24 00:03:51 +05:30 |
|
Abhishek Shroff
|
06b74d1a87
|
[server][cmd] fix import copy path
|
2024-10-23 14:52:19 +05:30 |
|
Abhishek Shroff
|
e2de19b1d9
|
[server][cmd] import directories
|
2024-10-23 14:43:31 +05:30 |
|
Abhishek Shroff
|
d0f5ddbef9
|
[server][cmd] import
|
2024-10-23 13:15:15 +05:30 |
|
Abhishek Shroff
|
a19f4c216b
|
[server] remove bookmarks
|
2024-10-23 10:27:31 +05:30 |
|
Abhishek Shroff
|
9514e10455
|
[server][api] Add /my/bookmarks/list and add routes
|
2024-10-23 10:20:54 +05:30 |
|
Abhishek Shroff
|
98ea972c38
|
[server][core] fix permissions checkin move
|
2024-10-23 10:02:35 +05:30 |
|
Abhishek Shroff
|
1815d2a5c1
|
[server][core] do not add redundant bookmarks
|
2024-10-23 10:00:40 +05:30 |
|
Abhishek Shroff
|
5835305de1
|
[server][core] Streamline db.Resource => fs.Resource
|
2024-10-23 01:24:17 +05:30 |
|
Abhishek Shroff
|
9d84920056
|
[server][core][user] Add support for bookmarks
|
2024-10-23 00:13:51 +05:30 |
|
Abhishek Shroff
|
6d7280a301
|
[server][db] Don't create db just to close it
|
2024-10-23 00:13:20 +05:30 |
|
Abhishek Shroff
|
a50537d68e
|
[server] Use uuid v1
|
2024-10-22 23:04:21 +05:30 |
|
Abhishek Shroff
|
5315d10506
|
[server][sql] rename files to match packages
|
2024-10-22 22:35:33 +05:30 |
|
Abhishek Shroff
|
d0205a1ab3
|
[server][db] move around some queries
|
2024-10-22 22:33:43 +05:30 |
|
Abhishek Shroff
|
df1a623e23
|
[server][core] resource_by_path function
|
2024-10-22 22:20:23 +05:30 |
|
Abhishek Shroff
|
2332aad028
|
[server][cmd] Fix migration
|
2024-10-22 22:19:20 +05:30 |
|
Abhishek Shroff
|
e02ef07988
|
[server][db] Make a resource_by_id SQL function instead of query
|
2024-10-22 18:21:34 +05:30 |
|
Abhishek Shroff
|
65124a5944
|
[server][core] tweak db queries
|
2024-10-22 14:22:07 +05:30 |
|
Abhishek Shroff
|
9cd8032f16
|
[server][api] rename routes files
|
2024-10-22 14:19:17 +05:30 |
|
Abhishek Shroff
|
7ef95a30f3
|
[server][cmd] fix user add no-create-home
|
2024-10-22 13:46:15 +05:30 |
|
Abhishek Shroff
|
aeb5c908d4
|
[server] convenience methods for permissions output
|
2024-10-22 13:39:21 +05:30 |
|