summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * Remove trailing whitespaces from commentsChristoph Wurst2020-04-093-5/+5
| * Remove trailing and in between spacesChristoph Wurst2020-04-0913-22/+22
* | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-091-1/+1
|\ \ | |/ |/|
| * Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0919-99/+99
|/
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0916-15/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-0916-108/+108
* Fix multiline commentsChristoph Wurst2020-04-086-38/+38
* [tx-robot] updated from transifexNextcloud bot2020-04-082-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-04-052-0/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3141-3/+42
* [tx-robot] updated from transifexNextcloud bot2020-03-302-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-03-292-4/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-4/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2641-377/+377
* | Merge pull request #20123 from lippl/bugfix/ldap-user_count-warningblizzz2020-03-261-28/+26
|\ \
| * | single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
* | | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-326/+326
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2020-03-242-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-222-0/+2