aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet8 days1-6/+5
* Merge pull request #51096 from nextcloud/fix/noid/ldap-setopt-for-disabling-c...Arthur Schiwon8 days1-13/+14
|\
| * fix(LDAP): use ldap_set_option over putenv to disable cert checkfix/noid/ldap-setopt-for-disabling-certcheckArthur Schiwon11 days1-13/+14
* | feat: Add bases and gidNumber attribute to ldap:test-user-settings outputenh/add-info-to-ldap-test-user-settingsCôme Chilliet10 days1-2/+14
* | fix: remove caching in fetchListOfGroupsDaniel Kesselberg2025-02-271-16/+0
|/
* fix(l10n): Improve english source stringsJoas Schilling2025-02-261-1/+1
* fix(user_ldap): Check that all user and group bases are in the global oneCôme Chilliet2025-02-251-9/+35
* fix(user_ldap): Add missing use in ajax endpoint and fix L10N injectionCôme Chilliet2025-02-251-1/+2
* feat(user_ldap): Improve error detail when saving an incorrect configurationCôme Chilliet2025-02-252-31/+64
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-1312-25/+44
* feat(user_ldap): Add a --clearcache option to ldap:test-user-settingsenh/ldap-add-test-settings-commandCôme Chilliet2025-01-301-0/+9
* fix(user_ldap): Remove redundant if checkCôme Chilliet2025-01-301-3/+1
* feat(user_ldap): Add command test-user-settings to test LDAP user settingsCôme Chilliet2025-01-301-0/+227
* feat(user_ldap): upstream common code into Proxy class and add public getters...Côme Chilliet2025-01-303-47/+59
* fix(user_ldap): Do not map groups we do not know if they match filterfix/ldap-avoid-false-positive-mappingCôme Chilliet2025-01-272-4/+11
* fix(LDAP): also log why the connection to main server failedfix/noid/ldap-no-connection-reasonArthur Schiwon2025-01-241-2/+4
* Merge pull request #50162 from nextcloud/fix/improve-ldap-avatar-handlingArthur Schiwon2025-01-165-136/+43
|\
| * fix(user_ldap): Remove now unused class FilesystemHelperCôme Chilliet2025-01-134-39/+1
| * fix(user_ldap): Strong type User class and fix most type issuesCôme Chilliet2025-01-132-35/+27
| * fix(user_ldap): Always update avatar from LDAP when we have the dataCôme Chilliet2025-01-131-16/+1
| * chore(user_ldap): Improve typing in user_ldap User classCôme Chilliet2025-01-131-43/+16
| * chore(user_ldap): Rename avatar setting method to a more suited nameCôme Chilliet2025-01-131-7/+2
* | feat(updatenotification): Add a limit to user count from LDAP so save perform...Côme Chilliet2025-01-142-13/+15
|/
* fix(user_ldap): retrieve from LDAP first "email shaped" value instead of firs...Thatoo2024-11-201-1/+8
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-053-4/+8
* fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-211-2/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2136-351/+166
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-9/+5
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-2/+2
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-1517-44/+56
* chore: Use more gender neutral languageprovokateurin2024-10-146-7/+7
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-081-1/+1
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-232-3/+3
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-3/+3
* | chore(legacy): Introduce public version ct plass and drop version methods fro...clean/version-ocpJulius Knorr2024-09-201-1/+4
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1923-84/+84
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-2/+3
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-174-0/+14
* fix(psalm): Fix @throws annotationsfix/psalm/throws-annotationsprovokateurin2024-09-171-1/+1
* Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-161-2/+1
|\
| * refactor: Use the elvis operatorChristoph Wurst2024-09-151-2/+1
* | Merge pull request #48028 from nextcloud/fix/fix-ldap-setupcheck-crashAndy Scherzinger2024-09-161-4/+4
|\ \
| * | fix(user_ldap): Use %n in plural translation to avoid a crash in L10Nfix/fix-ldap-setupcheck-crashCôme Chilliet2024-09-151-4/+4
| |/
* / refactor: Replace __CLASS__ with ::class referencesrefactor/self-class-referenceChristoph Wurst2024-09-152-9/+9
|/
* Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-133-138/+61
|\
| * feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-103-138/+61
* | fix(LDAP): check index before accessing itArthur Schiwon2024-09-121-4/+3
|/
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-3/+2
* chore: composer run cs:fixCôme Chilliet2024-08-271-2/+2
* fix(user_ldap): Lowercase value for all attributes in configurationCôme Chilliet2024-08-271-0/+21