summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Mapping/AbstractMapping.php
Commit message (Expand)AuthorAgeFilesLines
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-7/+2
* Fix user_ldap testsCarl Schwan2022-10-201-5/+5
* Adapt max length limit in AbstactMapping to match databaseCôme Chilliet2022-03-301-2/+2
* Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re...Côme Chilliet2022-03-171-4/+1
|\
| * Improve typing in user_ldap to detect problems earlyCôme Chilliet2022-03-031-4/+1
* | Fix similar potential problems with fetchOne loopsCôme Chilliet2022-03-081-3/+3
|/
* Fix ldap:update-uuidCôme Chilliet2022-02-101-2/+2
* add occ command to update UUIDs (incomplete)Arthur Schiwon2022-02-101-24/+33
* Merge pull request #29523 from nextcloud/fix/support-ldap-long-dnsJohn Molakvoæ2021-12-091-13/+35
|\
| * Make sure that hash function returns a stringCôme Chilliet2021-11-231-1/+6
| * Put back length check to have a clear errorCôme Chilliet2021-11-231-0/+11
| * Change column names to ldap_dn and ldap_dn_hash and add migrationCôme Chilliet2021-11-231-17/+17
| * Support LDAP dns longer than 255 charactersCôme Chilliet2021-11-231-25/+31
* | Make sure mapping cache is cleared when deleting a userCôme Chilliet2021-11-221-0/+5
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* silence psalm false positiveArthur Schiwon2021-01-131-0/+2
* respect DB limits limit per statement and queryArthur Schiwon2021-01-111-6/+45
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-25/+43
* Revert "(LDAP) respect DB limits of arguments in an IN statement"Roeland Jago Douma2021-01-081-17/+5
* respect DB limits of arguments in a IN listArthur Schiwon2021-01-071-5/+17
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* be more clear about the conditionblizzz2020-06-161-1/+1
* getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
* formattingArthur Schiwon2020-04-231-12/+26
* read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-171-4/+52
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+8
* Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-1/+2
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* Properly escape column name in "createFunction" callMorris Jobke2018-10-161-1/+1
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-051-0/+26
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-0/+15
* Add repair stepsArthur Schiwon2017-02-171-0/+19
* Gracefully deny users or groups with too long DNsArthur Schiwon2017-01-251-0/+11
* Fix apps/Joas Schilling2016-07-211-1/+3
* Escape special characters (#25429)Aaron Wood2016-07-201-2/+4
* Update license headersLukas Reschke2016-05-261-1/+1
* Move User_LDAP to PSR-4Joas Schilling2016-05-251-0/+246