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-01-12Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan
2021-12-16Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet
2021-08-26Fix encrypted version to 0 when finding unencrypted fileVincent Petry
2021-07-08Generate strong, human readable OTPJ0WI
2021-06-30Migrate HintException to OCPGary Kim
2021-06-30Merge pull request #27638 from nextcloud/enh/noid/fix-encrypted-versionJulius Härtl
2021-06-29Prevent running FixEncryptedVersion without master keyVincent Petry
2021-06-29Fix FixEncryptedVersionTest testVincent Petry
2021-06-29Fix warnings in FixEncryptedVersion commandVincent Petry
2021-06-29Detect disabled signature check when reparingVincent Petry
2021-06-29Downstream encryption:fix-encrypted-versionVincent Petry
2021-06-29Remember current cipherJ0WI
2021-06-23Merge pull request #26323 from J0WI/crypt-constblizzz
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-20l10n: Unify spellingValdnet
2021-03-30Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma
2021-03-26Use constant for supported formatsJ0WI
2021-03-26Drop OpenSSL 0.9.8 workaroundJ0WI
2021-03-24getStorage can also return nullRobin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-16Harden EncryptAll check for empty emailRoeland Jago Douma
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-07FIXME use default RC4 methodRoeland Jago Douma
2020-12-07Fix encryption testRoeland Jago Douma
2020-11-23Merge pull request #24288 from nextcloud/techdebt/noid/encryption-setup-depen...Morris Jobke
2020-11-23Remove unused dependencies in encryption app setupMorris Jobke
2020-11-23[encryption] Remove dependency fetching inside the constructor and move them ...Morris Jobke
2020-11-23Auto-wire remaining encryption app services that depend on ViewMorris Jobke
2020-11-21Auto-wire as much as possible in the encryption appMorris Jobke
2020-11-20Update ScanLegacyFormat.phpessys
2020-11-11Change to full class names for the encryption app DI in preparation of auto-w...Morris Jobke
2020-10-13The encryption decrypt position can be int or stringChristoph Wurst
2020-10-07Migrate encryption to the PSR containerChristoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke
2020-08-19Fix typo in error message Morris Jobke
2020-08-19Add legacy scanning commandRoeland Jago Douma
2020-08-19Make legacy cipher opt inRoeland Jago Douma
2020-08-14Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg
2020-08-14Harden key generationJulius Härtl
2020-08-11SSE enhancementRoeland Jago Douma
2020-07-21Encryption is ready if master key is enabledJulius Härtl
2020-06-26Also always return in app commandsJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format code according to PSR2Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst