Commit Graph

  • bf0596d385 add memberOf attribute to users, bump version to 1.0.1 main Arthur Lu 2024-07-26 01:25:46 +0000
  • 435431fd62 add memberOf attribute to users, bump version to 1.0.1 v1.0.1 Arthur Lu 2024-07-26 01:25:46 +0000
  • f11e5ccc31 fix default session cookie max age, disable cgo in build Arthur Lu 2024-07-18 20:22:12 +0000
  • bb574e4e2a fix default session cookie max age, disable cgo in build Arthur Lu 2024-07-18 20:22:12 +0000
  • 8f8f6bd1e8 add installation instructions to README Arthur Lu 2024-07-06 03:11:30 +0000
  • 7d2d4adcc7 add installation instructions to README Arthur Lu 2024-07-06 03:11:30 +0000
  • d41bca141c add version route Arthur Lu 2024-07-06 02:46:10 +0000
  • c1ff9e0ec7 add version route v1.0.0 Arthur Lu 2024-07-06 02:46:10 +0000
  • 05e0c02fe8 rename config.template,json to template.config.json Arthur Lu 2024-06-27 02:40:09 +0000
  • a8d35cfa6c rename config.template,json to template.config.json Arthur Lu 2024-06-27 02:40:09 +0000
  • eea5b8599e Merge pull request 'Rewrite API in GO' (#1) from go-rewrite into main alu 2024-06-21 23:33:29 +0000
  • 0659ac3025 Merge pull request 'Rewrite API in GO' (#1) from go-rewrite into main alu 2024-06-21 23:33:29 +0000
  • cc8d72cba7 update default listen port to 80 go-rewrite Arthur Lu 2024-06-20 03:18:42 +0000
  • 1c11acface update default listen port to 80 #1 Arthur Lu 2024-06-20 03:18:42 +0000
  • e8dec2fbef add Makefile, move systemd service file to init folder Arthur Lu 2024-06-20 03:03:11 +0000
  • 481922d384 add Makefile, move systemd service file to init folder Arthur Lu 2024-06-20 03:03:11 +0000
  • df2d5f0bf7 move config template to configs folder Arthur Lu 2024-06-20 02:33:30 +0000
  • fb06f6b358 move config template to configs folder Arthur Lu 2024-06-20 02:33:30 +0000
  • a5d01e3bed rewrite api in go/gin Arthur Lu 2024-06-18 21:23:22 +0000
  • b42ce808ab rewrite api in go/gin Arthur Lu 2024-06-18 21:23:22 +0000
  • cb4a3e4031 remove ldap setup scripts Arthur Lu 2024-03-28 21:29:37 +0000
  • 067e327eb8 remove ldap setup scripts Arthur Lu 2024-03-28 21:29:37 +0000
  • 6fff2a3f7f add starttls init script, fix some bugs with init script Arthur Lu 2024-01-26 03:31:00 +0000
  • 04e8f0cac3 add starttls init script, fix some bugs with init script Arthur Lu 2024-01-26 03:31:00 +0000
  • e5f2f19a69 add password check to init.sh Arthur Lu 2024-01-19 08:30:14 +0000
  • 677f52b135 add password check to init.sh Arthur Lu 2024-01-19 08:30:14 +0000
  • 64853b3b14 update config.template.json, update .gitignore, fix required admin membership in openldap init, add set cookie header to delete ticket endpoint Arthur Lu 2024-01-19 08:02:10 +0000
  • 981388784b update config.template.json, update .gitignore, fix required admin membership in openldap init, add set cookie header to delete ticket endpoint Arthur Lu 2024-01-19 08:02:10 +0000
  • ca6fbfc002 fix newline in paas.template.ldif Arthur Lu 2024-01-18 04:53:26 +0000
  • 2b15c04be0 fix newline in paas.template.ldif Arthur Lu 2024-01-18 04:53:26 +0000
  • 174a2c7fa4 add admin email field Arthur Lu 2024-01-18 04:50:09 +0000
  • bc0001dbb8 add admin email field Arthur Lu 2024-01-18 04:50:09 +0000
  • b7731c1fc7 change paas to any admin user in init Arthur Lu 2024-01-16 22:44:37 +0000
  • d43520ba95 change paas to any admin user in init Arthur Lu 2024-01-16 22:44:37 +0000
  • 68eebae8cf fix linting Arthur Lu 2024-01-12 01:48:34 +0000
  • 34f9ff99ee fix linting Arthur Lu 2024-01-12 01:48:34 +0000
  • 0fe0fd97a6 consolidate package and config import, fix ldap auth template, add start script and systemd service Arthur Lu 2024-01-11 00:07:35 +0000
  • c0fc119dc2 consolidate package and config import, fix ldap auth template, add start script and systemd service Arthur Lu 2024-01-11 00:07:35 +0000
  • f556de9a0c add endpoints for session creation, update package.json Arthur Lu 2024-01-09 20:05:21 +0000
  • 8edfbe1ace add endpoints for session creation, update package.json Arthur Lu 2024-01-09 20:05:21 +0000
  • 213cf4a8fd add get all user and get all groups endpoints Arthur Lu 2023-12-22 04:20:31 +0000
  • ec6eb5ec8b add get all user and get all groups endpoints Arthur Lu 2023-12-22 04:20:31 +0000
  • ad271d010e implement group member endpoints Arthur Lu 2023-12-21 01:48:46 +0000
  • 595d18b72f implement group member endpoints Arthur Lu 2023-12-21 01:48:46 +0000
  • 2e0497f1c1 add group endpoints, improve comments for other endpoints Arthur Lu 2023-12-19 08:07:10 +0000
  • b63cce671c add group endpoints, improve comments for other endpoints Arthur Lu 2023-12-19 08:07:10 +0000
  • 3d1834b5a2 remove admin userPassword read permission, implement user add mod get del endpoints Arthur Lu 2023-12-15 23:20:43 +0000
  • 77c556aa67 remove admin userPassword read permission, implement user add mod get del endpoints Arthur Lu 2023-12-15 23:20:43 +0000
  • 485017b916 add prototypes of api routes Arthur Lu 2023-12-14 00:25:08 +0000
  • ee666f6e08 add prototypes of api routes Arthur Lu 2023-12-14 00:25:08 +0000
  • 444ed847cd improve ldap wrapper return values Arthur Lu 2023-12-01 23:06:15 +0000
  • 87a42299e6 improve ldap wrapper return values Arthur Lu 2023-12-01 23:06:15 +0000
  • 164f937b0a improve ldap return values, fix addUserToGroup and delUser logic with user-group interaction Arthur Lu 2023-11-30 04:28:49 +0000
  • 3ce798aced improve ldap return values, fix addUserToGroup and delUser logic with user-group interaction Arthur Lu 2023-11-30 04:28:49 +0000
  • 91092d554c implement group methods, implement modUser Arthur Lu 2023-11-28 00:20:54 +0000
  • b4ee79589b implement group methods, implement modUser Arthur Lu 2023-11-28 00:20:54 +0000
  • 10116da900 fix openldap init script paas user token saving, add config file with BASE_DN, add async wrapper class for ldap client, implement addUser getUser delUser, add and implement addGroup delGroup methods Arthur Lu 2023-11-17 19:49:11 +0000
  • 9d6f62b4a3 fix openldap init script paas user token saving, add config file with BASE_DN, add async wrapper class for ldap client, implement addUser getUser delUser, add and implement addGroup delGroup methods Arthur Lu 2023-11-17 19:49:11 +0000
  • 0896ea4c81 create openldap setup utilities, prototype ldap api interface Arthur Lu 2023-11-16 22:41:38 +0000
  • d541062eda create openldap setup utilities, prototype ldap api interface Arthur Lu 2023-11-16 22:41:38 +0000