aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(ldap): Fix user_ldap attribute casing to fix testsCôme Chilliet2024-08-271-3/+3
* fix(user_ldap): Correctly cache that user exists to avoid a request on mappin...Côme Chilliet2024-08-273-4/+1
* fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-273-24/+133
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2523-72/+72
* Use cache in LDAP backend's checkPasswordAkhil2024-08-161-11/+9
* 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