0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
pingvin-share/backend
WolverinDEV 3310fe53b3
feat: improve the LDAP implementation (#615)
* feat(logging): add PV_LOG_LEVEL environment variable to set backend log level

* feat(ldap): Adding a more verbose logging output to debug LDAP issues

* fix(ldap): fixed user logins with special characters within the users dn by switching to ldapts

* feat(ldap): made the member of and email attribute names configurable

* fix(ldap): properly handle email like usernames and fixing #601

* Revert "fix: disable email login if ldap is enabled"

This reverts commit d9cfe697d6.

* feat(ldap): disable the ability for a user to change his email when it's a LDAP user

* feat(ldap): relaxed username pattern by allowing the @ character in usernames
2024-09-27 16:02:49 +02:00
..
prisma feat: improve the LDAP implementation (#615) 2024-09-27 16:02:49 +02:00
src feat: improve the LDAP implementation (#615) 2024-09-27 16:02:49 +02:00
test feat: add name property to share (#462) 2024-05-03 17:12:26 +02:00
.eslintrc.json chore: add eslint 2022-10-13 23:57:37 +02:00
.prettierignore chore: formatter ignore translations 2023-08-17 15:00:57 +02:00
nest-cli.json docs(backend): add swagger documentation 2023-02-07 11:23:43 +01:00
package-lock.json feat: improve the LDAP implementation (#615) 2024-09-27 16:02:49 +02:00
package.json feat: improve the LDAP implementation (#615) 2024-09-27 16:02:49 +02:00
tsconfig.build.json feat: remove appwrite and add nextjs backend 2022-10-09 22:30:32 +02:00
tsconfig.json feat(auth): add OAuth2 login (#276) 2023-10-22 16:09:53 +02:00