summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* I love unit tests that mock unnecessary stuffJoas Schilling2019-12-041-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Prevent creating users with existing filesJoas Schilling2019-12-041-7/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #17949 from nextcloud/debt/deprecated-constJoas Schilling2019-12-041-1/+2
|\ | | | | Connection::TRANSACTION_READ_COMMITTED is deprecated
| * Connection::TRANSACTION_READ_COMMITTED is deprecatedDaniel Kesselberg2019-11-141-1/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #18209 from nextcloud/bugfix/noid/directediting-token-getuserRoeland Jago Douma2019-12-041-0/+6
|\ \ | | | | | | Add missing getUser method to direct editing IToken interface
| * | Add missing getUser method to direct editing IToken interfaceJulius Härtl2019-12-031-0/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #18212 from nextcloud/bugfix/noid/subject-message-mixed-upRoeland Jago Douma2019-12-041-10/+14
|\ \ \ | | | | | | | | Fix mixed up message and subject on notifications for file transfer
| * | | Fix mixed up message and subject on notifications for file transferJoas Schilling2019-12-031-10/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #18215 from nextcloud/fix/setup/password_confirmationRoeland Jago Douma2019-12-041-0/+4
|\ \ \ \ | | | | | | | | | | Set last-password-confirmation for setup
| * | | | Set last-password-confirmation for setupRoeland Jago Douma2019-12-031-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Else you have to enter your password directly after setup if you do anything admin worthy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2019-12-0460-314/+456
|/ / /
* | | Merge pull request #17930 from nextcloud/rakekniven-patch-1John Molakvoæ2019-12-031-5/+5
|\ \ \ | |/ / |/| | l10n: Triple dot to ellipsis
| * | Add space before ellipsisJohn Molakvoæ2019-12-031-5/+5
| | |
| * | l10n: Triple dot to ellipsisrakekniven2019-11-131-5/+5
| | | | | | | | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | | Merge pull request #18120 from ↵John Molakvoæ2019-12-0310-15/+128
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/11087/dav_principal_backend_respect_sharing_settings respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
| * | | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2019-12-0310-15/+128
| | | | | | | | | | | | | | | | | | | | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #18140 from nextcloud/bugfix/17814/csp-svgRoeland Jago Douma2019-12-031-0/+3
|\ \ \ \ | | | | | | | | | | Allow inline styles for theming images
| * | | | Allow inline styles for theming imagesJulius Härtl2019-11-271-0/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #15952 from nextcloud/feature/noid/inherited-sharesRoeland Jago Douma2019-12-0321-178/+814
|\ \ \ \ \ | |_|/ / / |/| | | | Inherited Shares
| * | | | fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-032-9/+13
| | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | Inherited share UIJohn Molakvoæ (skjnldsv)2019-12-0314-120/+399
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | integration testsMaxence Lange2019-12-032-8/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> add tests on non-owner pov Signed-off-by: Maxence Lange <maxence@artificial-owl.com> duplicate Signed-off-by: Maxence Lange <maxence@artificial-owl.com> small fixes Signed-off-by: Maxence Lange <maxence@artificial-owl.com> removed tags Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | Inherited SharesMaxence Lange2019-12-035-49/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> working on users with resharing rights Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -getLogger() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix type Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Update SharingRightsException.php
* | | | | Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_passRoeland Jago Douma2019-12-034-0/+42
|\ \ \ \ \ | | | | | | | | | | | | Throw an invalid token exception is token is marked outdated
| * | | | | Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-024-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids hitting the backend with multiple requests for the same token. And will help avoid quick LDAP lockouts. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18028 from nextcloud/enhancement/user-create-eventsRoeland Jago Douma2019-12-0312-137/+308
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add typed create user events
| * | | | | | Add typed create user eventsChristoph Wurst2019-12-0312-137/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | add update all button (#17512)John Molakvoæ2019-12-0311-15/+54
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | add update all button
| * | | | | | Add update all buttonGreta Doci2019-11-2611-15/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #18151 from nextcloud/bugfix/noid/overwrite-host-proxyRoeland Jago Douma2019-12-031-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Always return overwritehost if configured
| * | | | | | | Always return overwritehost if configuredJulius Härtl2019-11-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2019-12-03116-448/+910
| | | | | | | |
* | | | | | | | Merge pull request #18167 from nextcloud/simplify-versioncheckRoeland Jago Douma2019-12-021-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use PHP_VERSION_ID to check for the current php version
| * | | | | | | | Use PHP_VERSION_ID to check for the current php versionDaniel Kesselberg2019-12-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | | Merge pull request #17736 from nextcloud/enh/transfer_ownershipRoeland Jago Douma2019-12-0233-36/+1417
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add a transfer ownership background job
| * | | | | | | | | Also allow transfer ownership of filesChristoph Wurst2019-12-026-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | | | | | Add a transfer ownership background jobRoeland Jago Douma2019-12-0232-35/+1407
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Fix files_sharing app LoadSidebar event (#17821)John Molakvoæ2019-12-0223-135/+295
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Fix files_sharing app LoadSidebar event
| * | | | | | | | Fix testsJohn Molakvoæ (skjnldsv)2019-12-028-21/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | | | | Create sharing entry point with constantsJohn Molakvoæ (skjnldsv)2019-12-0210-19/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
| * | | | | | | | Fix files_sharing app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-12-027-96/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | | | | Merge pull request #18159 from nextcloud/tests/comments-integrationRoeland Jago Douma2019-12-021-2/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Do not call count on null
| * | | | | | | | Do not call count on nullJulius Härtl2019-11-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #18178 from Rillian-Grant/patch-1Roeland Jago Douma2019-12-021-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Minor typo
| * | | | | | | | | Minor typoRillian Grant2019-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Colon outside of italics in the bug report issue template when in every similar instance of this in this file it is inside. Signed-off-by: Rillian Grant <rillian.grant@hotmail.com>
* | | | | | | | | | Bump url-loader from 2.3.0 to 3.0.0 (#18171)John Molakvoæ2019-12-024-10/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump url-loader from 2.3.0 to 3.0.0
| * | | | | | | | | | Bump url-loader from 2.3.0 to 3.0.0dependabot-preview[bot]2019-12-024-10/+10
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/webpack-contrib/url-loader/releases) - [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/url-loader/compare/v2.3.0...v3.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | | | | Bump file-loader from 4.3.0 to 5.0.2 (#18172)John Molakvoæ2019-12-022-7/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump file-loader from 4.3.0 to 5.0.2
| * | | | | | | | | | Bump file-loader from 4.3.0 to 5.0.2dependabot-preview[bot]2019-12-012-7/+7
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 4.3.0 to 5.0.2. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v4.3.0...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | | | Bump style-loader from 1.0.0 to 1.0.1 (#18173)John Molakvoæ2019-12-022-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bump style-loader from 1.0.0 to 1.0.1