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
2022-02-08Merge pull request #30945 from ↵Joas Schilling
nextcloud/techdebt/noid/background-job-time-windows Background job time windows
2022-02-07Use the new option to signaling insensitivityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-07Add SCHEME_NULL to list of allowed auth mechanismhowardZa
Add Auth::Mechanism::SCHEME_NULL to list of allowed auth mechanism for AmazonS3 backend to allow attaching S3 storage to nextcloud instances running on already authorized instances (e.g. EC2 instances with IAM Instance roles) Signed-off-by: Wolfram Gries <wolfram.gries@zapooflex.net>
2022-02-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-28[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-26Fix php:csLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-22Merge pull request #30795 from nextcloud/fix/smb-kerberosJohn Molakvoæ
2022-01-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-21Fix accessing undefined offsetsCarl Schwan
Move this to inside the else clause of the count($matches) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-21l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-01-20Add test for samba kerberos sso in ciRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update icewind/smb to 3.5.2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update to release smb libRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20update icewind/smb to 3.5.1Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-01-20do not use deprecated query() methodArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-20add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon
- Sebastian added the switch depending on the preg_match result and with it the fall back to login credentials - I turned default_realm to a backend option (was previously suggested as system config key) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-20add KerberosApacheAuth support to files_externalArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-01-14Merge pull request #29923 from alacn1/fix_basicauth_must_be_stringCarl Schwan
Fix users can't login external mount user entered credentials not set
2022-01-13Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan
Fix psalm not running
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-01-12Merge pull request #30572 from nextcloud/fix/lint_warningsLouis
Fix lint warnings
2022-01-12[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-11Replace license information to SPDX expressionLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Add generic type and description when its missingLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Typing correctionsLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-11Merge pull request #30570 from nextcloud/rakekniven-branch3Joas Schilling
Removed obselete language files - Pt. II
2022-01-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-01-10 Removed obselete language files - Pt. IIrakekniven
For these files there are no associated languages setup at Transifex. Fix for #30501 Related to nextcloud/docker-ci#341 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-01-10Removed obselete language filesrakekniven
Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341
2022-01-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-15Add option to disallow creation of local storagesVincent Petry
Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-12-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-06Merge pull request #30113 from nextcloud/bugfix/noid/ext-storage-missing-spinnerPytal
2021-12-06Add spinner when loading ext storagesVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2021-12-03files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves
Signed-off-by: Anderson Luiz Alves <alacn1@gmail.com>
2021-12-01list.php files are only invoked via ViewController and APIControllerJoas Schilling
Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-30Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-11-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2021-11-23[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-11-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>