]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoSwitch to the "new" jcrop 29241/head
Christoph Wurst [Thu, 14 Oct 2021 13:47:07 +0000 (15:47 +0200)]
Switch to the "new" jcrop

The old one didn't work with recent versions of node. The patched one
does. This also replaces the github dep with a real npm registry one.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoMerge pull request #29157 from nextcloud/enh/opendocument
Julius Härtl [Thu, 14 Oct 2021 10:58:34 +0000 (12:58 +0200)]
Merge pull request #29157 from nextcloud/enh/opendocument

3 years agoMerge pull request #28250 from pjft/patch-3
Louis [Thu, 14 Oct 2021 08:59:45 +0000 (10:59 +0200)]
Merge pull request #28250 from pjft/patch-3

Fix bug introduced on drag and drop external files

3 years agoMerge pull request #27194 from nextcloud/new-ftp
John Molakvoæ [Thu, 14 Oct 2021 08:29:24 +0000 (10:29 +0200)]
Merge pull request #27194 from nextcloud/new-ftp

3 years agoMerge pull request #29135 from nextcloud/feat/appstore-filtering
Joas Schilling [Thu, 14 Oct 2021 07:50:37 +0000 (09:50 +0200)]
Merge pull request #29135 from nextcloud/feat/appstore-filtering

Allow to filter apps from the appstore

3 years agoMerge pull request #29195 from nextcloud/fix/calendar-invitations-default-language
Daniel [Thu, 14 Oct 2021 07:24:59 +0000 (09:24 +0200)]
Merge pull request #29195 from nextcloud/fix/calendar-invitations-default-language

Fix default language detection for calendar emails

3 years agoMerge pull request #29228 from nextcloud/automated/noid/psalm-baseline-update
Daniel [Thu, 14 Oct 2021 07:19:20 +0000 (09:19 +0200)]
Merge pull request #29228 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoMerge pull request #28970 from nextcloud/enhancement/calendar-appointments
Christoph Wurst [Thu, 14 Oct 2021 06:57:53 +0000 (08:57 +0200)]
Merge pull request #28970 from nextcloud/enhancement/calendar-appointments

Add an API for calendar providers

3 years agoAdd Public Calendar Provider 28970/head
Anna Larch [Mon, 27 Sep 2021 12:58:16 +0000 (14:58 +0200)]
Add Public Calendar Provider

