summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-07-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-07-162-2/+2
|
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-142-72/+57
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-1315-29/+37
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #21639 from ↵Morris Jobke2020-07-065-148/+104
|\ | | | | | | | | nextcloud/techdebt/noid/move-away-from-database-xml Move away from database xml
| * Update class loadersJoas Schilling2020-07-062-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Move user_ldap to migrationsJoas Schilling2020-07-063-148/+102
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-064-235/+198
|\ \ | |/ |/| tidy up Group_LDAP
| * tidy up Group_LDAPArthur Schiwon2020-06-084-235/+198
| | | | | | | | | | | | | | | | | | | | * remove unused method * resolve code duplication * remove usage of deprectad Util::writeLog * phpDoc updates * signature updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Also always return in app commandsJoas Schilling2020-06-268-12/+23
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-245-25/+45
| | | | | | | | | | | | also brought type hints up to internal API level Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #21565 from nextcloud/fix/noid/fix-commentRoeland Jago Douma2020-06-241-2/+1
|\ \ | | | | | | comment was wrong, block is needed nevertheless
| * | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | be more clear about the conditionblizzz2020-06-161-1/+1
| | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
* | getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [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 deletion
| * | clear LDAP cache after user deletionArthur Schiwon2020-06-081-0/+1
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [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
| | | | | | pagination is taken care of properly in the search logic in Access class Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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.2
| * fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [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.com
| * compress some images with tinypng.comRuben Barkow-Kuder2020-05-222-0/+0
| | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [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
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-05-012-4/+4
|
* Update license headers for 19Christoph Wurst2020-04-2950-14/+54
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [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 -1
| * Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
| | | | | | | | Signed-off-by: Clement Wong <git@clement.hk>
* | [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
|\ | | | | LDAP Group Backend optimizations
| * formattingArthur Schiwon2020-04-238-144/+254
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>