Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-27 | 2 | -2/+2 |
| | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 25 | -11/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-22 | 2 | -2/+2 |
| | |||||
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 2 | -10/+14 |
| | | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+1 |
| | | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #22221 from nextcloud/fix/19097/ldap-depracted-event | blizzz | 2020-08-14 | 5 | -5/+117 |
|\ | | | | | provide event class and typed event to LDAP loaded event; also fixing a logged deprecation message | ||||
| * | provide event class to LDAP loaded event to fix deprecation message | Arthur Schiwon | 2020-08-12 | 5 | -5/+117 |
| | | | | | | | | | | | | * and also dispatch the typed event as current approach to it Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-14 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-13 | 2 | -20/+20 |
| | | |||||
* | | Merge pull request #22199 from ↵ | Morris Jobke | 2020-08-12 | 14 | -80/+80 |
|\ \ | |/ |/| | | | | | nextcloud/techdebt/noid/PHPUnit_Framework_MockObject_MockObject Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to … | ||||
| * | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 14 | -80/+80 |
| | | | | | | | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | remove logging message carrying no valuable information | Arthur Schiwon | 2020-08-12 | 1 | -8/+5 |
| | | | | | | | | | | | | | | | | the exception caught is not an error, but due to valid configuration and code flow is expecting this. For an admin it is confusing, and it carries no information worth for debugging. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | do not flip available state to unavailable, allow empty results | Arthur Schiwon | 2020-08-11 | 3 | -13/+41 |
| | | | | | | | | | | | | | | | | | | - the detection relies that the first, requested result is not empty - it might be empty though – groups without members - protect switching from available to unavailable - switching the other way around was also not envisaged either Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | LDAP: shortcut in reading nested group members when IN_CHAIN is available | Arthur Schiwon | 2020-08-11 | 3 | -0/+38 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #22176 from ↵ | Morris Jobke | 2020-08-11 | 2 | -2/+2 |
|\ | | | | | | | | | nextcloud/debt/noid/table-render-too-many-arguments Remove unexpected argument | ||||
| * | Remove unexpected argument | Daniel Kesselberg | 2020-08-10 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | use break not continue in switch to avoid warning | Arthur Schiwon | 2020-08-10 | 1 | -5/+5 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #16737 from tofuSCHNITZEL/feature-zimbraldap | blizzz | 2020-08-07 | 3 | -85/+131 |
|\ | | | | | new Group-Member association attribute (zimbraMailForwardingAddress) | ||||
| * | added "zimbraMailForwardingAddress" as a Group-Member association attribute ↵ | Tobias Perschon | 2020-08-07 | 3 | -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 Jobke | 2020-08-07 | 1 | -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 object | Morris Jobke | 2020-07-30 | 1 | -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 transifex | Nextcloud bot | 2020-08-06 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #22043 from nextcloud/fix/21892/reset-internal-cookie-state | Morris Jobke | 2020-07-31 | 1 | -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 op | Arthur Schiwon | 2020-07-29 | 1 | -1/+11 |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-31 | 2 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-28 | 4 | -4/+4 |
| | |||||
* | Use the proper IAppContainer and IServerContainer type hints to know which ↵ | Morris Jobke | 2020-07-21 | 1 | -11/+11 |
| | | | | | | code runs with which container Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Adjust apps' code to use the ContainerInterface | Christoph Wurst | 2020-07-21 | 1 | -32/+38 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #21866 from nextcloud/techdebt/ldap-psr-container | Morris Jobke | 2020-07-20 | 1 | -12/+15 |
|\ | | | | | Migrate LDAP to the PSR container | ||||
| * | Migrate LDAP to the PSR container | Christoph Wurst | 2020-07-16 | 1 | -12/+15 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Use DOMContentLoaded and fix sharebymail loading issue | John Molakvoæ (skjnldsv) | 2020-07-20 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-17 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-16 | 2 | -2/+2 |
| | |||||
* | Use IBootstrap for the app user_ldap | Morris Jobke | 2020-07-14 | 2 | -72/+57 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Do not use custom DI object names for user_ldap | Morris Jobke | 2020-07-13 | 15 | -29/+37 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #21639 from ↵ | Morris Jobke | 2020-07-06 | 5 | -148/+104 |
|\ | | | | | | | | | nextcloud/techdebt/noid/move-away-from-database-xml Move away from database xml | ||||
| * | Update class loaders | Joas Schilling | 2020-07-06 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Move user_ldap to migrations | Joas Schilling | 2020-07-06 | 3 | -148/+102 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldap | Morris Jobke | 2020-07-06 | 4 | -235/+198 |
|\ \ | |/ |/| | tidy up Group_LDAP | ||||
| * | tidy up Group_LDAP | Arthur Schiwon | 2020-06-08 | 4 | -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 commands | Joas Schilling | 2020-06-26 | 8 | -12/+23 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix strings being passed where arrays where expected | Arthur Schiwon | 2020-06-24 | 5 | -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-comment | Roeland Jago Douma | 2020-06-24 | 1 | -2/+1 |
|\ \ | | | | | | | comment was wrong, block is needed nevertheless | ||||
| * | | comment was wrong, block is needed nevertheless | Arthur Schiwon | 2020-06-24 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | fix obsolete usage of OCdialogs | Arthur Schiwon | 2020-06-24 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | be more clear about the condition | blizzz | 2020-06-16 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com> | ||||
* | | getXbyY can still return false, e.g. when using ldap write support | Arthur Schiwon | 2020-06-15 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-15 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-11 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #21318 from nextcloud/fix/noid/user-delete-clear-ldap-cache | Roeland Jago Douma | 2020-06-09 | 1 | -0/+1 |
|\ \ | | | | | | | clear LDAP cache after user deletion |