summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-09-212-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-09-156-4/+20
* makes LDAP's group updater dispatch type eventsArthur Schiwon2020-09-101-2/+14
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-074-1/+69
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-062-132/+0
* [tx-robot] updated from transifexNextcloud bot2020-08-272-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-08-222-2/+2
* simplified backport of #22221, fixing a deprecation log messageArthur Schiwon2020-08-191-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-08-142-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-08-132-20/+20
* Merge pull request #22203 from nextcloud/backport/21559/stable19blizzz2020-08-124-2/+77
|\
| * adapt tests for nc19Arthur Schiwon2020-08-121-0/+9
| * do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-123-13/+41
| * LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-113-0/+38
* | remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
|/
* Remove unexpected argumentDaniel Kesselberg2020-08-112-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-08-062-2/+2
* reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-311-1/+11
* [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+12
* [tx-robot] updated from transifexNextcloud bot2020-07-284-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-07-172-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-07-162-2/+2
* fix strings being passed where arrays where expectedArthur Schiwon2020-06-255-25/+45
* Merge pull request #21568 from nextcloud/backport/21564/stable19blizzz2020-06-241-1/+1
|\
| * fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
* | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
|/
* be more clear about the conditionblizzz2020-06-191-1/+1
* getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-191-2/+1
* [tx-robot] updated from transifexNextcloud bot2020-06-152-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-06-112-2/+2
* clear LDAP cache after user deletionArthur Schiwon2020-06-091-0/+1
* [tx-robot] updated from transifexNextcloud bot2020-06-092-4/+4
* [tx-robot] updated from transifexNextcloud bot2020-06-0512-16/+204
* simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
* fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
* [tx-robot] updated from transifexNextcloud bot2020-05-012-4/+4
* Update license headers for 19Christoph Wurst2020-04-2950-14/+54
* [tx-robot] updated from transifexNextcloud bot2020-04-292-0/+56
* Merge pull request #20676 from clementhk/ldap-groupblizzz2020-04-281-3/+3
|\
| * Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
* | [tx-robot] updated from transifexNextcloud bot2020-04-282-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-252-0/+2
* Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz2020-04-2410-206/+428
|\
| * formattingArthur Schiwon2020-04-238-144/+254
| * do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| * read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-175-36/+128
| * don't circulate with only one backendArthur Schiwon2020-04-173-4/+29
| * consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-172-44/+25
* | Merge pull request #20536 from nextcloud/fix/noid/ldap-73api-read-wo-pagedres...Morris Jobke2020-04-221-1/+0
|\ \
| * | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0