summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* fix(user_ldap): Early failure for empty password login attemptCôme Chilliet2024-03-071-7/+5
* Merge pull request #37201 from AaronDewes/fix/ldap-filter-generationCôme Chilliet2023-10-021-3/+1
* Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-08-081-2/+6
* 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
|\
| * Unify links to php.netJ0WI2020-09-171-1/+1
* | user share manager to determine share ownershipArthur Schiwon2020-10-261-7/+3
|/
* remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
* Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-061-2/+2
|\
| * tidy up Group_LDAPArthur Schiwon2020-06-081-2/+2
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-241-22/+3
* | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
|/
* fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
* Update license headers for 19Christoph Wurst2020-04-291-2/+0