summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* formattingArthur Schiwon2020-04-231-50/+83
* read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-171-4/+22
* consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-171-39/+0
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-161-14/+14
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-181/+145
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-163/+157
* Use elseif instead of else ifChristoph Wurst2020-04-101-5/+5
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Fix multiline commentsChristoph Wurst2020-04-081-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-30/+30
* fixes auto-detecting UUID attributesArthur Schiwon2020-03-191-4/+0
* remove noise from detectUuid and cache resultsArthur Schiwon2020-02-191-17/+25
* cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-081-2/+19
* Update license headersChristoph Wurst2019-12-051-3/+7
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Merge pull request #14540 from army1349/masterMorris Jobke2019-07-191-1/+3
|\
| * LDAP Password Modify Extended Operation supportPeter Kubica2019-03-191-1/+3
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-021-0/+28
|\ \
| * | misc phpdoc fixesMax Kovalenko2019-05-271-0/+28
| |/
* | ensures mapping of chosen useridArthur Schiwon2019-06-191-1/+1
* | group display name support (service level + ldap)Arthur Schiwon2019-05-271-0/+7
|/
* iterate over bases instead of doing parallel searchArthur Schiwon2019-01-281-5/+28
* cache users as existing after mappingArthur Schiwon2018-11-271-14/+30
* Add return typeDaniel Kesselberg2018-11-251-1/+1
* Fix count on stringDaniel Kesselberg2018-11-241-2/+15
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-301-2/+1
* fixes wrong variable usageArthur Schiwon2018-10-261-3/+3
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-13/+9
* FIX: emit assignedUserId only for usersArthur Schiwon2018-08-091-5/+5
* check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-6/+19
* move log constants to ILoggerArthur Schiwon2018-04-261-25/+30
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-231-1/+0
* DI for NC's user managerArthur Schiwon2018-04-051-5/+15
* more consistent namingArthur Schiwon2018-04-051-2/+2
* LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-051-0/+2
* existence check works without attribute (like with users)Arthur Schiwon2018-03-151-1/+2
* Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\
| * dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| * Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
* | treat iconv issuesArthur Schiwon2018-03-051-4/+9