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
2021-05-20l10n: Unify spellingValdnet
2021-03-30Merge pull request #26219 from nextcloud/relative-path-nullRoeland Jago Douma
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
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-12-09Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an in...Daniel Kesselberg
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-15Fix wrongly mixed mock objects in encryption testsJoas Schilling
2019-02-22Make sure maintenance mode is always casted to boolJoas Schilling
2018-11-30improve variable namingBjoern Schiessle