aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28348 from smichel17/patch-1szaimen2021-08-101-0/+3
|\ | | | | cron: exit 1 on exception
| * cron: exit 1 on exceptionsmichel172021-08-081-0/+3
| | | | | | | | | | | | Allows the caller to more easily respond to cron failures. Signed-off-by: Stephen Michel <git@smichel.me>
* | Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke2021-08-103-266/+0
|\ \ | | | | | | Remove Flysystem storage class
| * | Regenerate autoloader fileLukas Reschke2021-07-122-2/+0
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Remove Flysystem storage classLukas Reschke2021-07-121-264/+0
| | | | | | | | | | | | | | | | | | | | | This seems unused as per https://github.com/nextcloud/server/issues/27768 and may allow us to get rid of one more dependency. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #28360 from ↵John Molakvoæ2021-08-102-2/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/revert-28351-enh/27553/user-status-plural-singular Revert "Fix Recent statuses plural/singular"
| * | | Revert "Fix Recent statuses plural/singular"kesselb2021-08-092-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-10106-128/+670
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28013 from ↵John Molakvoæ2021-08-092-11/+20
|\ \ \ | | | | | | | | | | | | nextcloud/jitter-appstore-and-updater-server-pinging
| * | | Jitter the requests to the appstore and updater server over 3 minutesJoas Schilling2021-07-162-11/+20
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #28220 from ↵John Molakvoæ2021-08-092-83/+59
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/get-by-id-multiple-mounts-single-storage
| * | | | fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-282-83/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #28351 from nextcloud/enh/27553/user-status-plural-singularszaimen2021-08-092-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix Recent statuses plural/singular
| * | | | | Fix Recent statuses plural/singularszaimen2021-08-082-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | Merge pull request #28352 from nextcloud/enh/18537/fix-concurrent-upload-limitJohn Molakvoæ2021-08-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change the concurrent upload limit to less than 10
| * | | | | Change the concurrent upload limit to less than 10szaimen2021-08-081-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-08-0914-86/+562
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-088-56/+76
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28335 from nextcloud/dependabot/npm_and_yarn/sass-1.37.5dependabot[bot]2021-08-072-8/+8
|\ \ \ \
| * | | | Bump sass from 1.37.0 to 1.37.5dependabot[bot]2021-08-072-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.37.0 to 1.37.5. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.37.0...1.37.5) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #28337 from ↵dependabot[bot]2021-08-072-8/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.2
| * | | | Bump @testing-library/vue from 5.8.1 to 5.8.2dependabot[bot]2021-08-072-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.1 to 5.8.2. - [Release notes](https://github.com/testing-library/vue-testing-library/releases) - [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.1...v5.8.2) --- updated-dependencies: - dependency-name: "@testing-library/vue" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #28336 from nextcloud/dependabot/npm_and_yarn/jsdom-16.7.0dependabot[bot]2021-08-072-10/+10
|\ \ \ \ \
| * | | | | Bump jsdom from 16.6.0 to 16.7.0dependabot[bot]2021-08-072-10/+10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.6.0 to 16.7.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/16.6.0...16.7.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #28334 from ↵dependabot[bot]2021-08-072-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.8
| * | | | | Bump vue-loader from 15.9.7 to 15.9.8dependabot[bot]2021-08-072-8/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.7 to 15.9.8. - [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.7...v15.9.8) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2021-08-072-0/+12
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28331 from ↵John Molakvoæ2021-08-061-30/+42
|\ \ \ \ | | | | | | | | | | | | | | | nextcloud/feat/workflow-auto-update-command-compile.yml
| * | | | Updating command-compile.yml workflow from templateNextcloud bot2021-08-061-30/+42
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28330 from nextcloud/clean-all-makefileJulius Härtl2021-08-061-0/+4
|\ \ \ \ | | | | | | | | | | Update Makefile to clean all apps
| * | | | Clean dashboard and weather_status jsChristopher Ng2021-08-051-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-0626-18/+80
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #28325 from PhrozenByte/enhancement/noid/AutotestPhpunitEnvVincent Petry2021-08-051-1/+4
|\ \ \ \ | | | | | | | | | | autotest.sh: Add PHPUNIT_EXE environment variable
| * | | | autotest.sh: Add PHPUNIT_EXE environment variableDaniel Rudolf2021-08-051-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* | | | | Merge pull request #28324 from nextcloud/bugfix/noid/avoid-stack-depth-exceedJohn Molakvoæ2021-08-051-5/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Always list the class of an object firstJulius Härtl2021-08-051-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Set a maximum level of encoding nested arguments of exception tracesJulius Härtl2021-08-051-3/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make sure that nested objects or arrays do not cause exceeding the maximum nesting level of functions when parsing arguments of an exception trace Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #28323 from nextcloud/design/logo-fixesJohn Molakvoæ2021-08-053-2/+130
|\ \ \ \
| * | | | Update outdated Enterprise logoJan C. Borchardt2021-08-052-1/+129
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * | | | Fix SVG logo still using strokes, convert to pathJan C. Borchardt2021-08-051-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #28306 from nextcloud/version/upgrade-22.1Julius Härtl2021-08-051-1/+1
|\ \ \ \
| * | | | Allow upgrade from 22.1Julius Härtl2021-08-041-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-0572-690/+690
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28285 from nextcloud/rakekniven-patch-1rakekniven2021-08-041-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | l10n: ignore packed js files from TX sync
| * | | | l10n: ignore packed js files from TX syncrakekniven2021-08-021-0/+2
| | | | | | | | | | | | | | | Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-0432-48/+148
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-08-0326-10/+284
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #28284 from ↵John Molakvoæ2021-08-021-6/+15
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/feat/workflow-auto-update-command-rebase.yml Updating command-rebase.yml workflow from template
| * | | | Updating command-rebase.yml workflow from templateNextcloud bot2021-08-021-6/+15
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-08-024-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>