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-05-27[tx-robot] updated from transifexNextcloud bot
2020-05-25Merge pull request #21092 from nextcloud/enh/noid/recommended-appsRoeland Jago Douma
Update recommended apps
2020-05-25Merge pull request #21090 from ↵Roeland Jago Douma
nextcloud/bug/noid/do-not-read-cert-from-datadir-by-default Do not read certificate bundle from data dir by default
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-25Update hub bundle and add proxy rule to htaccessJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-25Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke
Implement occ command to reset bruteforce attemps from a given IP address
2020-05-25Fix code styleMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-25[tx-robot] updated from transifexNextcloud bot
2020-05-23Merge pull request #20989 from nextcloud/td/js/move_core_files_webpackRoeland Jago Douma
Move core/js/files to webpack
2020-05-23Merge pull request #21065 from ↵Roeland Jago Douma
nextcloud/fix/cleanstatscache_before_fetching_metadata Clear the statscache before fetching the metadata
2020-05-23[tx-robot] updated from transifexNextcloud bot
2020-05-22Move core/js/files to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-05-22Merge pull request #20776 from nextcloud/enh/limit_group_queriesRoeland Jago Douma
Improve group queries
2020-05-22Clear the statscache before fetching the metadataRoeland Jago Douma
Else if a lot of writes happen. It might happen that an old stat result is used. Resulting in a wrong file size for the file. For example the text app when a lot of people edit at the same time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-22[tx-robot] updated from transifexNextcloud bot
2020-05-21Merge pull request #20814 from nextcloud/group-id-onlyRoeland Jago Douma
dont get the group details if we only ask for the id
2020-05-21Merge pull request #21018 from nextcloud/bug/20498/add-defaults-on-emptyRoeland Jago Douma
Create account structure also for empty record
2020-05-21[tx-robot] updated from transifexNextcloud bot
2020-05-20Revert "Compress the appstore requests by default"Morris Jobke
This reverts commit 6ffde128ad17a1ebe38f8d18b21a37d01b47c46b. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20Allow gzip encoded requests by defaultMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20Merge pull request #21050 from ↵Morris Jobke
nextcloud/bug/noid/caching-and-gzipping-of-appstore-requests 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 #21041 from nextcloud/enh/dataresponse_etag_lastmodMorris Jobke
Copy over the ETag and LastModified when formatting a Dataresponse
2020-05-19Add a message to the log entry of an app being disabledChristoph Wurst
As an admin, it's always a surprise to see that an app got disabled. On a busy server with many log entries, it's hard to locate the entry that explains why Nextcloud disabled an app. Adding a message will make it more obvious, allowing admins and developers to grep for the string. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-19Copy over the ETag and LastModified when formatting a DataresponseRoeland Jago Douma
This way the ETag checks etc are all working. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-19[tx-robot] updated from transifexNextcloud bot
2020-05-18Merge pull request #21033 from nextcloud/enh/capabilities_initialstateMorris Jobke
Provide capabilities via initialstate
2020-05-18Provide capabilities via initialstateRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-18Merge pull request #21017 from nextcloud/enh/noid/clean-excluded-groups-listMorris Jobke
Remove group from excluded_groups_list after delete
2020-05-18[tx-robot] updated from transifexNextcloud bot
2020-05-17Create account structure also for empty recordDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-17Remove group from excluded_groups_list after deleteDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-05-17[tx-robot] updated from transifexNextcloud bot
2020-05-16[tx-robot] updated from transifexNextcloud bot
2020-05-15Merge pull request #20957 from nextcloud/Valdnet-patch-5Roeland Jago Douma
l10n: Adding "The" before "Following"
2020-05-15Allow TemplateResponse to be compressedMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-15l10n: Add "The" before "Following"Valdnet
2020-05-15[tx-robot] updated from transifexNextcloud bot
2020-05-14[tx-robot] updated from transifexv19.0.0RC2Nextcloud bot
2020-05-13Merge pull request #20958 from ↵Morris Jobke
nextcloud/bugfix/talk-3523/allow-links-to-conversations Allow links to conversations
2020-05-13Allow links to conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Fix return code of AppConfig::deleteUserValueMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-13Merge pull request #20939 from nextcloud/enh/middleware/not_modifiedRoeland Jago Douma
Move not modified check to the middleware
2020-05-13Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma
Proxy server could cache http response when it is not private
2020-05-13Move the notmodified check to middleware where it belongsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-13[tx-robot] updated from transifexNextcloud bot
2020-05-12Merge pull request #20813 from nextcloud/lazy-folderMorris Jobke
generalize the "lazy folder" concept
2020-05-12Merge pull request #20858 from nextcloud/fix/20289/remember_webauth_namesChristoph Wurst
Remember the webauthn name of devices