summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-01-192-0/+2
* silence psalm false positiveArthur Schiwon2021-01-141-0/+2
* respect DB limits limit per statement and queryArthur Schiwon2021-01-142-6/+64
* Merge pull request #24716 from nextcloud/backport/24402/stable20Roeland Jago Douma2021-01-072-54/+238
|\
| * php-cs happynessArthur Schiwon2020-12-151-47/+47
| * add unit testsArthur Schiwon2020-12-151-0/+173
| * check number of members after potential resolving of rdnsArthur Schiwon2020-12-151-4/+5
| * use faster and less hungry foreachArthur Schiwon2020-12-151-10/+8
| * moved the array_reduce to fix large search caseTobias Perschon2020-12-151-10/+17
| * flatten result array as expected by following codeArthur Schiwon2020-12-151-2/+7
* | [tx-robot] updated from transifexNextcloud bot2021-01-052-0/+2
* | [tx-robot] updated from transifexNextcloud bot2020-12-182-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-12-142-0/+12
* [tx-robot] updated from transifexNextcloud bot2020-12-092-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-12-062-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-12-012-4/+14
* [tx-robot] updated from transifexNextcloud bot2020-11-282-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-11-254-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-11-202-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-11-152-2/+2
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-121-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-11-122-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-11-082-6/+6
* fix potentially passing null to events where IUser is expectedArthur Schiwon2020-11-041-2/+7
* [tx-robot] updated from transifexNextcloud bot2020-11-032-0/+18
* Document the backend registered events of LDAPMorris Jobke2020-10-292-0/+10
* fixes determining whether former user is a share ownerArthur Schiwon2020-10-262-14/+9
* split instantiation from business logic in OfflineUserArthur Schiwon2020-10-261-1/+24
* add test for active shares flagArthur Schiwon2020-10-261-0/+93
* tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
* when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-192-7/+42
* [tx-robot] updated from transifexNextcloud bot2020-10-144-4/+14
* [tx-robot] updated from transifexNextcloud bot2020-09-156-4/+20
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
* switch to typed event for LDAPs user added to group caseArthur Schiwon2020-09-101-1/+4
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-2/+2
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-044-1/+69
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-042-132/+0
* [tx-robot] updated from transifexNextcloud bot2020-08-272-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2425-11/+25
* [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-10/+14
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
* Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-eventblizzz2020-08-145-5/+117
|\
| * provide event class to LDAP loaded event to fix deprecation messageArthur Schiwon2020-08-125-5/+117
* | [tx-robot] updated from transifexNextcloud bot2020-08-142-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-08-132-20/+20
* | Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock...Morris Jobke2020-08-1214-80/+80
|\ \ | |/ |/|
| * Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1214-80/+80
* | remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5