Commit Graph

  • ee3e768ada add nodes and pools routes main Arthur Lu 2024-09-12 22:00:22 +0000
  • c059b528fa add get user/group, invert return value for CookieFetcher Arthur Lu 2024-08-02 04:35:04 +0000
  • 783bc37c94 require params in all backend calls Arthur Lu 2024-07-23 18:08:36 +0000
  • 9f6b03db32 fix utils.js, implement getAllUsers/getAllGroups in backends, add paasldap realm config option Arthur Lu 2024-07-15 19:14:03 +0000
  • 3b81bd20ea fix delUserFromGroup in README Arthur Lu 2024-07-10 22:38:39 +0000
  • 79ec20ad74 fix delUser naming, update config template, implement getAllUsers/getAllGroups in USER_BACKEND_MANAGER Arthur Lu 2024-07-10 22:38:14 +0000
  • 8f7ea51787 add missing valid pve token check to checkAuth Arthur Lu 2024-07-08 19:25:23 +0000
  • 800033c6f8 add get all users/groups routes Arthur Lu 2024-07-03 23:46:00 +0000
  • 7f48f49445 rename auth to access Arthur Lu 2024-07-02 19:38:21 +0000
  • c8404c366f update readme with new permissions required for proxmox 8, improve handling of proxmox responses Arthur Lu 2024-07-01 19:03:36 +0000
  • c63690c181 fix linting Arthur Lu 2024-06-28 07:18:27 +0000
  • 34f2669ab9 add valid user cookie check to checkAuth, add admin flag in user data Arthur Lu 2024-06-28 07:14:41 +0000
  • afecfcafd0 fix readme tables Arthur Lu 2024-06-26 06:46:31 +0000
  • ab0188a8bc add backend info to readme, fix docstring in backends.js Arthur Lu 2024-06-26 06:39:43 +0000
  • 85b8ae8560 update paasldap backend Arthur Lu 2024-06-20 03:18:52 +0000
  • 01f55aa0cb add return values to backend docstring, fix return values of all backends Arthur Lu 2024-06-04 23:09:55 +0000
  • 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 Lu 2024-06-03 18:09:28 +0000
  • bb7404a82d Merge pull request 'Update DB Interface' (#2) from update-localdb into main alu 2024-04-24 20:29:31 +0000
  • f9ad56a283 fix instance create pool error mesage #2 Arthur Lu 2024-04-23 18:56:43 +0000
  • 9279d8c083 fix instance create pool error mesage update-localdb Arthur Lu 2024-04-23 18:56:43 +0000
  • 0a8bd87ed4 check 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
  • 9360f7abec check 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
  • e032038100 update localdb backend interface, update all references to localdb backend Arthur Lu 2024-04-09 21:02:41 +0000
  • 3ddd1f62d7 update localdb backend interface, update all references to localdb backend Arthur Lu 2024-04-09 21:02:41 +0000
  • 1c41d55ceb add pool selection to instance create, allow multiple pools per user Arthur Lu 2024-04-08 21:19:57 +0000
  • 98479205d9 add pool selection to instance create, allow multiple pools per user Arthur Lu 2024-04-08 21:19:57 +0000
  • 848eb5d1d1 implement full interface for paasldap backend Arthur Lu 2024-04-05 22:33:56 +0000
  • 3281788089 implement full interface for paasldap backend Arthur Lu 2024-04-05 22:33:56 +0000
  • 0b5cfff519 add user backend documentation Arthur Lu 2024-04-04 18:53:36 +0000
  • 9d31e00366 add user backend documentation Arthur Lu 2024-04-04 18:53:36 +0000
  • b3c9bb48c1 update backend interfaces Arthur Lu 2024-04-03 20:03:31 +0000
  • 69318a2dad update backend interfaces Arthur Lu 2024-04-03 20:03:31 +0000
  • cea8d80ea2 fix function name in AUTH_BACKEND Arthur Lu 2024-03-25 21:30:23 +0000
  • 6c984a7886 fix function name in AUTH_BACKEND Arthur Lu 2024-03-25 21:30:23 +0000
  • 06d160d9ce fix linting Arthur Lu 2024-02-24 20:57:11 +0000
  • 98da16d4df fix linting Arthur Lu 2024-02-24 20:57:11 +0000
  • 67a17cfef0 fix missing return value in user password set Arthur Lu 2024-02-23 22:27:28 +0000
  • d61e8377e0 fix missing return value in user password set Arthur Lu 2024-02-23 22:27:28 +0000
  • fae79e4ab0 add localdb template, update paasldap backend interface Arthur Lu 2024-01-30 20:33:41 +0000
  • 06fd99aca5 add localdb template, update paasldap backend interface Arthur Lu 2024-01-30 20:33:41 +0000
  • c347a3b8c0 add put and delete proxmox proxy routes Arthur Lu 2024-01-22 19:47:13 +0000
  • f000582213 add put and delete proxmox proxy routes Arthur Lu 2024-01-22 19:47:13 +0000
  • 1ffe9fbe7c fix bugs in paasldap backend and auth password endpoint Arthur Lu 2024-01-18 21:37:46 +0000
  • 2537288b17 fix bugs in paasldap backend and auth password endpoint Arthur Lu 2024-01-18 21:37:46 +0000
  • bb047a3782 fix issues in backend implementions, auth endpoint now fetches all relevant backend tokens Arthur Lu 2024-01-17 20:21:55 +0000
  • a31d5a3336 fix issues in backend implementions, auth endpoint now fetches all relevant backend tokens Arthur Lu 2024-01-17 20:21:55 +0000
  • 0013833bce update README Arthur Lu 2024-01-16 22:36:21 +0000
  • 1a8e804be1 update README Arthur Lu 2024-01-16 22:36:21 +0000
  • c9e4bb7484 fix linting Arthur Lu 2024-01-12 01:49:24 +0000
  • fae2eb1724 fix linting Arthur Lu 2024-01-12 01:49:24 +0000
  • 68f92493b7 fix 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
  • b27172dd9e fix 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
  • 18590011cc 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 Lu 2024-01-06 22:36:18 +0000
  • 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 Lu 2024-01-06 22:36:18 +0000
  • c801ca99df fix linting Arthur Lu 2023-12-15 08:14:39 +0000
  • 7b0549e052 fix linting Arthur Lu 2023-12-15 08:14:39 +0000
  • 3d746791e3 change default api port Arthur Lu 2023-12-14 00:26:49 +0000
  • 7cb2893fc8 change default api port Arthur Lu 2023-12-14 00:26:49 +0000
  • a55b9a58d7 move listenPort option to argv Arthur Lu 2023-11-16 23:26:11 +0000
  • d9d1846a82 move listenPort option to argv Arthur Lu 2023-11-16 23:26:11 +0000
  • e2cf883e64 update localdb template Arthur Lu 2023-11-15 20:04:53 +0000
  • 4a7b8c4753 update localdb template Arthur Lu 2023-11-15 20:04:53 +0000
  • c2ab19b6d6 add 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
  • f40d1aee79 add 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
  • 02764c8f6a simplify auth/password logic Arthur Lu 2023-11-14 23:50:24 +0000
  • 23cb635b75 simplify auth/password logic Arthur Lu 2023-11-14 23:50:24 +0000
  • 6e2b284118 fix bug in net create Arthur Lu 2023-11-09 20:46:50 +0000
  • 1e4413b9b1 fix bug in net create Arthur Lu 2023-11-09 20:46:50 +0000
  • 5989d86ef8 add password change route Arthur Lu 2023-11-09 18:57:52 +0000
  • 0c7b0309c7 add password change route Arthur Lu 2023-11-09 18:57:52 +0000
  • eb71f57427 fix linting Arthur Lu 2023-10-25 19:46:37 +0000
  • 3668cb0445 fix linting Arthur Lu 2023-10-25 19:46:37 +0000
  • 2f20992e7c fix issue with localdb, rename db.js to localdb.js add option to dynamically load db backend Arthur Lu 2023-10-24 19:01:53 +0000
  • cb1e3a776e fix issue with localdb, rename db.js to localdb.js add option to dynamically load db backend Arthur Lu 2023-10-24 19:01:53 +0000
  • bf8c8d1f00 change localdb interface Arthur Lu 2023-10-23 22:09:31 +0000
  • 3146ae76a6 change localdb interface Arthur Lu 2023-10-23 22:09:31 +0000
  • 2d7df40b04 improve getUsedResources, remove unused params for some pve functions Arthur Lu 2023-10-21 00:13:29 +0000
  • 384e38b760 improve getUsedResources, remove unused params for some pve functions Arthur Lu 2023-10-21 00:13:29 +0000
  • 75c80fd271 update readme and db template Arthur Lu 2023-10-13 18:01:53 +0000
  • 5dabc73313 update readme and db template Arthur Lu 2023-10-13 18:01:53 +0000
  • ad293d890a fix dashboard in readme Arthur Lu 2023-10-05 21:19:15 +0000
  • 05ab27c48f fix dashboard in readme Arthur Lu 2023-10-05 21:19:15 +0000
  • 31463cb55f update readme with dashboard rename Arthur Lu 2023-10-05 21:10:49 +0000
  • 57219020df update readme with dashboard rename Arthur Lu 2023-10-05 21:10:49 +0000
  • e3e2ec272b update readme Arthur Lu 2023-10-05 20:30:25 +0000
  • 4a63aed017 update readme Arthur Lu 2023-10-05 20:30:25 +0000
  • 43988e9815 simplify requestPVE args Arthur Lu 2023-09-12 19:16:19 +0000
  • 40f36270aa simplify requestPVE args Arthur Lu 2023-09-12 19:16:19 +0000
  • a366918256 update resource data format, add names to pci and cpu list resources Arthur Lu 2023-09-08 20:48:33 +0000
  • 8912ae5f3c update resource data format, add names to pci and cpu list resources Arthur Lu 2023-09-08 20:48:33 +0000
  • 45006171ee update localdb template Arthur Lu 2023-08-30 20:50:21 +0000
  • 93cf6d1873 update localdb template Arthur Lu 2023-08-30 20:50:21 +0000
  • abeb307de1 fix error with empty boot order, fix error with multiple item boot order Arthur Lu 2023-08-28 23:34:43 +0000
  • ec26e7f6a3 fix error with empty boot order, fix error with multiple item boot order Arthur Lu 2023-08-28 23:34:43 +0000
  • 33660b9f8c fix linting Arthur Lu 2023-08-24 22:28:25 +0000
  • 72d103edaf fix linting Arthur Lu 2023-08-24 22:28:25 +0000
  • 0e836d50c4 set boot order in instance config handler Arthur Lu 2023-08-22 06:06:10 +0000
  • 098818b205 set boot order in instance config handler Arthur Lu 2023-08-22 06:06:10 +0000
  • 212d9721f8 dynamically import routes Arthur Lu 2023-08-07 18:48:47 +0000
  • e8ed9fc3b8 dynamically import routes Arthur Lu 2023-08-07 18:48:47 +0000