aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Mapping
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-303-61/+12
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+2
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-7/+2
* Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-211-0/+39
|\
| * [LDAP] throw exception only against prov apiArthur Schiwon2022-10-181-1/+20
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-0/+20
* | 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-043-6/+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
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* formattingArthur Schiwon2020-04-231-12/+26
* read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-173-8/+58
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-10/+8
* Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-083-12/+12
* 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-053-3/+4
* 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-213-3/+7
* Escape special characters (#25429)Aaron Wood2016-07-201-2/+4
* Update license headersLukas Reschke2016-05-263-3/+3
* Move User_LDAP to PSR-4Joas Schilling2016-05-253-0/+324