summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(user_ldap): Add a --clearcache option to ldap:test-user-settingsbackport/50567/stable30Côme Chilliet2025-03-051-0/+9
* fix(user_ldap): Remove redundant if checkCôme Chilliet2025-03-051-3/+1
* feat(user_ldap): Add command test-user-settings to test LDAP user settingsCôme Chilliet2025-03-051-0/+227
* feat(user_ldap): upstream common code into Proxy class and add public getters...Côme Chilliet2025-03-053-49/+59
* chore: composer run cs:fixbackport/46114/stable30Côme Chilliet2025-03-051-2/+2
* fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2025-03-051-0/+21
* fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2025-03-053-3/+1
* fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2025-03-053-24/+133
* fix(l10n): Improve english source stringsJoas Schilling2025-02-261-1/+1
* fix(user_ldap): Do not map groups we do not know if they match filterbackport/45364/stable30Côme Chilliet2025-01-282-4/+11
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30provokateurin2024-11-251-1/+1
* fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nbackport/48028/stable30Côme Chilliet2024-09-161-4/+4
* fix(LDAP): check index before accessing itbackport/47914/stable30Arthur Schiwon2024-09-121-4/+3
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-012-16/+0
* refactor(user_ldap): Replace security annotations with respective attributesprovokateurin2024-07-272-19/+20
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+2
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-282-35/+20
* feat(notifications): Migrate server INotifiers to new exceptionsJoas Schilling2024-06-251-3/+4
* fix: Only list remnants as disabled if option is enabledCôme Chilliet2024-06-061-0/+3
* Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9Andy Scherzinger2024-05-3087-1941/+242
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-3087-1941/+242
* | Merge pull request #36942 from nextcloud/unmark-login-dateJohn Molakvoæ2024-05-301-1/+6
|\ \
| * | fix: php lintJohn Molakvoæ2024-05-271-1/+1
| * | unmark deleted users if their last login date is more recent than deleted dateRobin Appelman2024-05-271-1/+6
* | | Refactor `OC\Server::getAvatarManager` in user_ldap appAndrew Summers2024-05-301-1/+1
| |/ |/|
* | feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-305-0/+73
|/
* fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
* feat: Add back searching in disabled user listCôme Chilliet2024-05-232-3/+13
* fix: add ldap_exop_passwd function to sensitive valueyemkareems2024-05-161-1/+1
* fix: Avoid useless reference usage in user_ldapCôme Chilliet2024-04-303-2/+3
* fix(user_ldap): Improve typing and fix a var nameCôme Chilliet2024-04-303-8/+14
* fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-302-43/+141
* Merge pull request #44860 from nextcloud/fix/remove-unicode-logs-user-ldapCôme Chilliet2024-04-222-23/+23
|\
| * fix(user_ldap): Remove unicode character from log linesCôme Chilliet2024-04-162-23/+23
* | Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-checkFerdinand Thiessen2024-04-182-0/+113
|\ \
| * | feat(user_ldap): Add setup check to verify connection configurationCôme Chilliet2024-04-162-0/+113
| |/
* | Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-1612-118/+75
|\ \ | |/ |/|
| * fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-093-26/+1
| * fix: Add missing psalm-assert to isResourceCôme Chilliet2024-04-091-0/+1
| * fix: Fix small psalm errors in FTP and LDAP connectionsCôme Chilliet2024-04-091-2/+1
| * fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-091-1/+5
| * fix: Remove obsolete resource typingCôme Chilliet2024-04-0912-90/+68
* | docs(LDAP): add info on stored DN formArthur Schiwon2024-04-052-0/+19
* | fix(LDAP): escape DN on check-userArthur Schiwon2024-04-051-1/+2
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-027-27/+27
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-061-7/+5
* Merge pull request #43764 from nextcloud/fix/user_ldap-ignore-unserialize-err...Côme Chilliet2024-03-061-0/+4
|\
| * fix(user_ldap): Ignore unserialize error in group membership migrationCôme Chilliet2024-03-061-0/+4
* | fix(user_ldap): Catch DB Exceptions when updating group membershipsCôme Chilliet2024-03-062-5/+88
|/
* fix(migrations): Help developers to add description and copyright infoJoas Schilling2024-03-052-4/+4