summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Access.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | typo + phpdocArthur Schiwon2018-03-051-1/+2
* | do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-021-3/+19
* | Simplify return statementMorris Jobke2018-02-131-6/+3
|/
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-3/+3
* Use type casting instead of *val() methodMorris Jobke2018-01-261-15/+15
* do not catch ServerNotAvailableArthur Schiwon2018-01-261-0/+3
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-161-2/+2
* revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
* enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
* don't show recurring msg when pages result was turned offArthur Schiwon2017-12-211-2/+5
* Fixes hex2bin() in LDAPMorris Jobke2017-12-131-5/+7
* don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-071-7/+10
* ensure that users are cached when they are retrievedArthur Schiwon2017-12-071-6/+11
* resolve DIArthur Schiwon2017-11-091-7/+7
* move LDAP user attributes "sync" to background (except for ajax jobs)Arthur Schiwon2017-11-091-23/+49
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-4/+15
* move ldap user sync to background (WIP)Arthur Schiwon2017-11-091-15/+19
* Update license headersMorris Jobke2017-11-061-1/+4