summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/AccessTest.php
Commit message (Expand)AuthorAgeFilesLines
* really use known groupsArthur Schiwon2021-01-121-0/+44
* Cancel 1 LDAP test for php8Roeland Jago Douma2020-12-071-0/+3
* Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-061-1/+1
* user share manager to determine share ownershipArthur Schiwon2020-10-261-3/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-14/+14
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-141-17/+17
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-5/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-22/+22
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-14/+14
* Update license headersChristoph Wurst2019-12-051-1/+1
* Mode to modern phpunitRoeland Jago Douma2019-11-271-9/+9
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-291-2/+37
* DI for NC's user managerArthur Schiwon2018-04-051-4/+8
* treat iconv issuesArthur Schiwon2018-03-051-1/+4
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-021-0/+28
* don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-071-0/+7
* ensure that users are cached when they are retrievedArthur Schiwon2017-12-071-0/+116
* resolve DIArthur Schiwon2017-11-091-28/+13
* adjust testsArthur Schiwon2017-11-091-6/+3
* don't skip updating when ajax is set as background job modeArthur Schiwon2017-11-091-4/+74
* move ldap user sync to background (WIP)Arthur Schiwon2017-11-091-91/+116
* Update license headersMorris Jobke2017-11-061-1/+6
* restore ldap_password_renew_prRoger Szabo2017-03-311-1/+3
* Add testsLukas Reschke2016-11-231-0/+109
* fix and tidy up tests after merge conflictsArthur Schiwon2016-10-131-16/+8
* Update tests for phunit 5.5Victor Dubiniuk2016-10-131-5/+8
* DI IConfig into ldap helperRoeland Jago Douma2016-10-101-1/+1
* Fix the User_LDAP appJoas Schilling2016-09-121-1/+0
* Fix getMock user_ldapRoeland Jago Douma2016-09-061-8/+16
* fix a few minor code smellsJörn Friedrich Dreyer2016-08-291-0/+1
* New LDAPProvider for user_ldaproot2016-07-221-25/+26
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move tests/ to PSR-4Joas Schilling2016-05-251-0/+315