]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoMinor refactor
Christopher Ng [Sat, 14 Aug 2021 00:35:17 +0000 (00:35 +0000)]
Minor refactor

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoCreate language service and update constants
Christopher Ng [Sat, 14 Aug 2021 00:23:39 +0000 (00:23 +0000)]
Create language service and update constants

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoProvide initial state
Christopher Ng [Sat, 14 Aug 2021 00:16:31 +0000 (00:16 +0000)]
Provide initial state
- camelCase language strings

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 Aug 2021 02:26:16 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28028 from nextcloud/feat/27869/full-name
Julius Härtl [Thu, 26 Aug 2021 20:09:52 +0000 (22:09 +0200)]
Merge pull request #28028 from nextcloud/feat/27869/full-name

3 years agoMerge pull request #28373 from nextcloud/enh/noid/fix-encrypted-versions-detect-unenc...
Vincent Petry [Thu, 26 Aug 2021 10:51:41 +0000 (12:51 +0200)]
Merge pull request #28373 from nextcloud/enh/noid/fix-encrypted-versions-detect-unencrypted

Fix encrypted version to 0 when finding unencrypted file

3 years agoUnregister enc stream wrapper for any exception 28373/head
Vincent Petry [Thu, 26 Aug 2021 08:23:03 +0000 (10:23 +0200)]
Unregister enc stream wrapper for any exception

This prevents side effects in tests by properly cleaning up
even with expected exceptions.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix encrypted version to 0 when finding unencrypted file
Vincent Petry [Wed, 11 Aug 2021 07:18:16 +0000 (09:18 +0200)]
Fix encrypted version to 0 when finding unencrypted file

Whenever the command is run and a "legacy cipher" seems to be detected
when the legacy option is disabled, it's highly likely that the file is
actually unencrypted but the database contains a encrypted version
higher than 0 for some reason.

The command now detects this case and automatically sets the encrypted
version to 0 so that the file can be read again.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoMerge pull request #28595 from nextcloud/docs/config-dbdriveroptions-ssl
Julius Härtl [Thu, 26 Aug 2021 06:21:19 +0000 (08:21 +0200)]
Merge pull request #28595 from nextcloud/docs/config-dbdriveroptions-ssl

Extend description for dbdriveroptions config value for TLS/SSL setups

3 years agoMerge pull request #28262 from nextcloud/fix/set-up-2fa-providers-enforced-with-backu...
kesselb [Wed, 25 Aug 2021 12:36:54 +0000 (14:36 +0200)]
Merge pull request #28262 from nextcloud/fix/set-up-2fa-providers-enforced-with-backup-codes

Fix setting up 2FA providers when 2FA is enforced and bc are generated

3 years agoMerge pull request #28421 from nextcloud/enhancement/2fa-backup-codes-disable-admin
Lukas Reschke [Wed, 25 Aug 2021 11:12:27 +0000 (13:12 +0200)]
Merge pull request #28421 from nextcloud/enhancement/2fa-backup-codes-disable-admin

Allow admins to disable 2FA backup codes via occ

3 years agoExtend description for dbdriveroptions config value for TLS/SSL setups 28595/head
Julius Härtl [Wed, 25 Aug 2021 10:53:53 +0000 (12:53 +0200)]
Extend description for dbdriveroptions config value for TLS/SSL setups

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28459 from nextcloud/enh/noid/improve-webmanifest-2
szaimen [Wed, 25 Aug 2021 10:21:12 +0000 (12:21 +0200)]
Merge pull request #28459 from nextcloud/enh/noid/improve-webmanifest-2

Allow to open any app in a standalone window

3 years agoMerge pull request #28473 from nextcloud/fix-file-get-contents
Christoph Wurst [Wed, 25 Aug 2021 07:28:52 +0000 (09:28 +0200)]
Merge pull request #28473 from nextcloud/fix-file-get-contents

Fix path of `file_get_contents`

3 years agoMerge pull request #28399 from nextcloud/share-mount-event
Vincent Petry [Wed, 25 Aug 2021 07:07:09 +0000 (09:07 +0200)]
Merge pull request #28399 from nextcloud/share-mount-event

add event for when a share is mounted

