summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-05-302-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-05-284-4/+78
* simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
* Merge pull request #21108 from nextcloud/fix/20745/eor-old-php-apiRoeland Jago Douma2020-05-261-0/+6
|\
| * fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
* | [tx-robot] updated from transifexNextcloud bot2020-05-262-0/+4
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-238-12/+20
* Merge pull request #21001 from rubo77/pngsRoeland Jago Douma2020-05-222-0/+0
|\
| * compress some images with tinypng.comRuben Barkow-Kuder2020-05-222-0/+0
* | [tx-robot] updated from transifexNextcloud bot2020-05-224-0/+58
* | [tx-robot] updated from transifexNextcloud bot2020-05-212-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2020-05-192-0/+16
* [tx-robot] updated from transifexNextcloud bot2020-05-182-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-05-162-0/+4
* [tx-robot] updated from transifexNextcloud bot2020-05-152-0/+6
* [tx-robot] updated from transifexNextcloud bot2020-05-132-0/+2
* [tx-robot] updated from transifexNextcloud bot2020-05-122-0/+4
* [tx-robot] updated from transifexNextcloud bot2020-05-092-0/+8
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* [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
* | | Merge pull request #20114 from nextcloud/techdebt/noid/allow-some-apps-to-hav...Roeland Jago Douma2020-04-211-7/+7
|\ \ \ | |/ / |/| |
| * | Fix legacy routesJoas Schilling2020-04-181-7/+7
| |/
* | [tx-robot] updated from transifexNextcloud bot2020-04-212-4/+4
* | [tx-robot] updated from transifexNextcloud bot2020-04-202-2/+2
|/
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-167-32/+34
* [tx-robot] updated from transifexNextcloud bot2020-04-162-8/+8
* use serverControls directly with LDAP calls, fixes 19127Arthur Schiwon2020-04-1414-225/+682
* [tx-robot] updated from transifexNextcloud bot2020-04-132-6/+6
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-105-17/+17
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-8/+8
* Add visibility to all properties and move static keywordChristoph Wurst2020-04-103-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1088-1031/+986
* Use elseif instead of else ifChristoph Wurst2020-04-1015-44/+44
* [tx-robot] updated from transifexNextcloud bot2020-04-102-8/+8
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0915-27/+27
|\