summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-223-3/+3
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-173-3/+3
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-12-182-6/+6
| |
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1622-29/+18
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberidblizzz2020-12-152-54/+238
|\ \ | | | | | | LDAP: fix inGroup for memberUid type of group memberships
| * | php-cs happynessArthur Schiwon2020-11-271-47/+47
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add unit testsArthur Schiwon2020-11-271-0/+173
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | check number of members after potential resolving of rdnsArthur Schiwon2020-11-271-4/+5
| | | | | | | | | | | | | | | | | | | | | - the type check is not necessary anymore for the return type of _groupMembers() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | use faster and less hungry foreachArthur Schiwon2020-11-271-10/+8
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | moved the array_reduce to fix large search caseTobias Perschon2020-11-271-10/+17
| | | | | | | | | | | | | | | | | | also added some additional comments and renamed some vars to make it intuitive whats in them Signed-off-by: Tobias Perschon <tobias@perschon.at>
| * | flatten result array as expected by following codeArthur Schiwon2020-11-261-2/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-142-0/+12
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-12-092-2/+2
| | |
* | | Cancel 1 LDAP test for php8Roeland Jago Douma2020-12-071-0/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-062-2/+2
| | |
* | | Merge pull request #24396 from nextcloud/dont-use-system-composerMorris Jobke2020-12-024-3/+5
|\ \ \ | | | | | | | | dont use system composer for autoload checker
| * | | rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-12-012-4/+14
| | |
* | | Merge pull request #24406 from ↵Morris Jobke2020-11-306-45/+63
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enhancement/ldap-install-php-to-repair-step Migrate LDAP's install.php to a repair step
| * | | Migrate LDAP's install.php to a repair stepChristoph Wurst2020-11-276-45/+63
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | [tx-robot] updated from transifexNextcloud bot2020-11-282-2/+2
|/ / /
* / / Remove the obsolete update.php of user_ldapChristoph Wurst2020-11-271-27/+0
|/ / | | | | | | | | | | | | | | This was necessary long time ago for backwards compat with older instances that were upgraded. Since this script has been run many times with all the previous major versions, it's finally time to remove this. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [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
| |
* | [tx-robot] updated from transifexNextcloud bot2020-11-122-2/+2
| |
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #23933 from nextcloud/bugfix/noid/user-ldap-ocdbMorris Jobke2020-11-0920-58/+60
|\ \ | | | | | | Use query builder instead of OC_DB in user_ldap
| * | Test requires the DBJoas Schilling2020-11-091-0/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | fix insert valuesArthur Schiwon2020-11-061-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | only delete specified configArthur Schiwon2020-11-061-0/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Correctly place the array typeJoas Schilling2020-11-061-1/+1
| | |
| * | Use query builder to interact with member managementJoas Schilling2020-11-061-12/+16
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use query builder instead of OC_DB in user_ldapJoas Schilling2020-11-0619-46/+40
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-11-082-6/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-11-032-0/+18
| |
* | fix potentially passing null to events where IUser is expectedArthur Schiwon2020-10-301-2/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | adds unit test for updategroups background jobArthur Schiwon2020-10-302-56/+281
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Document the backend registered events of LDAPMorris Jobke2020-10-292-0/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | user share manager to determine share ownershipArthur Schiwon2020-10-2617-156/+123
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fixes determining whether former user is a share ownerArthur Schiwon2020-10-262-14/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | split instantiation from business logic in OfflineUserArthur Schiwon2020-10-261-1/+24
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add test for active shares flagArthur Schiwon2020-10-261-0/+93
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-2317-309/+127
| | | | | | | | | | | | | | | | | | - make User_Proxy and Group_Proxy easy to instantiate - simplify dependent code - move commands to info.xml - make UpdateGroups job class non-static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-192-7/+42
| | | | | | | | | | | | | | | | - helps performance, but skipping unnecessary entries - reduces reoccuring info-level log output against groups that do not qualify ("no or empty name") Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-10-122-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2020-10-102-0/+8
| |
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-0524-181/+181
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>