summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-113-0/+38
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #22176 from ↵Morris Jobke2020-08-112-2/+2
|\ | | | | | | | | nextcloud/debt/noid/table-render-too-many-arguments Remove unexpected argument
| * Remove unexpected argumentDaniel Kesselberg2020-08-102-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | use break not continue in switch to avoid warningArthur Schiwon2020-08-101-5/+5
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #16737 from tofuSCHNITZEL/feature-zimbraldapblizzz2020-08-073-85/+131
|\ | | | | new Group-Member association attribute (zimbraMailForwardingAddress)
| * added "zimbraMailForwardingAddress" as a Group-Member association attribute ↵Tobias Perschon2020-08-073-85/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to enable the use of Zimbra Distribution Lists as groups in nextcloud when connecting to a zimbra LDAP Signed-off-by: Tobias Perschon <tobias@perschon.at> fix cs:check Signed-off-by: Tobias Perschon <tobias@perschon.at> Update apps/user_ldap/lib/Group_LDAP.php Co-authored-by: blizzz <blizzz@arthur-schiwon.de> Signed-off-by: Tobias Perschon <tobias@perschon.at>
* | Merge pull request #21738 from ↵Morris Jobke2020-08-071-1/+10
|\ \ | |/ |/| | | | | nextcloud/techdebt/14552/migrate-OC_Group-post_removeFromGroup Migrate OC_Group post_removeFromGroup hook to actual event object
| * Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-1/+10
| | | | | | | | | | | | | | | | Ref #14552 This adds a BeforeUserRemovedEvent to the LDAP backend because it was missing. It's not really before, but we don't have the before state. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-062-2/+2
| |
* | Merge pull request #22043 from nextcloud/fix/21892/reset-internal-cookie-stateMorris Jobke2020-07-311-1/+11
|\ \ | | | | | | reset the cookie internally in new API when abandoning paged results op
| * | reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-291-1/+11
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+12
|/
* [tx-robot] updated from transifexNextcloud bot2020-07-284-4/+4
|
* Use the proper IAppContainer and IServerContainer type hints to know which ↵Morris Jobke2020-07-211-11/+11
| | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-32/+38
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #21866 from nextcloud/techdebt/ldap-psr-containerMorris Jobke2020-07-201-12/+15
|\ | | | | Migrate LDAP to the PSR container
| * Migrate LDAP to the PSR containerChristoph Wurst2020-07-161-12/+15
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-202-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [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
|/