Commit Graph

8 Commits

Author SHA1 Message Date
Valentin Kolb f997e2607c feat(messages): added email notifications
Build and Push Docker image / build-and-push (push) Failing after 1m31s Details
users will automatically be notified via email if they get a new message
2024-06-11 23:12:17 +02:00
Valentin Kolb 692f2eb0e0 fix(ldapSync): bug fix - don't delete guests
Build and Push Docker image / build-and-push (push) Successful in 3m1s Details
This fixes the issue where the ldap sync deleted all guest users after one day
2024-05-16 16:00:01 +02:00
Valentin Kolb 4d31f8de68 feat(app): chnaged users table
Build and Push Docker image / build-and-push (push) Successful in 3m1s Details
in the past ldapUsers had their own table (ldapUsers) and guest users the (guestUsers) table. They are now stored in the same table but with a REALM field

BREAKING CHANGE: ldap users are now stored in the "users" table
2024-05-14 14:18:20 +02:00
Valentin Kolb 1c78615597 feat(ldapSync): changed ldap-groups and ldap-users id field
Build and Push Docker image / build-and-push (push) Successful in 3m30s Details
In the past the objectGUID of the groups and users where used to set the id of the record.
This led to bugs for filter queries, so from now on the the id is autogenerated from pocketbase and the objectGUID is stored in a seperate columns (with unique index)

BREAKING CHANGE: The ID's of all users and groups changed
2024-05-11 13:29:56 +02:00
Valentin Kolb 3bc4a2740c feat(ldapApi): LDAP Search Api
Build and Push Docker image / build-and-push (push) Has been cancelled Details
Implemented new api endpoint (/api/ldap/search) to search in the ldap database
2024-03-27 17:57:58 +01:00
Valentin Kolb fc43a288e9 refactor(project): path rename
Build and Push Docker image / build-and-push (push) Failing after 2m3s Details
Renamed ../StuVe-IT/.. to ../stuve-it/..
2024-03-27 16:00:59 +01:00
Valentin Kolb d51a92f6e1 feat: qr-code api, major refactor, objectGUID as user id and group id
Build and Push Docker image / build-and-push (push) Failing after 29s Details
2024-03-27 15:36:45 +01:00
Valentin Kolb b6157c67ae added plugins 2023-10-26 22:34:59 +02:00