3 years agoCompile assets 28028/head
nextcloud-command [Tue, 24 Aug 2021 23:08:32 +0000 (23:08 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoRefine input validation
Christopher Ng [Mon, 23 Aug 2021 23:01:22 +0000 (23:01 +0000)]
Refine input validation
- Remove usage of JS core checkValidity() in favour of custom backend compliant validation
- Rewrite and refactor with removal of form tag in favour of section
- Scope styles
- Remove many uses of $nextTick
- Refine disabled state logic
- Translate account property constants

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoadd event for when a share is mounted 28399/head
Robin Appelman [Mon, 9 Aug 2021 13:53:09 +0000 (15:53 +0200)]
add event for when a share is mounted

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoAllow admins to disable 2FA backup codes via occ 28421/head
Christoph Wurst [Fri, 13 Aug 2021 13:28:56 +0000 (15:28 +0200)]
Allow admins to disable 2FA backup codes via occ

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #28574 from nextcloud/fix/transfer-ownership-restore-share-error...
Christoph Wurst [Tue, 24 Aug 2021 09:55:56 +0000 (11:55 +0200)]
Merge pull request #28574 from nextcloud/fix/transfer-ownership-restore-share-error-logging

Log exception message during failed ownership transfer share restore

3 years agoMerge pull request #28560 from nextcloud/dependabot/composer/web-auth/webauthn-lib...
Christoph Wurst [Tue, 24 Aug 2021 09:55:38 +0000 (11:55 +0200)]
Merge pull request #28560 from nextcloud/dependabot/composer/web-auth/webauthn-lib-3.3.9

Bump web-auth/webauthn-lib from 3.3.1 to 3.3.9

3 years agoimprove webmanifest 28459/head
szaimen [Mon, 16 Aug 2021 19:39:55 +0000 (21:39 +0200)]
improve webmanifest

Signed-off-by: szaimen <szaimen@e.mail.de>
3 years agoMerge pull request #28548 from nextcloud/dependabot/npm_and_yarn/sass-1.38.0
Julius Härtl [Tue, 24 Aug 2021 09:15:38 +0000 (11:15 +0200)]
Merge pull request #28548 from nextcloud/dependabot/npm_and_yarn/sass-1.38.0

3 years agoMerge pull request #28571 from nextcloud/error-sup
John Molakvoæ [Tue, 24 Aug 2021 08:12:22 +0000 (10:12 +0200)]
Merge pull request #28571 from nextcloud/error-sup

3 years agoLog exception message during failed ownership transfer share restore 28574/head
Christoph Wurst [Tue, 24 Aug 2021 07:19:52 +0000 (09:19 +0200)]
Log exception message during failed ownership transfer share restore

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #28476 from nextcloud/search-jail-insensitive
Vincent Petry [Tue, 24 Aug 2021 06:59:35 +0000 (08:59 +0200)]
Merge pull request #28476 from nextcloud/search-jail-insensitive

use case insensitive like when limiting search to jail

3 years agoMerge pull request #28566 from nextcloud/jail-search-root-unjailed
Vincent Petry [Tue, 24 Aug 2021 06:19:47 +0000 (08:19 +0200)]
Merge pull request #28566 from nextcloud/jail-search-root-unjailed

use getGetUnjailedRoot to determine if jailed search needs the path filter

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 Aug 2021 02:26:09 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoRemove error suppression 28571/head
acsfer [Mon, 23 Aug 2021 22:57:39 +0000 (00:57 +0200)]
Remove error suppression

This seems no longer needed as per https://bugs.php.net/bug.php?id=50688

3 years agoFunctional paradigm shift
Christopher Ng [Wed, 11 Aug 2021 02:17:41 +0000 (02:17 +0000)]
Functional paradigm shift

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoVuetify
Christopher Ng [Thu, 29 Jul 2021 01:23:04 +0000 (01:23 +0000)]
Vuetify
- abstract shared components
- rewrite email section

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoCreate display name service and update constants
Christopher Ng [Thu, 22 Jul 2021 00:05:01 +0000 (00:05 +0000)]
Create display name service and update constants

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoProvide initial state
Christopher Ng [Thu, 22 Jul 2021 00:03:33 +0000 (00:03 +0000)]
Provide initial state

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoBump sass from 1.37.5 to 1.38.0 28548/head
dependabot[bot] [Mon, 23 Aug 2021 21:11:26 +0000 (21:11 +0000)]
Bump sass from 1.37.5 to 1.38.0

Bumps [sass](https://github.com/sass/dart-sass) from 1.37.5 to 1.38.0.
- [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.5...1.38.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agouse getGetUnjailedRoot to determine if jailed search needs the path filter 28566/head
Robin Appelman [Mon, 23 Aug 2021 14:27:53 +0000 (16:27 +0200)]
use getGetUnjailedRoot to determine if jailed search needs the path filter

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMerge pull request #28550 from nextcloud/dependabot/npm_and_yarn/marked-3.0.0
John Molakvoæ [Mon, 23 Aug 2021 13:20:24 +0000 (15:20 +0200)]
Merge pull request #28550 from nextcloud/dependabot/npm_and_yarn/marked-3.0.0

Bump marked from 2.1.3 to 3.0.0

3 years agoBump marked from 2.1.3 to 3.0.0 28550/head
dependabot[bot] [Sat, 21 Aug 2021 01:03:43 +0000 (01:03 +0000)]
Bump marked from 2.1.3 to 3.0.0

Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 3.0.0.
- [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/v2.1.3...v3.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #28549 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.8.0
Louis [Mon, 23 Aug 2021 10:09:46 +0000 (12:09 +0200)]
Merge pull request #28549 from nextcloud/dependabot/npm_and_yarn/webpack-cli-4.8.0

Bump webpack-cli from 4.7.2 to 4.8.0

3 years agoMerge pull request #28552 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.2
Louis [Mon, 23 Aug 2021 10:09:29 +0000 (12:09 +0200)]
Merge pull request #28552 from nextcloud/dependabot/npm_and_yarn/core-js-3.16.2

Bump core-js from 3.16.1 to 3.16.2

3 years agoBump web-auth/webauthn-lib from 3.3.1 to 3.3.9 28560/head
Christoph Wurst [Mon, 23 Aug 2021 09:16:20 +0000 (11:16 +0200)]
Bump web-auth/webauthn-lib from 3.3.1 to 3.3.9

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #28466 from nextcloud/bugfix/noid/verify-user-no-retain
blizzz [Mon, 23 Aug 2021 09:26:08 +0000 (11:26 +0200)]
Merge pull request #28466 from nextcloud/bugfix/noid/verify-user-no-retain

Do not retain VerifyUserData job when lookup server is not available

3 years agoBump core-js from 3.16.1 to 3.16.2 28552/head
dependabot[bot] [Sat, 21 Aug 2021 01:05:17 +0000 (01:05 +0000)]
Bump core-js from 3.16.1 to 3.16.2

Bumps [core-js](https://github.com/zloirock/core-js) from 3.16.1 to 3.16.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.16.1...v3.16.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>
3 years agoMerge pull request #28551 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.1
dependabot[bot] [Mon, 23 Aug 2021 08:23:41 +0000 (08:23 +0000)]
Merge pull request #28551 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.1

3 years agoMerge pull request #28540 from nextcloud/bugfix/noid/user-status-sentry-spam
Louis [Mon, 23 Aug 2021 08:07:45 +0000 (10:07 +0200)]
Merge pull request #28540 from nextcloud/bugfix/noid/user-status-sentry-spam

Fix "TypeError: e.t0.response is undefined" spam from user_status

3 years agoBump webdav from 4.6.0 to 4.6.1 28551/head
dependabot[bot] [Sat, 21 Aug 2021 01:04:42 +0000 (01:04 +0000)]
Bump webdav from 4.6.0 to 4.6.1

Bumps [webdav](https://github.com/perry-mitchell/webdav-client) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/perry-mitchell/webdav-client/releases)
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: webdav
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 Aug 2021 02:25:52 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoBump webpack-cli from 4.7.2 to 4.8.0 28549/head
dependabot[bot] [Sat, 21 Aug 2021 01:03:05 +0000 (01:03 +0000)]
Bump webpack-cli from 4.7.2 to 4.8.0

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.2 to 4.8.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.7.2...webpack-cli@4.8.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 #26584 from nextcloud/update-htaccess
Pytal [Fri, 20 Aug 2021 21:25:52 +0000 (14:25 -0700)]
Merge pull request #26584 from nextcloud/update-htaccess

Update .htaccess (php8+ and mod_lsapi)

3 years agoMerge pull request #28532 from nextcloud/bugfix/noid/versions-tabview
Julius Härtl [Fri, 20 Aug 2021 17:07:52 +0000 (19:07 +0200)]
Merge pull request #28532 from nextcloud/bugfix/noid/versions-tabview

Do not load versions tab view if the files app is not available

3 years agoMerge pull request #27877 from nextcloud/enh/s3-putObject
kesselb [Fri, 20 Aug 2021 16:54:16 +0000 (18:54 +0200)]
Merge pull request #27877 from nextcloud/enh/s3-putObject

Refactor writeObject to only use MultipartUpload when required

3 years agoRefactor writeObject to only use MultipartUpload when required 27877/head
Bernd Rederlechner [Thu, 8 Jul 2021 13:19:39 +0000 (15:19 +0200)]
Refactor writeObject to only use MultipartUpload when required

Signed-off-by: Bernd Rederlechner <Bernd.Rederlechner@t-systems.com>
Co-authored-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix "TypeError: e.t0.response is undefined" spam from user_status 28540/head
Joas Schilling [Fri, 20 Aug 2021 14:56:34 +0000 (16:56 +0200)]
Fix "TypeError: e.t0.response is undefined" spam from user_status

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #28452 from nextcloud/bug/noid/column-name-oci
Julius Härtl [Fri, 20 Aug 2021 13:37:46 +0000 (15:37 +0200)]
Merge pull request #28452 from nextcloud/bug/noid/column-name-oci

Set alias for result of cast column function

3 years agoMerge pull request #28185 from nextcloud/investigate/pending_size_for_s3_buckets_master
Julius Härtl [Fri, 20 Aug 2021 13:33:02 +0000 (15:33 +0200)]
Merge pull request #28185 from nextcloud/investigate/pending_size_for_s3_buckets_master

  Fix folder size contained in S3 buckets

3 years agoDo not load versions tab view if the files app is not available 28532/head
Julius Härtl [Fri, 20 Aug 2021 12:45:46 +0000 (14:45 +0200)]
Do not load versions tab view if the files app is not available

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28478 from jzombi/patch-1
Joas Schilling [Fri, 20 Aug 2021 09:47:27 +0000 (11:47 +0200)]
Merge pull request #28478 from jzombi/patch-1

Fix SQL type error

3 years agoMerge pull request #28458 from nextcloud/expose-user-language-dav
Richard Steinmetz [Fri, 20 Aug 2021 09:31:27 +0000 (11:31 +0200)]
Merge pull request #28458 from nextcloud/expose-user-language-dav

Expose user language through DAV

3 years agoFix module name for PHP8+ 26584/head
acsfer [Wed, 21 Apr 2021 08:11:06 +0000 (10:11 +0200)]
Fix module name for PHP8+

3 years agoUpdate .htaccess (PHP8 and mod_lsapi)
acsfer [Fri, 16 Apr 2021 08:05:02 +0000 (10:05 +0200)]
Update .htaccess (PHP8 and mod_lsapi)

- Add `mod_lsapi` (Cloudlinux) authorization headers
- Add `mod_php8` php_values
- Reformating for better lisibilty

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 Aug 2021 02:26:19 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28519 from nextcloud/enh/user-report-active-users
blizzz [Thu, 19 Aug 2021 19:33:16 +0000 (21:33 +0200)]
Merge pull request #28519 from nextcloud/enh/user-report-active-users

Add active user count to occ user:report

3 years agoMerge pull request #28504 from nextcloud/fix/debug-movie-preview
Christoph Wurst [Thu, 19 Aug 2021 18:00:09 +0000 (20:00 +0200)]
Merge pull request #28504 from nextcloud/fix/debug-movie-preview

Properly log errors in Movie previews generation

3 years agoMerge pull request #27637 from nextcloud/version-expire-search
Julius Härtl [Thu, 19 Aug 2021 16:49:15 +0000 (18:49 +0200)]
Merge pull request #27637 from nextcloud/version-expire-search

Use search to get versions list from cache for expiry

3 years agoAdd active user count to occ user:report 28519/head
Julius Härtl [Thu, 19 Aug 2021 14:22:20 +0000 (16:22 +0200)]
Add active user count to occ user:report

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix folder size contained in S3 buckets 28185/head
Louis Chemineau [Thu, 19 Aug 2021 10:28:10 +0000 (12:28 +0200)]
Fix folder size contained in S3 buckets

If 'filesystem_check_changes' was set to never, the cached size was alway set to -1 (Pending) on every access

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #28512 from nextcloud/feature/output_exception_in_cron
John Molakvoæ [Thu, 19 Aug 2021 12:31:24 +0000 (14:31 +0200)]
Merge pull request #28512 from nextcloud/feature/output_exception_in_cron

Output exception in cron

3 years agoMerge pull request #28507 from nextcloud/enhancement/composer-bin-plugin-for-tools
Christoph Wurst [Thu, 19 Aug 2021 11:50:39 +0000 (13:50 +0200)]
Merge pull request #28507 from nextcloud/enhancement/composer-bin-plugin-for-tools

Scope composer tools with the bin plugin

3 years agoOutput exception in cron 28512/head
Louis Chemineau [Thu, 19 Aug 2021 10:40:55 +0000 (12:40 +0200)]
Output exception in cron

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #27294 from pjft/patch-2
Christoph Wurst [Thu, 19 Aug 2021 10:40:40 +0000 (12:40 +0200)]
Merge pull request #27294 from pjft/patch-2

Update TwoFactorChallengeController.php

3 years agoScope composer tools with the bin plugin 28507/head
Christoph Wurst [Thu, 19 Aug 2021 08:48:44 +0000 (10:48 +0200)]
Scope composer tools with the bin plugin

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #28500 from nextcloud/fix/remove-jsqueeze
Julius Härtl [Thu, 19 Aug 2021 08:01:23 +0000 (10:01 +0200)]
Merge pull request #28500 from nextcloud/fix/remove-jsqueeze

3 years agoProperly log errors in Movie previews generation 28504/head
John Molakvoæ (skjnldsv) [Thu, 19 Aug 2021 07:45:50 +0000 (09:45 +0200)]
Properly log errors in Movie previews generation

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoRemove patchwork/jsqueeze because it's not used 28500/head
Christoph Wurst [Wed, 18 Aug 2021 17:13:46 +0000 (19:13 +0200)]
Remove patchwork/jsqueeze because it's not used

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 Aug 2021 02:25:51 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28502 from nextcloud/debt/noid/drop-unused-metho
blizzz [Wed, 18 Aug 2021 22:33:28 +0000 (00:33 +0200)]
Merge pull request #28502 from nextcloud/debt/noid/drop-unused-metho

Remove unused method

3 years agoRemove unused method 28502/head
Daniel Kesselberg [Wed, 18 Aug 2021 20:10:40 +0000 (22:10 +0200)]
Remove unused method

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #28493 from nextcloud/bugfix/occ-error-output
John Molakvoæ [Wed, 18 Aug 2021 16:52:02 +0000 (18:52 +0200)]
Merge pull request #28493 from nextcloud/bugfix/occ-error-output

Write upgrade/not-installed notices to stderr

3 years agoMerge pull request #28485 from nextcloud/bugfix/20913/check-image-resource
Julius Härtl [Wed, 18 Aug 2021 15:33:05 +0000 (17:33 +0200)]
Merge pull request #28485 from nextcloud/bugfix/20913/check-image-resource

Fix #20913: Check image resource before attempting to preserve alpha

3 years agouse search to find versions to expire 27637/head
Robin Appelman [Wed, 18 Aug 2021 14:46:22 +0000 (16:46 +0200)]
use search to find versions to expire

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agotest for version expire
Robin Appelman [Tue, 22 Jun 2021 16:53:36 +0000 (18:53 +0200)]
test for version expire

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoAvoid usage of Nextcloud API, use PHP function 28473/head
acsfer [Wed, 18 Aug 2021 13:21:05 +0000 (15:21 +0200)]
Avoid usage of Nextcloud API, use PHP function

3 years agoMerge pull request #28481 from nextcloud/fix/hash-key
Julius Härtl [Wed, 18 Aug 2021 13:18:58 +0000 (15:18 +0200)]
Merge pull request #28481 from nextcloud/fix/hash-key

Hash cache key

3 years agoWrite upgrade/not-installed notices to stderr 28493/head
Julius Härtl [Wed, 18 Aug 2021 12:31:49 +0000 (14:31 +0200)]
Write upgrade/not-installed notices to stderr

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28413 from nextcloud/fix/app-token-login-name-mismatch-logging
John Molakvoæ [Wed, 18 Aug 2021 12:08:12 +0000 (14:08 +0200)]
Merge pull request #28413 from nextcloud/fix/app-token-login-name-mismatch-logging

3 years agoMerge pull request #28486 from nextcloud/enh/storage-info-user
John Molakvoæ [Wed, 18 Aug 2021 12:03:15 +0000 (14:03 +0200)]
Merge pull request #28486 from nextcloud/enh/storage-info-user

Add storage info to `user:info` command

3 years agoAdd storage info to `user:info` command 28486/head
John Molakvoæ (skjnldsv) [Wed, 18 Aug 2021 06:33:47 +0000 (08:33 +0200)]
Add storage info to `user:info` command

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoFix #20913: Check image resource before attempting to preserve alpha 28485/head
Simon Spannagel [Wed, 18 Aug 2021 05:36:11 +0000 (07:36 +0200)]
Fix #20913: Check image resource before attempting to preserve alpha

Signed-off-by: Simon Spannagel <simonspa@kth.se>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 Aug 2021 02:25:59 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoHash cache key 28481/head
Christopher Ng [Tue, 17 Aug 2021 17:57:21 +0000 (17:57 +0000)]
Hash cache key

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoFix SQL type error 28478/head
Mátyás Jani [Tue, 17 Aug 2021 13:10:38 +0000 (15:10 +0200)]
Fix SQL type error

Fixing the following SQL error encountered with PostgreSQL:

    SQLSTATE[42883]: Undefined function: 7 ERROR:
    No operator matches the given name and argument types. You might need to add explicit type casts.

This prevented the Nextcloud apps/files page to show the files and directories. See #27881

3 years agouse case insensitive like when limiting search to jail 28476/head
Robin Appelman [Tue, 17 Aug 2021 11:50:13 +0000 (13:50 +0200)]
use case insensitive like when limiting search to jail

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoFix path of `file_get_contents`
acsfer [Tue, 17 Aug 2021 11:03:45 +0000 (13:03 +0200)]
Fix path of `file_get_contents`

Try to fix #28370  and #27441

Avoid pre-pends the `$path` to the user's own storage.

3 years agoMerge pull request #28464 from nextcloud/bugfix/noid/session-error-handling
John Molakvoæ [Tue, 17 Aug 2021 09:39:33 +0000 (11:39 +0200)]
Merge pull request #28464 from nextcloud/bugfix/noid/session-error-handling

Only trap E_ERROR in session handling

3 years agoDo not retain VerifyUserData job when lookup server is not available 28466/head
Julius Härtl [Tue, 17 Aug 2021 09:39:24 +0000 (11:39 +0200)]
Do not retain VerifyUserData job when lookup server is not available

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoMerge pull request #28461 from nextcloud/email-ux-improvements
Julius Härtl [Tue, 17 Aug 2021 08:52:49 +0000 (10:52 +0200)]
Merge pull request #28461 from nextcloud/email-ux-improvements

3 years agoOnly trap E_ERROR in session handling 28464/head
Julius Härtl [Tue, 17 Aug 2021 08:47:25 +0000 (10:47 +0200)]
Only trap E_ERROR in session handling

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 Aug 2021 02:27:09 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoCompile assets 28461/head
nextcloud-command [Tue, 17 Aug 2021 01:02:57 +0000 (01:02 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoAutofocus only additional email inputs
Christopher Ng [Tue, 17 Aug 2021 00:49:11 +0000 (00:49 +0000)]
Autofocus only additional email inputs

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 years agoImprove PrincipalTest test file 28458/head
Thomas Citharel [Mon, 16 Aug 2021 16:14:00 +0000 (18:14 +0200)]
Improve PrincipalTest test file

Signed-off-by: Thomas Citharel <tcit@tcit.fr>