Commit Graph

494 Commits

Author SHA1 Message Date
Abhishek Shroff 4aeee8e336 [server][img] Generate previews at multiple resolutions 2025-09-04 06:29:12 +05:30
Abhishek Shroff 1de18a74a6 [server][img] Rename preview to img 2025-08-31 21:26:50 +05:30
Abhishek Shroff 6b21b32619 [server][preview] Serve resource previews 2025-07-31 23:43:25 +05:30
Abhishek Shroff 00daa35949 [server] Generate image thumbnails using vips 2025-07-29 09:52:56 +05:30
Abhishek Shroff bb8c0e078e [server][thumbs] WIP: Infrastructure for thumbnails 2025-07-28 23:40:57 +05:30
Abhishek Shroff 594ea3b554 [server][webdav] Better core error handling 2025-07-21 02:11:15 +05:30
Abhishek Shroff 917cc6870a [server] Tweak fs scope 2025-07-21 00:32:25 +05:30
Abhishek Shroff 19e9c78010 [server] Remove left over prints 2025-07-14 16:45:13 +05:30
Abhishek Shroff 4e87878f88 [server][core][publinks] Use configurable auth for publinks (pbkdf by default) 2025-07-13 22:48:51 +05:30
Abhishek Shroff 66ae8097c9 [server][core] Remove ambiguous f.userPermission method 2025-07-12 16:34:10 +05:30
Abhishek Shroff 4066655fd6 [server][core] Fix getScopePermissions, Rename rename methods 2025-07-12 16:34:10 +05:30
Abhishek Shroff 5889939abc [server] filesystem scopes (untested) 2025-07-12 16:34:10 +05:30
Abhishek Shroff 6a8130d242 [server][auth] WIP: auth.Auth 2025-07-12 16:34:10 +05:30
Abhishek Shroff e3142e7f7a [server][breaking] Use timestamptz everywhere 2025-07-09 01:04:31 +05:30
Abhishek Shroff da07ffa914 [server] loggers everywhere 2025-07-09 00:29:25 +05:30
Abhishek Shroff 49772d3231 [server] Remove logrus 2025-07-08 23:40:47 +05:30
Abhishek Shroff 1626412837 [server][core] initialize 2025-07-08 22:07:27 +05:30
Abhishek Shroff e2746d8541 [server] Use zerolog instead of logrus in most places 2025-07-08 20:32:27 +05:30
Abhishek Shroff 08edaf83b7 [server] Fix publink not found error 2025-07-05 14:35:27 +05:30
Abhishek Shroff 6a192ca074 [server] Allow ordering results of ReadDirExtended by depth 2025-07-05 14:22:29 +05:30
Abhishek Shroff f539e70f7a [server] Add version on copy 2025-06-30 10:16:45 +05:30
Abhishek Shroff 513d1f1748 [server] Migrate contents on copy 2025-06-30 10:04:49 +05:30
Abhishek Shroff aac2cbba4f [server][core] Fix fs mount 2025-06-30 00:21:50 +05:30
Abhishek Shroff 641010280e [server] Fix hard delete 2025-06-29 22:55:50 +05:30
Abhishek Shroff 9f93284469 [server][api] Fix duplicate upload 2025-06-29 21:31:16 +05:30
Abhishek Shroff dea557fba5 [server][cli] Add mount command 2025-06-29 18:58:58 +05:30
Abhishek Shroff 1be2c6e0a9 [server] Fix error on reupload 2025-06-29 18:58:02 +05:30
Abhishek Shroff edf2882294 [server][auth][openid] Properly set config 2025-06-29 11:03:17 +05:30
Abhishek Shroff 92882105fc [server][auth][openid] Get id token from oidc server 2025-06-29 10:07:45 +05:30
Abhishek Shroff fbe039318a [server][auth] Password backends 2025-06-26 10:12:33 +05:30
Abhishek Shroff 219de8f3a4 [server][core] Restructure config 2025-06-24 09:17:25 +05:30
Abhishek Shroff 56b73a4c53 [server][core] Fix user add 2025-06-23 16:43:08 +05:30
Abhishek Shroff e9ddedf91c [server][cli] Jobs list command 2025-06-22 16:29:19 +05:30
Abhishek Shroff 0c8b91f513 [server] Move from river to in-house job queue 2025-06-22 14:06:33 +05:30
Abhishek Shroff b3961e2b1d [server][core] Fix overwrite/delete conflict resolution 2025-06-13 16:07:50 +05:30
Abhishek Shroff f106aca925 [server][core] Remove FileSystem interface, and rename fileSystem to FileSystem 2025-06-13 16:02:48 +05:30
Abhishek Shroff 1d153f7484 [server][core] Add some documentation 2025-06-13 15:54:28 +05:30
Abhishek Shroff 64884caa11 [server][core] Streamline resolveConflictAndInsertResource 2025-06-13 14:52:46 +05:30
Abhishek Shroff 205dc3fff9 [server][core] Fix ensure conflict resolution 2025-06-13 12:30:52 +05:30
Abhishek Shroff e013905c31 [server][core] Fix move overwrite 2025-06-13 12:17:50 +05:30
Abhishek Shroff d78706df11 [server][core] Fix overwrite conflict resolution 2025-06-13 12:02:18 +05:30
Abhishek Shroff 059e648782 [server][core] Implement copy contents job 2025-06-13 12:01:20 +05:30
Abhishek Shroff 2e0d0fcd27 [server][core] Fix return value in detectNameConflict 2025-06-13 11:29:05 +05:30
Abhishek Shroff b8900ec479 [server] fix build errors 2025-06-13 03:13:16 +05:30
Abhishek Shroff 68ae1b9985 [server][core] Implement fs.OpenWrite 2025-06-13 01:53:14 +05:30
Abhishek Shroff 2e892d3740 [server] Fix db.Handler vs TxHandler 2025-06-13 01:28:52 +05:30
Abhishek Shroff 4e788f3b93 [server][core] WIP: Split fileSystem and txFileSystem 2025-06-12 15:09:39 +05:30
Abhishek Shroff f2e0776d00 [server][core] Remove unnecessary functions 2025-06-11 23:13:46 +05:30
Abhishek Shroff 5e8fa74901 [server] Don't compute user permissions during scanning 2025-06-11 22:40:53 +05:30
Abhishek Shroff 34e30c6a7b [server] Use user in filesystem rather than userID 2025-06-11 22:07:13 +05:30