3a41afb696
fix error messages in get pools/nodes
Arthur Lu2025-06-24 20:02:30 +00:00
56ef0b4074
fix swap value bug in container creation
Arthur Lu2025-05-03 00:20:22 +00:00
67fd748487
change net and hostpci arguments, fix bug in ct-templates
Arthur Lu2025-04-22 23:48:45 +00:00
f34c13827b
add error handling in vm-isos and ct-templates when configured node is unreachable, update disk attach logic for new fabric changes
Arthur Lu2025-04-16 20:09:19 +00:00
aa40d1f577
fix bug in utils.getUserResources
Arthur Lu2025-02-06 21:17:33 +00:00
cfcf08b373
prepare pve backend and utils for paas fabric
Arthur Lu2025-02-06 00:53:25 +00:00
d080e71601
fix crash with access ticket using invalid username
Arthur Lu2025-01-29 20:31:57 +00:00
3001febbc2
fix bug with adding multiple pci devices
Arthur Lu2025-01-06 20:33:15 +00:00
7626dcf387
add SameSite value for access cookies, add proper minimum expire time for username/auth access cookie, fix bug in setUser
Arthur Lu2024-10-30 18:59:10 +00:00
4984877ab7
improve backend handler design
Arthur Lu2024-10-09 04:36:35 +00:00
01f55aa0cb
add return values to backend docstring, fix return values of all backends
Arthur Lu2024-06-04 23:09:55 +00:00
b12f38e608
add 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 realm
Arthur Lu2024-06-03 18:09:28 +00:00
bb7404a82d
Merge pull request 'Update DB Interface' (#2) from update-localdb into main
alu2024-04-24 20:29:31 +00:00
9360f7abec
check instance pool matches user allowed pools, update user allowed nodes format, add get user ct templates route
Arthur Lu2024-04-15 21:52:20 +00:00
3ddd1f62d7
update localdb backend interface, update all references to localdb backend
Arthur Lu2024-04-09 21:02:41 +00:00
98479205d9
add pool selection to instance create, allow multiple pools per user
Arthur Lu2024-04-08 21:19:57 +00:00
3281788089
implement full interface for paasldap backend
Arthur Lu2024-04-05 22:33:56 +00:00
9d31e00366
add user backend documentation
Arthur Lu2024-04-04 18:53:36 +00:00
b27172dd9e
fix various formatting, add interface for generic backends, add interfaces for DB and AUTH type backends, implement basic user password change method
Arthur Lu2024-01-09 00:47:33 +00:00
a0109d3546
major 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 endpoints
Arthur Lu2024-01-06 22:36:18 +00:00
f40d1aee79
add per instance resource quotas, move getFullInstanceConfig to utils.js, rework resource related utilities to use new quota format
Arthur Lu2023-11-15 19:57:59 +00:00
ab3bf15efe
route cluster routes to /api/cluster
Arthur Lu2023-08-03 00:36:18 +00:00
9f22d76b5f
finish moving routes to files
Arthur Lu2023-08-01 19:07:45 +00:00
8acaba3911
fix linting errors, group more routes, use mergeParams in router init
Arthur Lu2023-07-31 19:23:22 +00:00
aae3bb14c0
add default export to db and package module, start grouping routes by type, use dynamic imports and express routers
Arthur Lu2023-07-27 20:10:46 +00:00