aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+4
* chore: Use more gender neutral languageprovokateurin2024-10-141-1/+1
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-6/+6
* Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listen...Côme Chilliet2024-09-131-9/+10
|\
| * feat(user_ldap): Introduce user id assigned typed events for LDAP usageCarl Schwan2024-09-101-9/+10
* | fix(LDAP): check index before accessing itArthur Schiwon2024-09-121-4/+3
|/
* chore: composer run cs:fixCôme Chilliet2024-08-271-2/+2
* 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-271-0/+1
* fix(user_ldap): Avoid extra LDAP request when mapping a user for the first timeCôme Chilliet2024-08-271-21/+95
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-10/+10
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-23/+9
* chore: Add SPDX headerAndy Scherzinger2024-05-301-43/+4
* Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-typeCôme Chilliet2024-04-161-18/+2
|\
| * fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-16/+0
| * fix: Remove obsolete resource typingCôme Chilliet2024-04-091-2/+2
* | docs(LDAP): add info on stored DN formArthur Schiwon2024-04-051-0/+4
|/
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-16/+16
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-061-7/+5
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-021-3/+1
|\
| * Simplify escapeFilterPartAaron Dewes2023-08-131-3/+1
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
|/
* Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-06-291-2/+6
* Merge pull request #38457 from nextcloud/fix/improve-ldap-offset-search-perfArthur Schiwon2023-06-221-2/+9
|\
| * Fix paged search when offset is not a multiple of default page sizeCôme Chilliet2023-06-201-2/+8
| * Use default page size for jumping to desired offsetCôme Chilliet2023-05-251-2/+3
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-021-4/+4
|/
* Clear up return typesCôme Chilliet2023-04-271-2/+3
* perform exact Ldap search as well to make sure it works for attributes withou...Julien Veyssier2023-04-131-0/+5
* Log a warning when a user or group is mapped with a suffixCôme Chilliet2023-04-041-0/+9
* Remove redundant cast to string in user_ldapCôme Chilliet2023-01-021-2/+2
* Cache the fetched list of groupsCôme Chilliet2022-11-171-7/+14
* Merge pull request #30223 from nextcloud/nested_ldap_groupsCôme Chilliet2022-10-201-0/+6
|\
| * Cache intermediatesArthur Schiwon2022-10-201-0/+6
* | Pass paging information directly to search and get rid of adapterCôme Chilliet2022-10-201-11/+8
* | Renamed ambiguous $limit parameter to pageSizeCôme Chilliet2022-10-201-9/+9
* | Unfold call to ldap_parse_result. Handle cookie outside of adapter.Côme Chilliet2022-10-201-14/+13
* | Do not init a paged search for read operationsCôme Chilliet2022-10-201-19/+2
* | Remove dead code in paged result handlingCôme Chilliet2022-10-201-8/+5
|/
* Fix typos in apps/ subdirectoryluz paz2022-09-051-4/+4
* Set $limit as int as well in Access::count private methodCôme Chilliet2022-03-081-8/+8
* Fix unit testsCôme Chilliet2022-03-031-5/+3
* Improve typing in user_ldap to detect problems earlyCôme Chilliet2022-03-031-88/+38
* Fix executeRead when connection is reset because of a timeoutCôme Chilliet2022-03-031-36/+24
* Make it explicit that a DN can be used for ldap:check-userCôme Chilliet2022-02-171-2/+2
* Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typingVincent Petry2022-02-101-63/+41
|\
| * Remove mixed type not available in PHP 7.4Côme Chilliet2022-02-081-3/+3