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-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
2021-07-06Refactor getEncryptionModule routineJ0WI
2021-06-16remove depricated methods from MountConfigRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-19Fix phpcs issues in encryption updateVincent Petry
2021-03-19Log and continue when failing to update encryption keys during for individual...Julius Härtl
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-07Catch throwable instead of exceptionRoeland Jago Douma
2020-12-29dont apply encryption wrapper for root mountRobin Appelman
2020-12-16Update all license headers for Nextcloud 21Christoph 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-20New SSE key formatRoeland Jago Douma
2020-07-10Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-02-01Keep the modification time during decryptFilesammo2828
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2018-12-14list files which could not be decryptedBjoern Schiessle
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-10-24skip already decrypted files on decrypt all commandBjoern Schiessle
2018-03-26Remove deprecated \OCP\User::userExistsRoeland Jago Douma
2018-03-25Remove deprecated \OCP\User::getUsersRoeland Jago Douma
2018-03-02this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle
2018-01-26Simplify ternary operator statementsMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-07-06only collect detailed access list if it is really neededBjoern Schiessle
2017-06-13don't try to encrypt/decrypt the certificate bundleBjoern Schiessle
2017-04-23Remove unused use statementsMorris Jobke
2017-04-19Fix translationsJoas Schilling
2017-04-13Adjust docs and make !$currentAccess simplerJoas Schilling
2017-04-13Return the token as wellJoas Schilling
2017-04-13Return the paths for the users without setting them all upJoas Schilling
2017-04-13Fix commentsRoeland Jago Douma
2017-04-13Port Encryption/file to new getAccessListRoeland Jago Douma
2017-03-29Don't add the Encryption Storage Wrapper if there are no encryption modulesRoeland Jago Douma
2017-03-17Ignore exception when deleting keys of deleted userVincent Petry
2017-03-10Remove legacy class OC_Group and OC_UserMorris Jobke
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-11-30Ignore AppData in encryption wrapperRoeland Jago Douma
2016-10-20Fix shared storage namespace in DecryptAll classVincent Petry
2016-10-20Move OC\Files\Storage\Shared to the right namespaceJoas Schilling