Commit Graph

59544 Commits (1f42657bb9ea76353fbc02ee100cff5755b6384d)
 

Author SHA1 Message Date
Immanuel Pasanec 1f42657bb9
Added support for transfering incoming file shares.
- new option --transfer-incoming-shares=1 | 0
- new config.php option 'transfer-incoming-shares' => true | false

The command line option overrules the config.php option.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-08-27 17:55:58 +07:00
Pytal 95662a1070
Merge pull request #28423 from nextcloud/feat/27869/language 2021-08-26 22:57:10 +07:00
Christopher Ng f6119b7f23 Refine input validation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-27 05:15:20 +07:00
Christopher Ng 3f6586ba03 Update option separator
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27 05:06:12 +07:00
Christopher Ng 0552b6a7dd Vuetify
- abstract HeaderBar component

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27 05:06:12 +07:00
Christopher Ng 54944822f1 Minor refactor
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27 05:06:12 +07:00
Christopher Ng c65987213c Create language service and update constants
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27 05:06:12 +07:00
Christopher Ng cc5815dcd0 Provide initial state
- camelCase language strings

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-27 05:06:12 +07:00
Nextcloud bot 3b2be23fee
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-27 02:26:16 +07:00
Julius Härtl 78a5768888
Merge pull request #28028 from nextcloud/feat/27869/full-name 2021-08-26 22:09:52 +07:00
Vincent Petry fd93aa8162
Merge pull request #28373 from nextcloud/enh/noid/fix-encrypted-versions-detect-unencrypted
Fix encrypted version to 0 when finding unencrypted file
2021-08-26 12:51:41 +07:00
Vincent Petry 9c6bbfac45
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>
2021-08-26 10:52:23 +07:00
Vincent Petry 60e44077b7
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>
2021-08-26 10:44:49 +07:00
Julius Härtl 25e41354f3
Merge pull request #28595 from nextcloud/docs/config-dbdriveroptions-ssl
Extend description for dbdriveroptions config value for TLS/SSL setups
2021-08-26 08:21:19 +07:00
kesselb 98ad69fec2
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
2021-08-25 14:36:54 +07:00
Lukas Reschke 97ff0c9cbd
Merge pull request #28421 from nextcloud/enhancement/2fa-backup-codes-disable-admin
Allow admins to disable 2FA backup codes via occ
2021-08-25 13:12:27 +07:00
Julius Härtl 5b2070c9f5
Extend description for dbdriveroptions config value for TLS/SSL setups
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-08-25 12:53:53 +07:00
szaimen 48b3a6bcdb
Merge pull request #28459 from nextcloud/enh/noid/improve-webmanifest-2
Allow to open any app in a standalone window
2021-08-25 12:21:12 +07:00
Christoph Wurst 006aac9a0c
Merge pull request #28473 from nextcloud/fix-file-get-contents
Fix path of `file_get_contents`
2021-08-25 09:28:52 +07:00
Vincent Petry 8cbf366cf0
Merge pull request #28399 from nextcloud/share-mount-event
add event for when a share is mounted
2021-08-25 09:07:09 +07:00
nextcloud-command c67a6e5bcb Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-24 23:08:32 +07:00
Christopher Ng d738ca48b2 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>
2021-08-24 23:00:36 +07:00
Robin Appelman 8597d9c7d4
add event for when a share is mounted
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-24 15:26:50 +07:00
Christoph Wurst d0d903c0f1
Allow admins to disable 2FA backup codes via occ
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-24 14:00:13 +07:00
Christoph Wurst a7aa200c33
Merge pull request #28574 from nextcloud/fix/transfer-ownership-restore-share-error-logging
Log exception message during failed ownership transfer share restore
2021-08-24 11:55:56 +07:00
Christoph Wurst 28f09954e7
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
2021-08-24 11:55:38 +07:00
szaimen 0758e0258d improve webmanifest
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-08-24 11:42:04 +07:00
Julius Härtl 9e4b22ba8c
Merge pull request #28548 from nextcloud/dependabot/npm_and_yarn/sass-1.38.0 2021-08-24 11:15:38 +07:00
John Molakvoæ a01332b1e8
Merge pull request #28571 from nextcloud/error-sup 2021-08-24 10:12:22 +07:00
Christoph Wurst ffcf27c757
Log exception message during failed ownership transfer share restore
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-24 09:22:30 +07:00
Vincent Petry e32d293346
Merge pull request #28476 from nextcloud/search-jail-insensitive
use case insensitive like when limiting search to jail
2021-08-24 08:59:35 +07:00
Vincent Petry 6702c2b356
Merge pull request #28566 from nextcloud/jail-search-root-unjailed
use getGetUnjailedRoot to determine if jailed search needs the path filter
2021-08-24 08:19:47 +07:00
Nextcloud bot 4817ce634a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-24 02:26:09 +07:00
acsfer 2132cde6e3
Remove error suppression
This seems no longer needed as per https://bugs.php.net/bug.php?id=50688
2021-08-24 00:57:39 +07:00
Christopher Ng 5e67677d94 Functional paradigm shift
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-23 21:29:47 +07:00
Christopher Ng a8ad5a3b6e Vuetify
- abstract shared components
- rewrite email section

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-23 21:29:47 +07:00
Christopher Ng db182d6517 Create display name service and update constants
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-23 21:29:47 +07:00
Christopher Ng d4d59493a2 Provide initial state
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-23 21:29:47 +07:00
dependabot[bot] 0a0f655a8e
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>
2021-08-23 21:11:26 +07:00
Robin Appelman c688703117
use getGetUnjailedRoot to determine if jailed search needs the path filter
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-23 16:27:53 +07:00
John Molakvoæ 079f76ab12
Merge pull request #28550 from nextcloud/dependabot/npm_and_yarn/marked-3.0.0
Bump marked from 2.1.3 to 3.0.0
2021-08-23 15:20:24 +07:00
dependabot[bot] d91aab83a5 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>
2021-08-23 14:15:19 +07:00
Louis a8547cc0ea
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
2021-08-23 12:09:46 +07:00
Louis 6c89ea12a1
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
2021-08-23 12:09:29 +07:00
Christoph Wurst 4e7aa7e77d
Bump web-auth/webauthn-lib from 3.3.1 to 3.3.9
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-23 11:29:00 +07:00
blizzz 36b72b8fd0
Merge pull request #28466 from nextcloud/bugfix/noid/verify-user-no-retain
Do not retain VerifyUserData job when lookup server is not available
2021-08-23 11:26:08 +07:00
dependabot[bot] 56fc175617 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>
2021-08-23 10:41:29 +07:00
dependabot[bot] ad8cd75231
Merge pull request #28551 from nextcloud/dependabot/npm_and_yarn/webdav-4.6.1 2021-08-23 08:23:41 +07:00
Louis 0b0e404ad4
Merge pull request #28540 from nextcloud/bugfix/noid/user-status-sentry-spam
Fix "TypeError: e.t0.response is undefined" spam from user_status
2021-08-23 10:07:45 +07:00
dependabot[bot] 712d1f8005 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>
2021-08-23 09:41:40 +07:00