aa40d1f577fix bug in utils.getUserResourcesArthur Lu2025-02-06 21:17:33 +00:00
cfcf08b373prepare pve backend and utils for paas fabricArthur Lu2025-02-06 00:53:25 +00:00
d080e71601fix crash with access ticket using invalid usernameArthur Lu2025-01-29 20:31:57 +00:00
3001febbc2fix bug with adding multiple pci devicesArthur Lu2025-01-06 20:33:15 +00:00
7626dcf387add SameSite value for access cookies, add proper minimum expire time for username/auth access cookie, fix bug in setUserArthur Lu2024-10-30 18:59:10 +00:00
01f55aa0cbadd return values to backend docstring, fix return values of all backendsArthur Lu2024-06-04 23:09:55 +00:00
b12f38e608add getUserObjFromUsername util function, update all backends to use userObj, add user backend manager wrapper which calls all linked backends dealing with user data, list backend handlers for each realmArthur Lu2024-06-03 18:09:28 +00:00
bb7404a82dMerge pull request 'Update DB Interface' (#2) from update-localdb into mainalu2024-04-24 20:29:31 +00:00
9360f7abeccheck instance pool matches user allowed pools, update user allowed nodes format, add get user ct templates routeArthur Lu2024-04-15 21:52:20 +00:00
3ddd1f62d7update localdb backend interface, update all references to localdb backendArthur Lu2024-04-09 21:02:41 +00:00
98479205d9add pool selection to instance create, allow multiple pools per userArthur Lu2024-04-08 21:19:57 +00:00
3281788089implement full interface for paasldap backendArthur Lu2024-04-05 22:33:56 +00:00
b27172dd9efix various formatting, add interface for generic backends, add interfaces for DB and AUTH type backends, implement basic user password change methodArthur Lu2024-01-09 00:47:33 +00:00
a0109d3546major rework of backend loading and usage: - split config from user data to config.json, add config.hson.template - moved default user data localdb to root folder - moved pve, localdb, ldap backend handlers to backends sub folder - add dynamic loading of all backends - add dynamic mapping for auth backends to support multiple auth sources - update affected endpointsArthur Lu2024-01-06 22:36:18 +00:00
f40d1aee79add per instance resource quotas, move getFullInstanceConfig to utils.js, rework resource related utilities to use new quota formatArthur Lu2023-11-15 19:57:59 +00:00
8acaba3911fix linting errors, group more routes, use mergeParams in router initArthur Lu2023-07-31 19:23:22 +00:00
aae3bb14c0add default export to db and package module, start grouping routes by type, use dynamic imports and express routersArthur Lu2023-07-27 20:10:46 +00:00