Nextcloud bot
5d050b71ea
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-27 02:26:39 +00:00
MichaIng
3f150617cb
Merge pull request #28604 from nextcloud/backport/28373/stable21
...
[stable21] Fix encrypted version to 0 when finding unencrypted file
2021-08-26 23:43:16 +02:00
Louis
5855b67ac5
Merge pull request #28597 from nextcloud/backport/28262/stable21
...
[stable21] Fix setting up 2FA providers when 2FA is enforced and bc are generated
2021-08-26 14:20:07 +02:00
Vincent Petry
2032ca7457
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 14:20:04 +02: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
874479d68f
Fix setting up 2FA providers when 2FA is enforced and bc are generated
...
When a user has backup codes generated and got their 2FA enforced then
they should be able to set up TOTP and similar providers during the
login.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-25 12:41:54 +00:00
Pytal
c81fd490c4
Merge pull request #28577 from nextcloud/backport/28574/stable21
...
[stable21] Log exception message during failed ownership transfer share restore
2021-08-24 17:58:16 -07: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]
aef7ad6582
Merge pull request #27640 from nextcloud/dependabot/npm_and_yarn/stable21/clipboard-2.0.8
2021-08-23 22:35:10 +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
MichaIng
2fccbf84da
Merge pull request #28546 from nextcloud/backport/28532/stable21
...
[stable21] Do not load versions tab view if the files app is not available
2021-08-21 02:08:01 +02: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
kesselb
3f65c08c1e
Merge pull request #28537 from nextcloud/backport/28452/stable21
...
[stable21] Set alias for result of cast column function
2021-08-20 18:57:09 +02: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
Joas Schilling
5c89061865
Merge pull request #28455 from nextcloud/backport/28303/stable21
...
[stable21] UnifiedSearchController: strip webroot from URL before finding a route
2021-08-20 11:14:18 +02:00
Louis
ed5472d3aa
Merge pull request #28517 from nextcloud/backport/28512/sable21
...
[stable21] Output exception in cron
2021-08-20 09:53:11 +02: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
John Molakvoæ
13772b261e
Merge pull request #28523 from nextcloud/backport/28504/stable21
...
[stable21] Properly log errors in Movie previews generation
2021-08-19 23:27:25 +02:00
John Molakvoæ (skjnldsv)
ea37e69fc4
Properly log errors in Movie previews generation
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-08-19 18:04:40 +00:00
Julius Härtl
160dfbb78c
Merge pull request #28498 from nextcloud/backport/28485/stable21
...
[stable21] Fix #20913 : Check image resource before attempting to preserve alpha
2021-08-19 16:45:34 +02:00
Louis Chemineau
4940787c1c
Output exception in cron
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-08-19 15:31:29 +02: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
Pytal
8452f8c55e
Merge pull request #28495 from nextcloud/backport/28481/stable21
...
[stable21] Hash cache key
2021-08-18 12:49:51 -07:00
Simon Spannagel
cb9e9f3026
Fix #20913 : Check image resource before attempting to preserve alpha
...
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2021-08-18 15:42:14 +00:00
Julius Härtl
df8721619c
Merge pull request #28490 from nextcloud/backport/28413/stable21
...
[stable21] Emit an error log when the app token login name does not match
2021-08-18 16:35:10 +02:00
Christopher Ng
7aa75c7b5e
Hash cache key
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-18 13:23:44 +00:00
Christoph Wurst
b90982291e
Emit an error log when the app token login name does not match
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-18 12:13:29 +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
Louis
ac5d14400b
Merge pull request #28469 from nextcloud/backport/28464/stable21
...
[stable21] Only trap E_ERROR in session handling
2021-08-17 15:29:45 +02:00
Julius Härtl
69c7e7f1aa
Only trap E_ERROR in session handling
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-08-17 10:12:58 +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
Jonas Meurer
d528243c0c
Use IURLGenerator function to get value of \OC::$WEBROOT global
...
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-08-16 13:12:47 +00:00
Jonas Meurer
7ddfd4dbc2
UnifiedSearchController: strip webroot from URL before finding a route
...
This should fix route matching in UnifiedSearchController on setups with
Nextcloud in a subfolder (webroot).
Fixes : #24144
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-08-16 13:12:45 +00:00
blizzz
3c6dec3061
Merge pull request #28442 from nextcloud/fix/composer-2-missing-files-stable21
...
[stable21] Add missing files for Composer v2
2021-08-16 12:24:45 +02: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]
cac32204c7
Merge pull request #27917 from nextcloud/dependabot/npm_and_yarn/stable21/css-loader-5.0.2
2021-08-15 23:56:13 +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