alu
24ed6907c7
initial updates to api v2.0.0:
...
- switch access backend to access-manager-api
- change resource quota to pool based
- simplify backend system
- various cleanup
2026-05-24 19:08:39 +00:00
alu
b0b4c68f15
finish updating pve backend with fabric
2025-02-14 21:56:39 +00:00
alu
7626dcf387
add SameSite value for access cookies,
...
add proper minimum expire time for username/auth access cookie,
fix bug in setUser
2024-10-30 18:59:10 +00:00
alu
4984877ab7
improve backend handler design
2024-10-09 04:36:35 +00:00
alu
783bc37c94
require params in all backend calls
2024-07-23 18:08:36 +00:00
alu
79ec20ad74
fix delUser naming,
...
update config template,
implement getAllUsers/getAllGroups in USER_BACKEND_MANAGER
2024-07-10 22:38:14 +00:00
alu
800033c6f8
add get all users/groups routes
2024-07-03 23:46:00 +00:00
alu
ab0188a8bc
add backend info to readme,
...
fix docstring in backends.js
2024-06-26 06:39:43 +00:00
alu
01f55aa0cb
add return values to backend docstring,
...
fix return values of all backends
2024-06-04 23:09:55 +00:00
alu
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
2024-06-03 18:09:28 +00:00
alu
3ddd1f62d7
update localdb backend interface,
...
update all references to localdb backend
2024-04-09 21:02:41 +00:00
alu
9d31e00366
add user backend documentation
2024-04-04 18:53:36 +00:00
alu
69318a2dad
update backend interfaces
2024-04-03 20:03:31 +00:00
alu
6c984a7886
fix function name in AUTH_BACKEND
2024-03-25 21:30:23 +00:00
alu
98da16d4df
fix linting
2024-02-24 20:57:11 +00:00
alu
06fd99aca5
add localdb template,
...
update paasldap backend interface
2024-01-30 20:33:41 +00:00
alu
a31d5a3336
fix issues in backend implementions,
...
auth endpoint now fetches all relevant backend tokens
2024-01-17 20:21:55 +00:00
alu
fae2eb1724
fix linting
2024-01-12 01:49:24 +00:00
alu
b27172dd9e
fix various formatting,
...
add interface for generic backends,
add interfaces for DB and AUTH type backends,
implement basic user password change method
2024-01-09 00:47:33 +00:00
alu
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
2024-01-06 22:36:18 +00:00