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
2014-12-09Fix namespace of files_encryption classes and autoload themJoas Schilling
2014-12-09reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke
2014-12-04update error messageBjoern Schiessle
2014-12-02small fixesBjoern Schiessle
2014-12-02delete old keys if file was moved to a different mount pointBjoern Schiessle
2014-11-26change private/public key names for consistency reasonsBjoern Schiessle
2014-11-26harmonize copyright noticeBjoern Schiessle
2014-11-26new folder structure for keysBjoern Schiessle
2014-11-17listen to the post_passwordReset hook, backup the old keys and create a new k...Bjoern Schiessle
2014-10-29Fix moving share keys as non-owner to subdirVincent Petry
2014-09-23Merge pull request #11137 from owncloud/enc-pregfixVincent Petry
2014-09-23Fix share key finding algorithm in various casesVincent Petry
2014-09-23Merge pull request #11224 from owncloud/fix_recovery_admin_userLukas Reschke
2014-09-22Merge pull request #11167 from owncloud/env-movetomountreenableproxyMorris Jobke
2014-09-22first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle
2014-09-19create backup from all keys before recoveryBjoern Schiessle
2014-09-18Reenable file proxy when renaming between mount pointsVincent Petry
2014-08-13Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry
2014-08-07add logout hook to remove keys from sessionBjoern Schiessle
2014-07-30make the versions and encryption app aware of the copy operationBjoern Schiessle
2014-07-23support aes 256Bjoern Schiessle
2014-07-18define type in pre hookBjoern Schiessle
2014-07-17update keys recursively if a folder was movedBjoern Schiessle
2014-07-08Kill legacy encryption migrationThomas Müller
2014-07-04add owner as parameter for delShareKeyBjoern Schiessle
2014-07-04make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle
2014-06-25always use oc filesystem for rename operationBjoern Schiessle
2014-06-18remove unused codeBjoern Schiessle
2014-06-18fix rename of encryption keysBjoern Schiessle
2014-06-06remove unused variableBjoern Schiessle
2014-06-06remove encryption keys if user unshares a fileBjoern Schiessle
2014-06-05use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle
2014-06-04workaround to get the unit test goingThomas Müller
2014-06-02Merge pull request #8676 from owncloud/encryption_improvementsMorris Jobke
2014-06-02ceanup encryption code, improved return codesBjoern Schiessle
2014-05-28get mount point from mount managerBjoern Schiessle
2014-05-21Merge pull request #8637 from owncloud/enc_improved_error_handlingVincent Petry
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke
2014-05-19only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle
2014-05-17Fix more missing or broken PHPDocRobin McCorkell
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-05-12remove legacy aka deprecated code: OC_FilesystemViewThomas Müller
2014-04-23some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle
2014-04-23fix encryption tests after the removal of the shared folderBjoern Schiessle
2014-02-24don't overwrite keys if rename was done by a stream copyBjoern Schiessle
2014-02-18Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-17don't block login forever if we are stuck in the middle of the initial encryp...Bjoern Schiessle
2014-02-17catch errors during initial encryptionBjoern Schiessle
2014-02-15Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller
2014-02-10refuse login as long as the initial encryption is runningBjoern Schiessle