summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | [tx-robot] updated from transifexNextcloud bot2021-07-1030-50/+154
|/
* [tx-robot] updated from transifexNextcloud bot2021-07-0996-78/+270
|
* [tx-robot] updated from transifexNextcloud bot2021-07-08160-300/+352
|
* [tx-robot] updated from transifexNextcloud bot2021-07-072-14/+14
|
* Bump vue-router from 3.4.3 to 3.4.9dependabot[bot]2021-07-062-3/+3
| | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.4.3 to 3.4.9. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.4.3...v3.4.9) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-07-0620-12/+104
|
* [tx-robot] updated from transifexNextcloud bot2021-07-046-46/+48
|
* [tx-robot] updated from transifexNextcloud bot2021-07-0312-24/+34
|
* [tx-robot] updated from transifexNextcloud bot2021-07-02114-112/+144
|
* [tx-robot] updated from transifexNextcloud bot2021-07-0114-36/+36
|
* Prevent running FixEncryptedVersion without master keyVincent Petry2021-06-302-1/+64
| | | | | | | Return an error when running occ encryption:fix-encrypted-version when master key encryption is not enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix FixEncryptedVersionTest testVincent Petry2021-06-302-158/+85
| | | | | | | Fixed setup to use EncryptionTrait like other existing tests. Fix expectations to not rely on side effects from previous test cases. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix warnings in FixEncryptedVersion commandVincent Petry2021-06-301-13/+26
| | | | | | Fixed code warnings Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Detect disabled signature check when reparingVincent Petry2021-06-301-1/+13
| | | | | | | | | When running occ encryption:fix-encrypted-version, detect whether the setting 'encryption_skip_signature_check' is set and abort if it is, because the repair cannot detect version mismatch errors with it enabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Downstream FixEncryptedVersionTestVincent Petry2021-06-301-0/+373
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Downstream encryption:fix-encrypted-versionVincent Petry2021-06-304-0/+247
| | | | | | For fixing "Bad signature" errors. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #27552 from nextcloud/backport/26571/stable20John Molakvoæ2021-06-304-3/+9
|\
| * Only allow removing existing shares that would not be allowed due to reshare ↵Julius Härtl2021-06-293-3/+3
| | | | | | | | | | | | restrictions Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * When changing the share owner, downgrade permissions where neededJulius Härtl2021-06-291-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Drop share if moved to a parent share that does not allow resharingJulius Härtl2021-06-291-0/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2021-06-3022-6/+124
|/
* Merge pull request #27680 from nextcloud/backport/27675/stable20John Molakvoæ2021-06-282-1/+10
|\ | | | | [stable20] Validate the theming color also on CLI
| * Validate the theming color also on CLIJoas Schilling2021-06-252-1/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-06-2828-80/+132
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-2718-20/+78
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-264-2/+4
|/
* [tx-robot] updated from transifexNextcloud bot2021-06-2516-22/+266
|
* Bump p-queue from 6.6.1 to 6.6.2dependabot[bot]2021-06-242-2/+2
| | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.6.1 to 6.6.2. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Merge pull request #27639 from ↵Julius Härtl2021-06-2462-72/+72
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable20/vue-loader-15.9.7 Bump vue-loader from 15.9.3 to 15.9.7
| * Bump vue-loader from 15.9.3 to 15.9.7dependabot[bot]2021-06-2462-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.9.3 to 15.9.7. - [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.3...v15.9.7) --- updated-dependencies: - dependency-name: vue-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | [tx-robot] updated from transifexNextcloud bot2021-06-2420-38/+144
|/
* Merge pull request #27016 from nextcloud/backport/26980-stable20blizzz2021-06-231-1/+1
|\ | | | | [stable20] Use parent wrapper to properly handle moves on the same source/target storage
| * Use parent wrapper to properly handle moves on the same source/target storageJulius Härtl2021-05-181-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Reference correct private variableLukas Reschke2021-06-231-1/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Throttle on public DAV endpointLukas Reschke2021-06-233-3/+25
| | | | | | | | | | | | We should throttle whenever an invalid request is sent to the public WebDAV endpoint. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2021-06-2324-0/+454
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-2236-538/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-214-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-206-12/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-1928-46/+70
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-1826-2/+62
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-17218-462/+476
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-164-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-1512-34/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-144-0/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-134-2/+60
| |
* | [tx-robot] updated from transifexNextcloud bot2021-06-126-4/+10
| |
* | Merge pull request #27456 from nextcloud/backport/27444/stable20Christoph Wurst2021-06-111-1/+1
|\ \ | | | | | | [stable20] Header must contain a colon
| * | Header must contain a colonacsfer2021-06-101-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-1114-26/+26
|/ /