aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* fix(LDAP): check index before accessing itbackport/47914/stable28Arthur Schiwon2024-09-121-4/+3
* docs(LDAP): add info on stored DN formArthur Schiwon2024-04-101-0/+4
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-071-7/+5
* 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
| * Improve typing in OCA\User_LDAP\Access and reduce psalm errorsCôme Chilliet2022-02-081-62/+40
* | Fix ldap:update-uuidCôme Chilliet2022-02-101-1/+1
|/
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-4/+4
* Fix sanitizing regex and add a test case for uppercase in usernameCôme Chilliet2021-11-231-2/+2
* Avoid use of iconv to get rid of unicodeCôme Chilliet2021-10-281-6/+9
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-121-28/+32
* Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-121-1/+5
* ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-241-1/+24
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* do not try to search after the last pageArthur Schiwon2021-04-271-3/+17
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst2021-01-291-1/+1
|\
| * really use known groupsArthur Schiwon2021-01-121-1/+1
* | silence log messageArthur Schiwon2021-01-211-1/+1
|/
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-1/+1
|\