7626dcf387add SameSite value for access cookies, add proper minimum expire time for username/auth access cookie, fix bug in setUser
main
Arthur Lu2024-10-30 18:59:10 +0000
01f55aa0cbadd return values to backend docstring, fix return values of all backendsArthur Lu2024-06-04 23:09:55 +0000
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 +0000
bb7404a82dMerge pull request 'Update DB Interface' (#2) from update-localdb into mainalu2024-04-24 20:29:31 +0000
f9ad56a283fix instance create pool error mesage
Arthur Lu
2024-04-23 18:56:43 +0000
0a8bd87ed4check instance pool matches user allowed pools, update user allowed nodes format, add get user ct templates route
Arthur Lu
2024-04-15 21:52:20 +0000
9360f7abeccheck instance pool matches user allowed pools, update user allowed nodes format, add get user ct templates routeArthur Lu2024-04-15 21:52:20 +0000
e032038100update localdb backend interface, update all references to localdb backend
Arthur Lu
2024-04-09 21:02:41 +0000
3ddd1f62d7update localdb backend interface, update all references to localdb backendArthur Lu2024-04-09 21:02:41 +0000
1c41d55cebadd pool selection to instance create, allow multiple pools per user
Arthur Lu
2024-04-08 21:19:57 +0000
98479205d9add pool selection to instance create, allow multiple pools per userArthur Lu2024-04-08 21:19:57 +0000
848eb5d1d1implement full interface for paasldap backend
Arthur Lu
2024-04-05 22:33:56 +0000
3281788089implement full interface for paasldap backendArthur Lu2024-04-05 22:33:56 +0000
0b5cfff519add user backend documentation
Arthur Lu
2024-04-04 18:53:36 +0000
68f92493b7fix various formatting, add interface for generic backends, add interfaces for DB and AUTH type backends, implement basic user password change method
Arthur Lu
2024-01-09 00:47:33 +0000
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 +0000
18590011ccmajor 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 Lu
2024-01-06 22:36:18 +0000
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 +0000
c801ca99dffix linting
Arthur Lu
2023-12-15 08:14:39 +0000
c2ab19b6d6add per instance resource quotas, move getFullInstanceConfig to utils.js, rework resource related utilities to use new quota format
Arthur Lu
2023-11-15 19:57:59 +0000
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 +0000
02764c8f6asimplify auth/password logic
Arthur Lu
2023-11-14 23:50:24 +0000