Signed-off-by: Anna Larch <anna@nextcloud.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoUpdate psalm baseline 29228/head
nextcloud-command [Thu, 14 Oct 2021 04:11:22 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Oct 2021 02:22:29 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29214 from nextcloud/bugfix/noid/dont-setup-the-filesystem-to...
Joas Schilling [Wed, 13 Oct 2021 20:25:01 +0000 (22:25 +0200)]
Merge pull request #29214 from nextcloud/bugfix/noid/dont-setup-the-filesystem-to-check-for-an-icon-we-dont-use

Don't setup the filesystem to check for a favicon we don't use anyway

3 years agoMerge pull request #29200 from nextcloud/enhancement/auth-token-provider-create-passw...
Daniel [Wed, 13 Oct 2021 20:14:43 +0000 (22:14 +0200)]
Merge pull request #29200 from nextcloud/enhancement/auth-token-provider-create-passwort-type-hint

Type the autentication provider passwords as nullable strings

3 years agoFix default language detection for calendar notifications 29195/head
Christoph Wurst [Wed, 13 Oct 2021 09:02:26 +0000 (11:02 +0200)]
Fix default language detection for calendar notifications

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoFix variable 29135/head
John Molakvoæ [Wed, 13 Oct 2021 16:14:48 +0000 (18:14 +0200)]
Fix variable

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
3 years agoFix integrity checker tests 29157/head
Julius Härtl [Wed, 13 Oct 2021 13:14:07 +0000 (15:14 +0200)]
Fix integrity checker tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28637 from JensTimmerman/master
Daniel [Wed, 13 Oct 2021 15:59:44 +0000 (17:59 +0200)]
Merge pull request #28637 from JensTimmerman/master

Update config.sample.php

3 years agoMerge pull request #29136 from nextcloud/bug/noid/documentation-background-scan-files
Daniel [Wed, 13 Oct 2021 15:54:51 +0000 (17:54 +0200)]
Merge pull request #29136 from nextcloud/bug/noid/documentation-background-scan-files

Add documentation for files_no_background_scan

3 years agoType the autentication provider passwords as nullable strings 29200/head
Christoph Wurst [Wed, 13 Oct 2021 08:54:44 +0000 (10:54 +0200)]
Type the autentication provider passwords as nullable strings

For historic reasons we couldn't add a nullable type hint before
nullable type hints were supported by our target php versions. This is
now possible.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-generation
Julius Härtl [Wed, 13 Oct 2021 14:11:22 +0000 (16:11 +0200)]
Merge pull request #29187 from nextcloud/fix/noid/passwordless-app-password-generation

3 years agoDon't setup the filesystem to check for a favicon we don't use anyway 29214/head
Joas Schilling [Wed, 13 Oct 2021 13:45:42 +0000 (15:45 +0200)]
Don't setup the filesystem to check for a favicon we don't use anyway

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #29211 from nextcloud/fix/shadowed-config-var
Christoph Wurst [Wed, 13 Oct 2021 13:07:51 +0000 (15:07 +0200)]
Merge pull request #29211 from nextcloud/fix/shadowed-config-var

Remove shadowed $config variable

3 years agoRemove shadowed $config variable 29211/head
Christoph Wurst [Wed, 13 Oct 2021 11:03:40 +0000 (13:03 +0200)]
Remove shadowed $config variable

The variable is overwritten a few lines later.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoallow null password in UserLoggedInEvent 29187/head
Julien Veyssier [Wed, 13 Oct 2021 10:37:34 +0000 (12:37 +0200)]
allow null password in UserLoggedInEvent

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years agofix login_credentials->password in session when loging in with apache
Julien Veyssier [Tue, 12 Oct 2021 16:23:27 +0000 (18:23 +0200)]
fix login_credentials->password in session when loging in with apache

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
3 years agoMerge pull request #26688 from nextcloud/enh/better-share-exceptiondebug
John Molakvoæ [Wed, 13 Oct 2021 09:40:59 +0000 (11:40 +0200)]
Merge pull request #26688 from nextcloud/enh/better-share-exceptiondebug

3 years agoMerge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-details
Joas Schilling [Wed, 13 Oct 2021 09:37:22 +0000 (11:37 +0200)]
Merge pull request #29004 from nextcloud/bugfix/noid/fix-translated-app-details

Fix translated app details

3 years agoAllow to whitelist apps from the apsptore
John Molakvoæ [Fri, 8 Oct 2021 09:35:27 +0000 (11:35 +0200)]
Allow to whitelist apps from the apsptore

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years agoFix default langauge detection for calendar invite emails
Christoph Wurst [Wed, 13 Oct 2021 08:34:31 +0000 (10:34 +0200)]
Fix default langauge detection for calendar invite emails

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #29015 from nextcloud/enhancement/l10n-factory-find-generic-language
Christoph Wurst [Wed, 13 Oct 2021 08:58:07 +0000 (10:58 +0200)]
Merge pull request #29015 from nextcloud/enhancement/l10n-factory-find-generic-language

Add L10n factory method for generic language heuristics

3 years agoMerge pull request #29020 from nextcloud/bugfix/noid/keep-group-restrictions-when...
Joas Schilling [Wed, 13 Oct 2021 08:37:49 +0000 (10:37 +0200)]
Merge pull request #29020 from nextcloud/bugfix/noid/keep-group-restrictions-when-reenabling-apps

Keep group restrictions when reenabling apps after an update

3 years agoMerge pull request #29140 from nextcloud/feature/noid/prepare-for-group-mentions
Joas Schilling [Wed, 13 Oct 2021 08:15:39 +0000 (10:15 +0200)]
Merge pull request #29140 from nextcloud/feature/noid/prepare-for-group-mentions

Prepare for group mentions in talk (and comments?)

3 years agoAdd L10n factory method for generic language heuristics 29015/head
Christoph Wurst [Fri, 1 Oct 2021 07:56:01 +0000 (09:56 +0200)]
Add L10n factory method for generic language heuristics

The existing `findLanguage` method tries its best to find the best
language for the current users. For some tasks we don't want this but
rather determine the most generic language for *another* user, e.g. when
the current user trigger an email notifiaction to someone else. In this
case the current user's language is a bad guess in many multi-language
environments.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoKeep group restrictions when reenabling apps after an update 29020/head
Joas Schilling [Fri, 1 Oct 2021 14:40:25 +0000 (16:40 +0200)]
Keep group restrictions when reenabling apps after an update

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Oct 2021 02:22:39 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29101 from nextcloud/enh/noid/fileaction-in-single-filename
Pytal [Tue, 12 Oct 2021 21:58:56 +0000 (14:58 -0700)]
Merge pull request #29101 from nextcloud/enh/noid/fileaction-in-single-filename

3 years agoAdd OpenDocument flat mimetypes and x-office/drawing alias
Julius Härtl [Mon, 11 Oct 2021 07:03:01 +0000 (09:03 +0200)]
Add OpenDocument flat mimetypes and x-office/drawing alias

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoAdd integration tests for group 29140/head
Joas Schilling [Tue, 12 Oct 2021 12:05:38 +0000 (14:05 +0200)]
Add integration tests for group

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #29028 from nextcloud/add-supported-label-to-all-apps
Björn Schießle [Tue, 12 Oct 2021 08:52:58 +0000 (10:52 +0200)]
Merge pull request #29028 from nextcloud/add-supported-label-to-all-apps

add 'supported'-label to all supported apps

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 12 Oct 2021 02:22:34 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29165 from nextcloud/bug/noid/s3-delete-folder-versions
Vincent Petry [Mon, 11 Oct 2021 14:32:54 +0000 (16:32 +0200)]
Merge pull request #29165 from nextcloud/bug/noid/s3-delete-folder-versions

Delete S3 versions in rmdir

3 years agoMerge pull request #29151 from nextcloud/dependabot/npm_and_yarn/marked-3.0.7
Louis [Mon, 11 Oct 2021 13:20:00 +0000 (15:20 +0200)]
Merge pull request #29151 from nextcloud/dependabot/npm_and_yarn/marked-3.0.7

Bump marked from 3.0.4 to 3.0.7

3 years agoMerge pull request #29105 from nextcloud/revert/28817
Louis [Mon, 11 Oct 2021 13:16:39 +0000 (15:16 +0200)]
Merge pull request #29105 from nextcloud/revert/28817

Revert "Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1"

3 years agoDelete S3 versions in rmdir 29165/head
Vincent Petry [Mon, 11 Oct 2021 11:45:02 +0000 (13:45 +0200)]
Delete S3 versions in rmdir

When deleting a complete folder in a bucket that has versioning enabled,
also make sure to delete all associated versions and delete markers

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoSet tooltip container correctly 29105/head
Christopher Ng [Thu, 7 Oct 2021 15:56:39 +0000 (15:56 +0000)]
Set tooltip container correctly

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoRevert "Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap...
Christopher Ng [Thu, 7 Oct 2021 03:22:21 +0000 (03:22 +0000)]
Revert "Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1"

This reverts commit 6b2711f4c317713c638af2b70caec40bfda3694b, reversing
changes made to d0a1d99c89f83b4b71a6d8e89d7674f77e4654ed.

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoMerge pull request #29122 from nextcloud/bugfix/noid/apache-auth-apptoken
Christoph Wurst [Mon, 11 Oct 2021 08:54:33 +0000 (10:54 +0200)]
Merge pull request #29122 from nextcloud/bugfix/noid/apache-auth-apptoken

Tokens without password should not trigger changed password invalidation

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 11 Oct 2021 02:22:37 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoBump marked from 3.0.4 to 3.0.7 29151/head
dependabot[bot] [Sun, 10 Oct 2021 17:26:26 +0000 (17:26 +0000)]
Bump marked from 3.0.4 to 3.0.7

Bumps [marked](https://github.com/markedjs/marked) from 3.0.4 to 3.0.7.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js)
- [Commits](https://github.com/markedjs/marked/compare/v3.0.4...v3.0.7)

---
updated-dependencies:
- dependency-name: marked
  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>
3 years agoMerge pull request #29152 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.2
dependabot[bot] [Sun, 10 Oct 2021 17:23:58 +0000 (17:23 +0000)]
Merge pull request #29152 from nextcloud/dependabot/npm_and_yarn/core-js-3.18.2

3 years agoBump core-js from 3.18.1 to 3.18.2 29152/head
dependabot[bot] [Sun, 10 Oct 2021 16:36:28 +0000 (16:36 +0000)]
Bump core-js from 3.18.1 to 3.18.2

Bumps [core-js](https://github.com/zloirock/core-js) from 3.18.1 to 3.18.2.
- [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.18.1...v3.18.2)

---
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>
3 years agoMerge pull request #29150 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.9.0
dependabot[bot] [Sun, 10 Oct 2021 13:55:34 +0000 (13:55 +0000)]
Merge pull request #29150 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.9.0

3 years agoBump webpack-cli from 4.8.0 to 4.9.0 29150/head
dependabot[bot] [Sun, 10 Oct 2021 13:16:15 +0000 (13:16 +0000)]
Bump webpack-cli from 4.8.0 to 4.9.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.8.0...webpack-cli@4.9.0)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #29146 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.0
dependabot[bot] [Sun, 10 Oct 2021 13:11:31 +0000 (13:11 +0000)]
Merge pull request #29146 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.0

3 years agoBump jquery-ui from 1.12.1 to 1.13.0 29146/head
dependabot[bot] [Sun, 10 Oct 2021 12:26:11 +0000 (12:26 +0000)]
Bump jquery-ui from 1.12.1 to 1.13.0

Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoMerge pull request #29145 from nextcloud/dependabot/npm_and_yarn/nextcloud/files...
dependabot[bot] [Sun, 10 Oct 2021 04:08:56 +0000 (04:08 +0000)]
Merge pull request #29145 from nextcloud/dependabot/npm_and_yarn/nextcloud/files-2.1.0

3 years agoBump @nextcloud/files from 2.0.0 to 2.1.0 29145/head
dependabot[bot] [Sat, 9 Oct 2021 01:02:15 +0000 (01:02 +0000)]
Bump @nextcloud/files from 2.0.0 to 2.1.0

Bumps @nextcloud/files from 2.0.0 to 2.1.0.

---
updated-dependencies:
- dependency-name: "@nextcloud/files"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoMerge pull request #29149 from nextcloud/dependabot/npm_and_yarn/jsdom-18.0.0
MichaIng [Sun, 10 Oct 2021 02:48:49 +0000 (04:48 +0200)]
Merge pull request #29149 from nextcloud/dependabot/npm_and_yarn/jsdom-18.0.0

Bump jsdom from 17.0.0 to 18.0.0

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 10 Oct 2021 02:21:17 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 9 Oct 2021 02:39:22 +0000 (02:39 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoBump jsdom from 17.0.0 to 18.0.0 29149/head
dependabot[bot] [Sat, 9 Oct 2021 02:10:17 +0000 (02:10 +0000)]
Bump jsdom from 17.0.0 to 18.0.0

Bumps [jsdom](https://github.com/jsdom/jsdom) from 17.0.0 to 18.0.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/17.0.0...18.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoPrepare for group mentions
Joas Schilling [Fri, 8 Oct 2021 11:23:18 +0000 (13:23 +0200)]
Prepare for group mentions

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #29118 from nextcloud/incomplete-index
Vincent Petry [Fri, 8 Oct 2021 10:07:16 +0000 (12:07 +0200)]
Merge pull request #29118 from nextcloud/incomplete-index

add better index for finding unindexed paths

3 years agoAdd documentation for files_no_background_scan 29136/head
Daniel Kesselberg [Fri, 8 Oct 2021 09:41:19 +0000 (11:41 +0200)]
Add documentation for files_no_background_scan

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoadding action.filename to FileActions 29101/head
Maxence Lange [Fri, 8 Oct 2021 09:27:33 +0000 (08:27 -0100)]
adding action.filename to FileActions

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
3 years agoMerge pull request #28907 from nextcloud/bug/noid/close-stream-local
Daniel [Fri, 8 Oct 2021 08:02:01 +0000 (10:02 +0200)]
Merge pull request #28907 from nextcloud/bug/noid/close-stream-local

explicitly close source stream on local / encryption storage

3 years agoMerge pull request #29128 from nextcloud/automated/noid/psalm-baseline-update
Daniel [Fri, 8 Oct 2021 07:54:15 +0000 (09:54 +0200)]
Merge pull request #29128 from nextcloud/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml

3 years agoMerge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPath
Vincent Petry [Fri, 8 Oct 2021 06:01:55 +0000 (08:01 +0200)]
Merge pull request #27408 from PhrozenByte/enhancement/FilesVersionsCleanUpPath

Add occ versions:cleanup --path option

3 years agoUpdate psalm baseline 29128/head
nextcloud-command [Fri, 8 Oct 2021 04:11:14 +0000 (04:11 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 8 Oct 2021 02:23:18 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29123 from nextcloud/bug/29119/decode-object-to-array
Daniel [Thu, 7 Oct 2021 19:31:55 +0000 (21:31 +0200)]
Merge pull request #29123 from nextcloud/bug/29119/decode-object-to-array

Set associative = true for cleanup job

3 years agoSet associative = true for cleanup job 29123/head
Daniel Kesselberg [Thu, 7 Oct 2021 18:19:24 +0000 (20:19 +0200)]
Set associative = true for cleanup job

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoTokens without password should not trigger changed password invalidation 29122/head
Julius Härtl [Thu, 7 Oct 2021 17:30:05 +0000 (19:30 +0200)]
Tokens without password should not trigger changed password invalidation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoImprove occ versions:cleanup --path option 27408/head
Daniel Rudolf [Thu, 7 Oct 2021 17:18:03 +0000 (19:18 +0200)]
Improve occ versions:cleanup --path option

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
3 years agoftp ci improvements 27194/head
Robin Appelman [Thu, 7 Oct 2021 16:47:13 +0000 (18:47 +0200)]
ftp ci improvements

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoupdate copyright header
Robin Appelman [Thu, 7 Oct 2021 15:36:17 +0000 (17:36 +0200)]
update copyright header

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agomake param names consistent with interface for copy directory polyfill
Robin Appelman [Mon, 31 May 2021 13:36:22 +0000 (15:36 +0200)]
make param names consistent with interface for copy directory polyfill

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agofixup tests for ftp limitations
Robin Appelman [Mon, 31 May 2021 13:34:06 +0000 (15:34 +0200)]
fixup tests for ftp limitations

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoteardown
Robin Appelman [Mon, 31 May 2021 13:24:29 +0000 (15:24 +0200)]
teardown

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoftp logs
Robin Appelman [Mon, 31 May 2021 13:15:47 +0000 (15:15 +0200)]
ftp logs

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoadd new ftp backend
Robin Appelman [Thu, 27 May 2021 20:18:59 +0000 (22:18 +0200)]
add new ftp backend

this uses the raw `ftp_` functions instead of the stream wrapper

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agorun ftp external storage tests against multiple ftp servers
Robin Appelman [Thu, 27 May 2021 17:39:19 +0000 (19:39 +0200)]
run ftp external storage tests against multiple ftp servers

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #28608 from nextcloud/path-prefix-filter
Vincent Petry [Thu, 7 Oct 2021 15:16:39 +0000 (17:16 +0200)]
Merge pull request #28608 from nextcloud/path-prefix-filter

generate a better optimized query for path prefix search filters

3 years agoadd better index for finding unindexed paths 29118/head
Robin Appelman [Thu, 7 Oct 2021 14:11:49 +0000 (16:11 +0200)]
add better index for finding unindexed paths

for the following query 'SELECT "path" FROM "oc_filecache" WHERE ("storage" = $storage) AND ("size" < 0) ORDER BY "fileid" DESC LIMIT 1;'

currently the database will in some cases decide to priorize the sort by fileid over the filter when picking what index to use, resulting in a much slower query.

by creating an index that allows first sorting by fileid and also filter by storage and size this case will be greatly sped up

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #29108 from nextcloud/Valdnet-patch-1
Joas Schilling [Thu, 7 Oct 2021 12:07:57 +0000 (14:07 +0200)]
Merge pull request #29108 from nextcloud/Valdnet-patch-1

l10n: Spelling unification

3 years agoMerge pull request #29110 from nextcloud/debt/noid/reset-composer-for-psalm-baseline...
Vincent Petry [Thu, 7 Oct 2021 09:07:26 +0000 (11:07 +0200)]
Merge pull request #29110 from nextcloud/debt/noid/reset-composer-for-psalm-baseline-update

Reset composer for psalm baseline update

3 years agol10n: Spelling unification 29108/head
Valdnet [Thu, 7 Oct 2021 06:13:16 +0000 (08:13 +0200)]
l10n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoReset composer for automated psalm baseline update 29110/head
Daniel Kesselberg [Thu, 7 Oct 2021 07:25:14 +0000 (09:25 +0200)]
Reset composer for automated psalm baseline update

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 7 Oct 2021 02:25:26 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #25774 from nextcloud/add-ripple-color-variables
Pytal [Thu, 7 Oct 2021 00:33:08 +0000 (17:33 -0700)]
Merge pull request #25774 from nextcloud/add-ripple-color-variables

3 years agoadd 'supported'-label to all supported apps, also if they are not downloaded yet 29028/head
Bjoern Schiessle [Wed, 8 Sep 2021 21:43:17 +0000 (23:43 +0200)]
add 'supported'-label to all supported apps, also if they are not downloaded yet

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
3 years agoMerge pull request #29064 from nextcloud/feature/add_cache_to_local_integration_tests...
Louis [Wed, 6 Oct 2021 19:04:47 +0000 (21:04 +0200)]
Merge pull request #29064 from nextcloud/feature/add_cache_to_local_integration_tests_container

Add caching for local run of integration and acceptance tests

3 years agoMerge pull request #29084 from nextcloud/bugfix/noid/typos-in-readme
Daniel [Wed, 6 Oct 2021 18:35:36 +0000 (20:35 +0200)]
Merge pull request #29084 from nextcloud/bugfix/noid/typos-in-readme

Fix some typos and code blocks in readme

3 years agoMerge pull request #29091 from nextcloud/bugfix/noid/improve-icon-and-section-title
Carl Schwan [Wed, 6 Oct 2021 18:02:05 +0000 (20:02 +0200)]
Merge pull request #29091 from nextcloud/bugfix/noid/improve-icon-and-section-title

Improve icon and section title of "Admin privileges"

3 years agoImprove icon and section title of "Admin privileges" 29091/head
Joas Schilling [Wed, 6 Oct 2021 09:53:00 +0000 (11:53 +0200)]
Improve icon and section title of "Admin privileges"

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoMerge pull request #29083 from nextcloud/debt/noid/update-certificates
Daniel [Wed, 6 Oct 2021 15:04:08 +0000 (17:04 +0200)]
Merge pull request #29083 from nextcloud/debt/noid/update-certificates

Update the certificate bundle

3 years agoMerge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1
Louis [Wed, 6 Oct 2021 14:10:15 +0000 (16:10 +0200)]
Merge pull request #28817 from nextcloud/dependabot/npm_and_yarn/bootstrap-5.1.1

Bump bootstrap from 4.6.0 to 5.1.1

3 years agoAdd cache for local integration test container 29064/head
Louis Chemineau [Mon, 4 Oct 2021 14:06:13 +0000 (16:06 +0200)]
Add cache for local integration test container

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #29081 from nextcloud/fix/acceptance-app-files
MichaIng [Wed, 6 Oct 2021 11:13:44 +0000 (13:13 +0200)]
Merge pull request #29081 from nextcloud/fix/acceptance-app-files

Fix acceptance test 'app-files'

3 years agoFix container element for newFileMenu tooltip 28817/head
Louis Chemineau [Wed, 6 Oct 2021 10:23:06 +0000 (12:23 +0200)]
Fix container element for newFileMenu tooltip

Signed-off-by: Louis Chemineau <louis@chmn.me>