Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-06-03[tx-robot] updated from transifexNextcloud bot
2020-06-01[tx-robot] updated from transifexNextcloud bot
2020-05-30[tx-robot] updated from transifexNextcloud bot
2020-05-29Revert "[stable18] Fix password changes in link and mail shares"Morris Jobke
2020-05-29Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez
When "send password by Talk" was disabled in a mail share it was possible to keep the same password as before, as it does not pose any security issue (unlike keeping it when "send password by Talk" is enabled, as in that case the password was already disclosed by mail). However, if a mail share is updated but the password is not set again only the hashed password will be available. In that case it would not make sense to send the password by mail, so now the password must be changed when disabling "send password by Talk". Note that, even if explicitly setting the same password again along with the "send password by Talk" property would work, this was also prevented for simplicity. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Fix enabling send password by Talk with same password in mail sharesDaniel Calviño Sánchez
When "send password by Talk" is enabled in a mail share a new password must be also set. However, when the passwords of the original and the new share were compared it was not taken into account that the original password is now hashed, while the new one is not (unless no new password was sent, in which case the password of the original share was set in the new share by the controller, but that was already prevented due to both passwords being literally the same), so it was possible to set the same password again. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-29Fix enabling send password by Talk with empty password in link sharesDaniel Calviño Sánchez
When "send password by Talk" is enabled in a link share now a non empty password is enforced. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-05-28Merge pull request #21109 from nextcloud/backport/19793/stable18Roeland Jago Douma
[stable18] Fix resharing of federated shares that were created out of links
2020-05-27[tx-robot] updated from transifexNextcloud bot
2020-05-26Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-25Do not read certificate bundle from data dir by defaultMorris Jobke
Before the resources/config/ca-bundle.crt was only used when the list of custom certificates was empty and the instance was not installed. But it should also be used when the list is empty and the instance is installed. This is inverting the logic to stop if the instance is not installed to use the default bundle. And it also does this when the list is empty. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-25Merge pull request #20965 from nextcloud/backport/20033/stable18Morris Jobke
[stable18] Enable fseek for files in S3 storage
2020-05-25[tx-robot] updated from transifexNextcloud bot
2020-05-23[tx-robot] updated from transifexNextcloud bot
2020-05-22harden seekable http stream a bit against failuresRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-22[tx-robot] updated from transifexNextcloud bot
2020-05-21[tx-robot] updated from transifexNextcloud bot
2020-05-20update autoloaderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-20add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman
the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-20make seekable s3 stream genericRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-20Enable fseek for files in S3 storageLukas Stabe
Signed-off-by: Lukas Stabe <lukas@stabe.de>
2020-05-20Compress the appstore requests by defaultMorris Jobke
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20Cache appstore requests for 60 instead of 5 minutesMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20[tx-robot] updated from transifexNextcloud bot
2020-05-19[tx-robot] updated from transifexNextcloud bot
2020-05-18Merge pull request #20994 from nextcloud/backport/19540/stable18Morris Jobke
[stable18] Fix issues with Keystone auth v3 in files_external app
2020-05-18[tx-robot] updated from transifexNextcloud bot
2020-05-17[tx-robot] updated from transifexNextcloud bot
2020-05-16[tx-robot] updated from transifexNextcloud bot
2020-05-15Fix issues with Keystone auth v3 in files_external appJulien Lutran
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
2020-05-15Merge pull request #20955 from nextcloud/httpcache-18Roeland Jago Douma
[stable18] Proxy server could cache http response when it is not private
2020-05-15[tx-robot] updated from transifexNextcloud bot
2020-05-14[tx-robot] updated from transifexNextcloud bot
2020-05-13Proxy server could cache http response when it is not privateClement Wong
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-13[tx-robot] updated from transifexNextcloud bot
2020-05-12Merge pull request #20574 from nextcloud/backport/16035/stable18Morris Jobke
[stable18] dont show remote and email options if we have an exact match for local user email
2020-05-12dont show remote and email options if we have an exact match for local user ↵Robin Appelman
email Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-12Merge pull request #20877 from nextcloud/backport/20719/stable18Roeland Jago Douma
[stable18] Fix languages empty array
2020-05-12[tx-robot] updated from transifexNextcloud bot
2020-05-11Merge pull request #20924 from nextcloud/backport/20915/stable18Roeland Jago Douma
[stable18] Use random_bytes
2020-05-11Merge pull request #20774 from nextcloud/backport/19743/stable18Roeland Jago Douma
[stable18] dont try to update storage mtime if we can't get the mtime
2020-05-11Fix languages empty arrayGretaD
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-05-11Use random_bytesRoeland Jago Douma
Since we don't care if it is human readbale. The code is backwards compatible with the old format. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-11[tx-robot] updated from transifexNextcloud bot
2020-05-09[tx-robot] updated from transifexNextcloud bot
2020-05-08[tx-robot] updated from transifexNextcloud bot
2020-05-01dont try to update storage mtime if we can't get the mtimeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-01Merge pull request #20763 from nextcloud/backport/20710/stable18Roeland Jago Douma
[stable18] Fix Argon2 options checks
2020-05-01Fix Argon2 options checksMichaIng
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum. Options are now applied the following way: - If config.php contains the setting with an integer higher or equal to the minimum, it is applied. - If config.php contains the setting with an integer lower than the minimum, the minimum is applied. - If config.php does not contain the setting or with no integer value, the PHP default is applied. Signed-off-by: MichaIng <micha@dietpi.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-01Allow specifying a default expiration dateRoeland Jago Douma
This overrides the max expiration date. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>