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 (Expand)Author
2022-05-16Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handlingLouis
2022-05-12Add stricter psalm type for CappedMemoryCachecleanup/cappedmemorycacheCarl Schwan
2022-05-10Add a public replacement for OC::$server->getCarl Schwan
2022-05-10Use stored user for PasswordUpdatedEventfix/PasswordUpdatedEvent_handlingLouis Chemineau
2022-04-14Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry
2022-04-08Fix case also when the table existed alreadyJoas Schilling
2022-03-31Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet
2022-03-31Remove unneeded preSchemaChange and return null if no changesCôme Chilliet
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
2022-03-25Fix files_external column lengthbugfix/noid/ensure-string-columns-to-be-maximum-of-4000Joas Schilling
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24force full setup after external storage config changeRobin Appelman
2022-03-24Merge pull request #30991 from nextcloud/external-remove-config-migrationRobin Appelman
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-17Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman
2022-03-15AmazonS3: allow not implemented versioningErik van Velzen
2022-03-11Prevent reading key on SFTP stat boolJohn Molakvoæ
2022-03-04type hint as generatorsmb-directory-invalid-typeRobin Appelman
2022-03-04handle invilid type when listing directory in smbRobin Appelman
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-02-11handle notfound and notpermitted error in Smb::getDirectoryContentsmb-getdirectory-content-catchRobin Appelman
2022-02-09remove old legacy external storage migration logicexternal-remove-config-migrationRobin Appelman
2022-02-08Merge pull request #30945 from nextcloud/techdebt/noid/background-job-time-wi...Joas Schilling
2022-02-07Use the new option to signaling insensitivityJoas Schilling
2022-02-07Add SCHEME_NULL to list of allowed auth mechanismhowardZa
2022-01-26Fix php:csLouis Chemineau
2022-01-21Fix accessing undefined offsetsCarl Schwan
2022-01-21l10n: Change to a capital letterValdnet
2022-01-20update to release smb libRobin Appelman
2022-01-20do not use deprecated query() methodArthur Schiwon
2022-01-20add changes from Sebastian/dassIT and move default_realm to backendArthur Schiwon
2022-01-20add KerberosApacheAuth support to files_externalArthur Schiwon
2022-01-14Merge pull request #29923 from alacn1/fix_basicauth_must_be_stringCarl Schwan
2022-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
2021-12-15Add option to disallow creation of local storagesVincent Petry
2021-12-03files_external SMB: throw InvalidArgument when user is not setAnderson Luiz Alves
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-11-09Add migration to move over existing storage idsJulius Härtl
2021-11-04Use unique combination of hostname/bucket/key for external storagesJulius Härtl
2021-10-25Merge pull request #29021 from nextcloud/work/smb/additional-loggingJulius Härtl
2021-10-19cache versioning enabled statusRobin Appelman
2021-10-19minor directory detect improvementsRobin Appelman
2021-10-15always set Key field in `headObject`Robin Appelman
2021-10-15more reliable hasUpdated for s3Robin Appelman
2021-10-15remove old migration methodRobin Appelman
2021-10-15optimize filetype for s3 directories a bitRobin Appelman
2021-10-15more reliable directory copyRobin Appelman
2021-10-15doesDirectoryExist fixesRobin Appelman
2021-10-15s3 external storage listing reworkRobin Appelman
2021-10-15Merge pull request #29185 from nextcloud/revert-29165-bug/noid/s3-delete-fold...Robin Appelman