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
AgeCommit message (Collapse)Author
2020-05-28Merge pull request #21061 from nextcloud/version/18.0.5/RC1v17.0.5RC1Roeland Jago Douma
18.0.5 RC1
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-28Merge pull request #21127 from ↵Christoph Wurst
nextcloud/fix/make-translation-sanitization-optional-stable18 [stable18] Make the translation sanitization optional
2020-05-28Merge pull request #21132 from nextcloud/backport/20933/stable18Roeland Jago Douma
[stable18] Move the password confirmation form template to post
2020-05-28[tx-robot] updated from transifexNextcloud bot
2020-05-27Move the password confirmation form template to postRoeland Jago Douma
I know we use JS for this. But it triggers some false positives on testing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-27Fix devices & sessions sanitizationChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-27Make the translation sanitization optionalChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-27Merge pull request #21115 from nextcloud/backport/21106/stable18blizzz
[stable18] use the loginname to verify the old password in user password changes
2020-05-27[tx-robot] updated from transifexNextcloud bot
2020-05-26use the loginname to verify the old password in user password changesArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-05-26Merge pull request #21096 from nextcloud/backport/21090/stable18Roeland Jago Douma
[stable18] Do not read certificate bundle from data dir by default
2020-05-26Fix federated link sharing permissionsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-26Fix share update testJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26Update public link share permission codeRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-26Have share permissions on link shares if it is enabledRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-26Adjust integration tests to new permissionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26Remove unneeded test since links have resharing permissions by defaultJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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-26Set proper share type when converting link shares to federated sharesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-26[tx-robot] updated from transifexNextcloud bot
2020-05-25Merge pull request #20881 from nextcloud/backport/20841/stable18Morris Jobke
[stable18] add locking to resolve concurent move to trashbin conflicts
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-24[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-2118.0.5 RC1Roeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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-20Merge pull request #21053 from nextcloud/backport/21050/stable18Morris Jobke
[stable18] Caching and compression for app store requests
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-19Merge pull request #21030 from nextcloud/backport/21003/stable18Roeland Jago Douma
[stable18] Remove entries from locales.json incompatible with punic
2020-05-19[tx-robot] updated from transifexNextcloud bot
2020-05-18Merge pull request #20996 from nextcloud/backport/20629/stable18Roeland Jago Douma
[stable18] Don't load text file preview when text app is available (Fixes: #20615)
2020-05-18Remove entries from locales.json incompatible with punicDaniel Kesselberg
As reported at https://github.com/nextcloud/server/issues/20999 the list contains en_US_POSIX as locale but punic is unable to parse such a locale. If you select that locale everyone is confused. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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-18Merge pull request #20992 from nextcloud/backport/20941/stable18Morris Jobke
[stable18] update icewind/smb to 3.2.4
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-15Don't load text file preview when text app is available (Fixes: #20615)Jonas Meurer
When opening a shared text document, the files_sharing app uses internal preview support in case no other app to open the text file is available. So far, it only checks for the old files_texteditor app, not for the new new text app. This commit fixes this by checking for both. Signed-off-by: Jonas Meurer <jonas@freesources.org>
2020-05-15update icewind/smb to 3.2.4Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>