summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-08-204-2/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #27637 from nextcloud/version-expire-searchJulius Härtl2021-08-192-18/+159
|\ | | | | Use search to get versions list from cache for expiry
| * use search to find versions to expireRobin Appelman2021-08-181-18/+43
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * test for version expireRobin Appelman2021-08-181-0/+116
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-08-192-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-08-186-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28461 from nextcloud/email-ux-improvementsJulius Härtl2021-08-173-5/+5
|\
| * Compile assetsnextcloud-command2021-08-172-4/+4
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * Autofocus only additional email inputsChristopher Ng2021-08-171-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-178-4/+256
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #28211 from nextcloud/fix/27496/improve-auto-expiration-hintszaimen2021-08-162-2/+2
|\ | | | | Improve auto expiration hint for trashbin and file versions
| * Improve auto expiration hintszaimen2021-08-082-2/+2
| | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-08-162-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #28425 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.1dependabot[bot]2021-08-1556-116/+116
|\ \
| * | Bump core-js from 3.16.0 to 3.16.1dependabot[bot]2021-08-1556-116/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.0 to 3.16.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.16.0...v3.16.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #28420 from nextcloud/fix/composer-2-missing-filesJohn Molakvoæ2021-08-15100-0/+9575
|\ \ \ | |/ / |/| | Add missing files for Composer v2
| * | Add missing files for Composer v2Christoph Wurst2021-08-13100-0/+9575
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-152-0/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #28424 from nextcloud/dependabot/npm_and_yarn/dompurify-2.3.1dependabot[bot]2021-08-154-7/+7
|\ \ \
| * | | Compile assetsnextcloud-command2021-08-154-7/+7
| |/ / | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #24185 from nextcloud/bugfix/noid/external-s3-delete-folderJohn Molakvoæ2021-08-141-0/+1
|\ \ \
| * | | 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>
* / / [tx-robot] updated from transifexNextcloud bot2021-08-1410-84/+498
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2021-08-124-4/+6
| | | | | | | | 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-1180-160/+874
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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-1098-86/+332
|/ / | | | | | | 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 #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-0912-86/+130
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-086-28/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-072-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-0622-10/+72
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [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-0430-46/+146
| | | | | | | | | | | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-024-0/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-08-02120-118/+1402
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Bump core-js from 3.15.2 to 3.16.0dependabot[bot]2021-07-3174-416/+416
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.0) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>