aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that a empty directory can still be deleted when copied from ↵Julius Härtl2021-08-131-0/+1
| | | | | | another storage Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-08-131-0/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #28062 from nextcloud/fix/27809/smb-acl-users-without-domainRichard Steinmetz2021-08-131-1/+1
|\ | | | | Gracefully handle smb acls for users without a domain
| * Gracefully handle smb acls for users without a domainRichard Steinmetz2021-08-131-1/+1
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* [tx-robot] updated from transifexNextcloud bot2021-08-1314-14/+236
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28402 from nextcloud/alias-locale-to-moment-supported-localeszaimen2021-08-123-4/+24
|\ | | | | Alias locales to moment supported locales
| * Alias locales to moment supported localesThomas Citharel2021-08-123-4/+24
|/ | | | | | | | | Moment doesn't have aliases for every locale and doesn't parse some locale IDs correctly so we need to alias them Close #27982 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-126-12/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28318 from ↵Vincent Petry2021-08-117-5/+72
|\ | | | | | | | | nextcloud/bugfix/noid/flow-oracle-allow-null-on-name Make "name" column nullable for workflows
| * Make "name" column nullable in workflow operationsVincent Petry2021-08-107-5/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | The "name" column is now unused and the code is always inserting an empty string. While this works with most databases, Oracle complains because an empty string is equivalent to null. To fix this, the column definition is changed to allow null values now. Also added some logging in case of database exceptions, because without this nothing would be logged to detect the above problem. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-1182-214/+930
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>