Nextcloud bot
5d050b71ea
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-27 02:26:39 +00:00
Vincent Petry
fd6c5a134f
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 14:19:24 +02:00
Christoph Wurst
aa8a710404
Log exception message during failed ownership transfer share restore
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-24 10:01:28 +00:00
Nextcloud bot
61216dc868
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-24 02:26:28 +00:00
dependabot[bot]
0c858b22cc
Bump clipboard from 2.0.6 to 2.0.8
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.6...v2.0.8 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
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: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-23 21:47:31 +00:00
Louis
cd609eadc1
Merge pull request #28535 from nextcloud/backport/28185/stable21
...
[stable21] Fix folder size contained in S3 buckets
2021-08-23 09:13:04 +02:00
Nextcloud bot
47aea260a6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-22 02:26:12 +00:00
Julius Härtl
778aa37a65
Do not load versions tab view if the files app is not available
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-20 20:58:11 +00:00
Daniel Kesselberg
b3e3ae9434
Set alias for result of cast column function
...
On OCI an expression like to_char(events) end up as $row['to_char(events)'] in the query result.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-08-20 13:43:37 +00:00
Louis Chemineau
b79b08da42
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>
2021-08-20 13:37:42 +00:00
Nextcloud bot
030ce1ef13
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-20 02:26:36 +00:00
Nextcloud bot
a53e2809b4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 02:26:08 +00:00
Nextcloud bot
0723cb14f0
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-18 02:26:18 +00:00
Nextcloud bot
68c85ab93d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-17 02:27:28 +00:00
Pytal
9d6886094a
Merge pull request #28447 from nextcloud/backport/28211/stable21
...
[stable21] Improve auto expiration hint for trashbin and file versions
2021-08-16 18:04:16 -07:00
szaimen
3c4df7d0e9
Improve auto expiration hint
...
Signed-off-by: szaimen <szaimen@e.mail.de>
Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com>
2021-08-16 10:21:46 +00:00
Christoph Wurst
4d37709f58
Add missing files for Composer v2
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-16 08:30:10 +02:00
Nextcloud bot
7b056b2ed7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-16 02:26:39 +00:00
dependabot[bot]
a7acbd9805
Bump css-loader from 5.0.1 to 5.0.2
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.0.1...v5.0.2 )
---
updated-dependencies:
- dependency-name: css-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: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-15 23:25:12 +00:00
MichaIng
7fee3ba40b
Merge pull request #28383 from nextcloud/backport/28318/stable21
...
[stable21] Make "name" column nullable for workflows
2021-08-15 12:38:35 +02:00
MichaIng
b668b6f361
Merge pull request #28386 from nextcloud/backport/25605/stable21
...
[stable21] dont show trusted proxy warning when the proxy and remote are both localhost
2021-08-15 12:35:06 +02:00
MichaIng
6114931299
Merge pull request #28415 from nextcloud/backport/28062/stable21
...
[stable21] Gracefully handle smb acls for users without a domain
2021-08-15 12:33:23 +02:00
dependabot[bot]
46deda64cc
Merge pull request #28358 from nextcloud/dependabot/npm_and_yarn/stable21/debounce-1.2.1
2021-08-15 08:59:17 +00:00
dependabot[bot]
8f482f1528
Bump debounce from 1.2.0 to 1.2.1
...
Bumps [debounce](https://github.com/component/debounce ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/component/debounce/releases )
- [Changelog](https://github.com/component/debounce/blob/master/History.md )
- [Commits](https://github.com/component/debounce/compare/1.2.0...1.2.1 )
---
updated-dependencies:
- dependency-name: debounce
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>
2021-08-15 08:16:34 +00:00
Nextcloud bot
490525f975
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-15 02:26:22 +00:00
Nextcloud bot
119f69ef25
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-14 02:27:00 +00:00
Richard Steinmetz
65d3f20b72
Gracefully handle smb acls for users without a domain
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-08-13 08:43:29 +00:00
Nextcloud bot
48d97cbdd6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-13 02:26:55 +00:00
Vincent Petry
78ea6d0679
Make "name" column nullable in workflow operations
...
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>
2021-08-12 13:58:07 +02:00
Nextcloud bot
d213591b4d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-12 02:27:39 +00:00
Robin Appelman
33deabcf01
dont show trusted proxy warning when the proxy and remote are both localhost
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-08-11 21:12:42 +00:00
Nextcloud bot
10a886d564
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-11 02:26:59 +00:00
Nextcloud bot
a611edb612
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-10 02:32:07 +00:00
szaimen
d53a6dac31
Merge pull request #28354 from nextcloud/backport/28352/stable21
...
[stable21] Change the concurrent upload limit to less than 10
2021-08-09 18:02:25 +02:00
dependabot[bot]
09bf3b8321
Bump @babel/core from 7.12.10 to 7.12.17
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.12.10 to 7.12.17.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-08-09 12:08:23 +00:00
szaimen
fc20b0cab8
Change the concurrent upload limit to less than 10
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-08-09 08:34:02 +00:00
Nextcloud bot
3a362c4460
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-09 02:27:07 +00:00
Nextcloud bot
71e4fb0096
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-08 02:22:00 +00:00
Nextcloud bot
432f1972b2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-07 02:27:45 +00:00
Nextcloud bot
e9473566c7
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-06 02:27:14 +00:00
Nextcloud bot
8068746e4c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-05 02:27:31 +00:00
kesselb
01a87ea2bb
Merge pull request #28287 from nextcloud/backport/28259/stable21
...
[stable21] Check that php was compiled with argon2 support or that the php-sodium extensions is installed
2021-08-04 18:54:21 +02:00
Julius Härtl
768c134c2e
Merge pull request #28275 from nextcloud/backport/28202/stable21
2021-08-04 18:40:13 +02:00
Nextcloud bot
f137ba064a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-04 02:26:55 +00:00
Julius Härtl
37df61b786
Update comments bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-08-03 13:36:30 +02:00
Nextcloud bot
a1a38cce5f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-03 02:26:32 +00:00
John Molakvoæ
937816cac7
Merge pull request #28245 from nextcloud/backport/28238/stable21
2021-08-02 13:42:28 +02:00
Carl Schwan
b4a85c2785
Check that php was compiled with argon2 support or that the php-sodium
...
extensions is installed
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-08-02 09:19:06 +00:00
Nextcloud bot
380dd25268
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02 07:56:52 +00:00
Nextcloud bot
3e7d0490dd
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-02 07:35:47 +00:00