Carl Schwan
33cfc996b7
Only recommand for php-sodium on >= PHP 7.4
...
This is because php-sodium will solve the missing PASSWORD_ARGON2I
constant problem only on >= php 7.4, previously argon2 wasn't part of
the standard extension and was disabled on Centos/RHEL.
So installing php-sodium on php 7.2 for example wouldn't hide the
message. Tested on Fedora with php 7.4, Centos 7 with php 7.2,
Centos 8 with php 7.2 and openSUSE with php 7.4.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-08-31 07:11:15 +00:00
Nextcloud bot
66c65d4997
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-31 02:27:16 +00:00
szaimen
1de35a9fe5
Merge pull request #27991 from goyome/goyome-stable20-group-shares-limit
...
Manual backport of "No limit in the number of group shares" #27875
2021-08-31 03:47:13 +02:00
Nextcloud bot
9d303ae2ee
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-30 02:27:31 +00:00
Nextcloud bot
8335abdd10
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-29 02:27:38 +00:00
Nextcloud bot
f33e95ce40
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-28 02:53:53 +00:00
Nextcloud bot
ea195b04d4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-27 02:26:49 +00:00
MichaIng
84d924534f
Merge pull request #28605 from nextcloud/backport/28373/stable20
...
[stable20] Fix encrypted version to 0 when finding unencrypted file
2021-08-26 23:42:42 +02:00
Louis Chemineau
c638ebd7a5
Merge branch 'stable20' of github.com:nextcloud/server into stable20
2021-08-26 16:07:58 +02:00
Vincent Petry
610e76555d
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:26:50 +02:00
Vincent Petry
32034af8c4
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:26:40 +02:00
Louis
5de7803b8e
Merge pull request #28598 from nextcloud/backport/28262/stable20
...
[stable20] Fix setting up 2FA providers when 2FA is enforced and bc are generated
2021-08-26 14:20:05 +02:00
Louis Chemineau
96369e14a9
Merge branch 'stable20' of github.com:nextcloud/server into stable20
2021-08-25 17:21:11 +02:00
Christoph Wurst
c2d175a710
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:44:13 +00:00
Pytal
ab63c2e3d6
Merge pull request #28578 from nextcloud/backport/28574/stable20
...
[stable20] Log exception message during failed ownership transfer share restore
2021-08-24 17:59:31 -07:00
Christoph Wurst
3108f13253
Log exception message during failed ownership transfer share restore
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-08-24 10:04:03 +00:00
Nextcloud bot
0c9b022592
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-24 02:26:36 +00:00
Nextcloud bot
330ff407ef
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-22 02:26:18 +00:00
MichaIng
ff6310598e
Merge pull request #28547 from nextcloud/backport/28532/stable20
...
[stable20] Do not load versions tab view if the files app is not available
2021-08-21 02:08:47 +02:00
Julius Härtl
a9b86de2f0
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 21:00:59 +00:00
kesselb
7d1e95b7d9
Merge pull request #28538 from nextcloud/backport/28452/stable20
...
[stable20] Set alias for result of cast column function
2021-08-20 18:56:55 +02:00
Daniel Kesselberg
7b5ed40da9
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:46:23 +00:00
Joas Schilling
64ff73c78a
Merge pull request #28453 from nextcloud/backport/28303/stable20
...
[stable20] UnifiedSearchController: strip webroot from URL before finding a route
2021-08-20 11:13:16 +02:00
Nextcloud bot
bb77903e5a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-20 02:26:44 +00:00
John Molakvoæ
33751f9735
Merge pull request #28524 from nextcloud/backport/28504/stable20
...
[stable20] Properly log errors in Movie previews generation
2021-08-19 23:27:21 +02:00
John Molakvoæ (skjnldsv)
5a26b3ff0c
Properly log errors in Movie previews generation
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-08-19 18:06:56 +00:00
Julius Härtl
10582585ea
Merge pull request #28516 from nextcloud/backport/28512/sable20
...
[stable20] Output exception in cron
2021-08-19 18:34:04 +02:00
Louis Chemineau
0f713ee278
Output exception in cron
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-08-19 15:31:12 +02:00
Nextcloud bot
2f60cba17c
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-19 02:26:14 +00:00
Julius Härtl
94ccd10224
Merge pull request #28491 from nextcloud/backport/28413/stable20
...
[stable20] Emit an error log when the app token login name does not match
2021-08-18 16:34:52 +02:00
Christoph Wurst
face6b174b
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:16:47 +00:00
Nextcloud bot
33a5e7897d
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-18 02:26:24 +00:00
Louis
be490f62ec
Merge pull request #28471 from nextcloud/backport/28464/stable20
...
[stable20] Only trap E_ERROR in session handling
2021-08-17 15:29:50 +02:00
Julius Härtl
cd01d63e49
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
2305519757
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-17 02:27:34 +00:00
Pytal
0dfef2447c
Merge pull request #28448 from nextcloud/backport/28211/stable20
...
[stable20] Improve auto expiration hint for trashbin and file versions
2021-08-16 18:16:47 -07:00
Jonas Meurer
b08215e4cc
Use IURLGenerator function to get value of \OC::$WEBROOT global
...
Signed-off-by: Jonas Meurer <jonas@freesources.org>
2021-08-16 13:11:50 +00:00
Jonas Meurer
c53fa3e3d8
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:11:49 +00:00
szaimen
e7bf15dafe
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:24:27 +00:00
Nextcloud bot
3542bed2ed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-16 02:26:45 +00:00
dependabot[bot]
998442b534
Merge pull request #28186 from nextcloud/dependabot/npm_and_yarn/stable20/file-loader-6.1.1
2021-08-15 15:39:20 +00:00
dependabot[bot]
fb83201bf5
Bump file-loader from 6.1.0 to 6.1.1
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v6.1.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: file-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-08-15 14:59:44 +00:00
MichaIng
aec579b0cd
Merge pull request #28387 from nextcloud/backport/25605/stable20
...
[stable20] dont show trusted proxy warning when the proxy and remote are both localhost
2021-08-15 12:35:26 +02:00
MichaIng
03613b2666
Merge pull request #28414 from nextcloud/backport/28062/stable20
...
[stable20] Gracefully handle smb acls for users without a domain
2021-08-15 12:33:04 +02:00
Nextcloud bot
51a3f08c41
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-15 02:26:31 +00:00
Nextcloud bot
7dfa8e9834
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-14 02:27:07 +00:00
Richard Steinmetz
b8a55117f9
Gracefully handle smb acls for users without a domain
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-08-13 08:41:07 +00:00
Nextcloud bot
c49bbc23de
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-13 02:27:01 +00:00
Julius Härtl
1b2e852f6c
Merge pull request #28362 from nextcloud/backport/28220/stable20
2021-08-12 12:37:15 +02:00
Nextcloud bot
77e124c7f2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-08-12 02:27:46 +00:00