Commit Graph

780 Commits

Author SHA1 Message Date
Abhishek Shroff de42d942bb [server][storage] Pass in config during init 2025-07-08 21:28:46 +05:30
Abhishek Shroff 0ebdcdf874 [server] Overhaul db initialization 2025-07-08 20:32:34 +05:30
Abhishek Shroff 8069afb06b [server] Remove ldap command 2025-07-08 20:32:34 +05:30
Abhishek Shroff e2746d8541 [server] Use zerolog instead of logrus in most places 2025-07-08 20:32:27 +05:30
Abhishek Shroff 5606f9c1db [server][cli] Fix user list command output 2025-07-08 20:18:54 +05:30
Abhishek Shroff a89dff1faf [server][cli] Prompt for user display name when creating a new user 2025-07-08 20:10:45 +05:30
Abhishek Shroff dca4b9ee42 [server][cli] Allow setting password during admin user create 2025-07-08 19:49:26 +05:30
George Wu 510ab5c013 [server] fix typo'd filename 2025-07-07 23:13:40 -07:00
Abhishek Shroff 6bbb2ae79c [server] Fix password strength error 2025-07-05 21:58:30 +05:30
Abhishek Shroff 2b69930f37 [server] Fix password reset email 2025-07-05 15:30:10 +05:30
Abhishek Shroff a7c21b3488 [server] Fix args for admin storage create command 2025-07-05 15:12:15 +05:30
Abhishek Shroff 3130e48953 [server] Send publink response on create 2025-07-05 14:50:16 +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 46f99d1f2b [server] Always add Content-Disposition: attachment for file contents 2025-07-04 20:39:47 +05:30
Abhishek Shroff 2cf2ca4756 [server][storage] Chmod 0o700 instead of error for permissions mismatch 2025-07-04 19:51:04 +05:30
Abhishek Shroff a6c335661b [server] Rename instance_url query param to 'instance' 2025-07-04 16:42:31 +05:30
Abhishek Shroff f1aec4cedf [server][cli] Version Bump to 0.4.0 2025-07-04 14:19:14 +05:30
Abhishek Shroff 1b9a456b5c [server][cli] Select storage driver during backend creation 2025-06-30 20:49:02 +05:30
Abhishek Shroff ff1e574590 [server] Change oauth native redirect scheme 2025-06-30 20:08:48 +05:30
Abhishek Shroff 4831bd60eb [server] Rename ldap.search => ldap.dn_lookup 2025-06-30 11:14:10 +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 d36f45bf64 [server] Fix serving files (and byte ranges) from minio backend 2025-06-30 09:59:58 +05:30
Abhishek Shroff 658e147474 [server][storage] Change minio param name 2025-06-30 00:47:13 +05:30
Abhishek Shroff aac2cbba4f [server][core] Fix fs mount 2025-06-30 00:21:50 +05:30
Abhishek Shroff bd7d3f02d8 [server][auth] Don't check openid client configs on startup 2025-06-30 00:21:10 +05:30
Abhishek Shroff 641010280e [server] Fix hard delete 2025-06-29 22:55:50 +05:30
Abhishek Shroff cec83199f8 [server] Fix crypt config 2025-06-29 22:29:42 +05:30
Abhishek Shroff 9f93284469 [server][api] Fix duplicate upload 2025-06-29 21:31:16 +05:30
Abhishek Shroff de400edee8 [server][api] Fix upload response 2025-06-29 19:23:38 +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 2756cb737a [server] Use default storage when no mounts are found 2025-06-29 18:20:52 +05:30
Abhishek Shroff c578b6011c [server] Use printf instead of log for storage commands 2025-06-29 18:20:04 +05:30
Abhishek Shroff c2778b7746 [server] Rename resource_storage => storage_mounts 2025-06-29 14:00:21 +05:30
Abhishek Shroff da44b42447 [server] rename sql file 2025-06-29 13:58:16 +05:30
Abhishek Shroff e5e526dfae [server][auth] auto-create wildcards 2025-06-29 13:55:40 +05:30
Abhishek Shroff c2214a507c [server][auth] Streamline auto create 2025-06-29 13:48:09 +05:30
Abhishek Shroff 9c3cd57485 [server][openid] Use name from id token, fall back to given_name+family_name 2025-06-29 13:13:00 +05:30
Abhishek Shroff ec3e789ab3 [server] Fix api key rename 2025-06-29 13:01:01 +05:30
Abhishek Shroff e8276fb8a7 [client] Fix token login params 2025-06-29 12:58:09 +05:30
Abhishek Shroff d80d879794 [server] Tweak login 2025-06-29 12:49:48 +05:30
Abhishek Shroff b386053a60 [server][auth] Rename accessToken => apiKey 2025-06-29 12:38:32 +05:30
Abhishek Shroff dce623b2a6 [server] Update schema to refer to generalized login token 2025-06-29 12:38:29 +05:30
Abhishek Shroff 5482f52ab9 [server][auth] Generalize token login 2025-06-29 12:19:59 +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 b128f5ec38 [server][auth][openid] Change config structure 2025-06-29 01:07:21 +05:30
Abhishek Shroff 1f618e4add [server][auth][openid] prepare for new openid auth flow 2025-06-29 01:05:02 +05:30