aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-07-0320-24/+800
|
* Merge pull request #21644 from nextcloud/bugfix/noid/typo-in-variable-nameMorris Jobke2020-07-031-1/+1
|\ | | | | Fix typo in variable name and make check more accurate
| * Fix typo in variable name and make check more accurateJoas Schilling2020-07-011-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #21591 from nextcloud/debt/noid/set-path-for-ocm-permissionsRoeland Jago Douma2020-07-021-1/+1
|\ \ | | | | | | Pass $path to ocmPermissions2ncPermissions
| * | Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg2020-06-251-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #21648 from nextcloud/bug/21647/tar-headerRoeland Jago Douma2020-07-021-0/+0
|\ \ \ | | | | | | | | Add missing TarHeader.php
| * | | Add missing TarHeader.phpDaniel Kesselberg2020-07-021-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-026-1/+150
|\ \ \ \ | | | | | | | | | | prevent the root storage from accidentally scanning user folders
| * | | | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-116-1/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while this scan *should* never be triggered, it's good to have some failsafe to ensure that the users home contents don't end up getting scanned in the root storage Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #21547 from nextcloud/enhancement/workflowengine-bootstrapRoeland Jago Douma2020-07-025-70/+86
|\ \ \ \ \ | | | | | | | | | | | | Migrate WFE to the new bootstrap mechanism
| * | | | | Move the event listener into a dedicated classChristoph Wurst2020-06-244-40/+66
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | | Migrate WFE to new bootstrap mechanismChristoph Wurst2020-06-242-41/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #21580 from therealklanni/masterRoeland Jago Douma2020-07-021-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add audio formats to htaccess
| * | | | | | Add audio formats to htaccessKevin Lanni2020-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
* | | | | | | Merge pull request #21590 from nextcloud/debt/noid/unused-methodRoeland Jago Douma2020-07-021-6/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove unused method.
| * | | | | | | Remove unused method.Daniel Kesselberg2020-06-251-6/+0
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Merge pull request #21657 from nextcloud/fix/no_undefined_in_templateRoeland Jago Douma2020-07-021-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Check if debugMode is defined before using it
| * | | | | | | Check if debugMode is defined before using itRoeland Jago Douma2020-07-021-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the sabre error page (where the var is not defined) will throw warnings all the time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-0227-156/+159
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Replace TYPE with TYPES
| * | | | | | | Replace TYPE with TYPESDaniel Kesselberg2020-06-3027-156/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #21653 from ↵Roeland Jago Douma2020-07-022-0/+34
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-ipv6-remote-addresses-from-x-forwarded-for-header Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating
| * | | | | | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-022-0/+34
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #21597 from nextcloud/techdebt/noid/return-value-for-commandsJoas Schilling2020-07-01123-170/+271
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add return value to all commands
| * | | | | | Fix unit testsJoas Schilling2020-06-262-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add missing returnJoas Schilling2020-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Also always return in app commandsJoas Schilling2020-06-2642-57/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add return value to all commandsJoas Schilling2020-06-2679-103/+159
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #19646 from ↵Joas Schilling2020-07-011-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | firlevapz/bugfix/19400/oauth2-login-opens-new-browser-window Change OAuth2 redirect link to relative link
| * | | | | | Change OAuth2 redirect link to relative linkFabian Helm2020-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix issue with third-party apps like rocket.chat where browser in external window is opened and thus oauth2 login does not work Signed-off-by: Fabian Helm <firlevapz@gmail.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-07-014-0/+58
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #21604 from ↵Roeland Jago Douma2020-06-302-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.3 Bump vue-loader from 15.9.2 to 15.9.3
| * | | | | | Bump vue-loader from 15.9.2 to 15.9.3dependabot-preview[bot]2020-06-272-4/+4
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.2 to 15.9.3. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/compare/v15.9.2...v15.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #21588 from nextcloud/bug/21214/method-signatureRoeland Jago Douma2020-06-301-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update presign method to match with interface again.
| * | | | | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-callRoeland Jago Douma2020-06-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set retry = false for forbidden exception.
| * | | | | | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21603 from nextcloud/dependabot/npm_and_yarn/mochapack-2.0.2Roeland Jago Douma2020-06-302-35/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump mochapack from 2.0.0 to 2.0.2
| * | | | | | Bump mochapack from 2.0.0 to 2.0.2dependabot-preview[bot]2020-06-272-35/+28
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mochapack](https://github.com/sysgears/mochapack) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/sysgears/mochapack/releases) - [Commits](https://github.com/sysgears/mochapack/compare/v2.0.0...v2.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #21592 from nextcloud/debt/noid/drop-parallel-lintRoeland Jago Douma2020-06-302-254/+597
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused jakub-onderka/php-parallel-lint
| * | | | | | Remove unused jakub-onderka/php-parallel-lintDaniel Kesselberg2020-06-262-254/+597
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21596 from nextcloud/debt/noid/share-return-mismatchRoeland Jago Douma2020-06-301-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace Share with IShare and add missing return
| * | | | | | Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21632 from nextcloud/techdebt/app-php-deprecation-logRoeland Jago Douma2020-06-301-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log usages of the deprecated app.php file
| * | | | | | Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #21630 from nextcloud/fix/21627/close-xRoeland Jago Douma2020-06-306-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make closing dialogs callback with false
| * | | | | | | Make closing dialogs callback with falseGary Kim2020-06-306-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | | | | | Merge pull request #21606 from ↵Roeland Jago Douma2020-06-302-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/exports-loader-1.1.0 Bump exports-loader from 1.0.1 to 1.1.0
| * | | | | | | Bump exports-loader from 1.0.1 to 1.1.0dependabot-preview[bot]2020-06-272-4/+4
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/webpack-contrib/exports-loader/releases) - [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/exports-loader/compare/v1.0.1...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | Merge pull request #21605 from ↵Roeland Jago Douma2020-06-3010-14/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/dompurify-2.0.12 Bump dompurify from 2.0.11 to 2.0.12