summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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