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-04-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-24[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-22[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-18[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-17[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-14Master is now 25Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Merge pull request #30860 from nextcloud/smb-getdirectory-content-catchVincent Petry
handle notfound and notpermitted error in Smb::getDirectoryContent
2022-04-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-11Merge pull request #31903 from nextcloud/bugfix/noid/fix-missing-elseJoas Schilling
Fix case also when the table existed already
2022-04-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-08Fix case also when the table existed alreadyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07update the wording of external storage deletionenh/noid/update-external-storage-wordingszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-04-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-05Merge pull request #31820 from nextcloud/fix/30002Louis
Explicitly close div element
2022-04-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-04Explicitly close div elementLouis Chemineau
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-03-31Merge pull request #31679 from ↵Côme Chilliet
nextcloud/bugfix/noid/ensure-string-columns-to-be-maximum-of-4000 Ensure string column limit of 4.000 characters
2022-03-31Remove unneeded preSchemaChange and return null if no changesCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-31[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-29Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet
Migrate from ILogger to LoggerInterface in lib/private
2022-03-25Fix files_external column lengthbugfix/noid/ensure-string-columns-to-be-maximum-of-4000Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-25[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-24Add missing event dispatcher in test constructorVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-03-24Apply suggestions from code reviewRobin Appelman
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24force full setup after external storage config changeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-24Merge pull request #30991 from nextcloud/external-remove-config-migrationRobin Appelman
remove old legacy external storage migration logic
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-21[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-20[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-19[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-17don't recheck config automatically when there are a large number of storagesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17add all storage config rows in one go on loadRobin Appelman
this prevents repeated reflows Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-17Merge pull request #31215 from nextcloud/smb-directory-invalid-typeRobin Appelman
handle invalid type when listing directory in smb
2022-03-15AmazonS3: allow not implemented versioningErik van Velzen
In case the S3 implementation does not implement versioning, set it to false. Versioning was introduced in Nexcloud in commit 09ffac5e6dd5355c9aaf49c098942fa1e4fbed25 This is needed for compatibility with the Storj gateway. Signed-off-by: Erik van Velzen <erik@evanv.nl>
2022-03-11Merge pull request #31531 from nextcloud/fix/sftp-offsetJohn Molakvoæ
2022-03-11Prevent reading key on SFTP stat boolJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-03-04simplify setup of circular SetupManager<->ManagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04adjust tests to new fs setupRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04type hint as generatorsmb-directory-invalid-typeRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-03-04handle invilid type when listing directory in smbRobin Appelman
just handle it as an empty directory Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-26[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
this enabled more fine grained filesystem setup Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-15[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-02-11handle notfound and notpermitted error in Smb::getDirectoryContentsmb-getdirectory-content-catchRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-02-09remove old legacy external storage migration logicexternal-remove-config-migrationRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>