summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-1315-29/+37
* Merge pull request #21639 from nextcloud/techdebt/noid/move-away-from-databas...Morris Jobke2020-07-065-148/+104
|\
| * Update class loadersJoas Schilling2020-07-062-0/+2
| * Move user_ldap to migrationsJoas Schilling2020-07-063-148/+102
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-064-235/+198
|\ \ | |/ |/|
| * tidy up Group_LDAPArthur Schiwon2020-06-084-235/+198
* | Also always return in app commandsJoas Schilling2020-06-268-12/+23
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
* | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \
| * | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
* | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ /
* | be more clear about the conditionblizzz2020-06-161-1/+1
* | getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
* | [tx-robot] updated from transifexNextcloud bot2020-06-152-2/+2
* | [tx-robot] updated from transifexNextcloud bot2020-06-112-2/+2
* | Merge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cacheRoeland Jago Douma2020-06-091-0/+1
|\ \
| * | clear LDAP cache after user deletionArthur Schiwon2020-06-081-0/+1
| |/
* / [tx-robot] updated from transifexNextcloud bot2020-06-092-4/+4
|/
* [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