b098a173fa
add user backup endpoints
alu2025-06-25 19:41:17 +00:00
3a41afb696
fix error messages in get pools/nodes
alu2025-06-24 20:02:30 +00:00
56ef0b4074
fix swap value bug in container creation
alu2025-05-03 00:20:22 +00:00
67fd748487
change net and hostpci arguments, fix bug in ct-templates
alu2025-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
alu2025-04-16 20:09:19 +00:00
7626dcf387
add SameSite value for access cookies, add proper minimum expire time for username/auth access cookie, fix bug in setUser
alu2024-10-30 18:59:10 +00:00
01f55aa0cb
add return values to backend docstring, fix return values of all backends
alu2024-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
alu2024-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
alu2024-04-15 21:52:20 +00:00
3ddd1f62d7
update localdb backend interface, update all references to localdb backend
alu2024-04-09 21:02:41 +00:00
98479205d9
add pool selection to instance create, allow multiple pools per user
alu2024-04-08 21:19:57 +00:00
3281788089
implement full interface for paasldap backend
alu2024-04-05 22:33:56 +00:00
9d31e00366
add user backend documentation
alu2024-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
alu2024-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
alu2024-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
alu2023-11-15 19:57:59 +00:00
ea94d31b0c
add cli arg for localdb path
alu2023-08-03 19:31:11 +00:00
ab3bf15efe
route cluster routes to /api/cluster
alu2023-08-03 00:36:18 +00:00
9f22d76b5f
finish moving routes to files
alu2023-08-01 19:07:45 +00:00
8acaba3911
fix linting errors, group more routes, use mergeParams in router init
alu2023-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
alu2023-07-27 20:10:46 +00:00