summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/hooks/hooks.php
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-627/+0
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-1/+1
* update error messageBjoern Schiessle2014-12-041-1/+1
* small fixesBjoern Schiessle2014-12-021-2/+2
* delete old keys if file was moved to a different mount pointBjoern Schiessle2014-12-021-4/+10
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-15/+4
* harmonize copyright noticeBjoern Schiessle2014-11-261-2/+4
* new folder structure for keysBjoern Schiessle2014-11-261-134/+57
* listen to the post_passwordReset hook, backup the old keys and create a new k...Bjoern Schiessle2014-11-171-0/+13
* Fix moving share keys as non-owner to subdirVincent Petry2014-10-291-32/+26
* Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-231-1/+7
|\
| * Fix share key finding algorithm in various casesVincent Petry2014-09-231-1/+7
* | Merge pull request #11224 from owncloud/fix_recovery_admin_userLukas Reschke2014-09-231-5/+4
|\ \
| * | first check if a private key exists, if not it is always a recovery szenarioBjoern Schiessle2014-09-221-5/+4
* | | Merge pull request #11167 from owncloud/env-movetomountreenableproxyMorris Jobke2014-09-221-0/+1
|\ \ \ | |/ / |/| |
| * | Reenable file proxy when renaming between mount pointsVincent Petry2014-09-181-0/+1
| |/
* / create backup from all keys before recoveryBjoern Schiessle2014-09-191-0/+3
|/
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-131-12/+17
|\
| * support aes 256Bjoern Schiessle2014-07-231-12/+17
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-071-1/+8
* | make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-301-8/+35
* | define type in pre hookBjoern Schiessle2014-07-181-4/+7
|/
* update keys recursively if a folder was movedBjoern Schiessle2014-07-171-26/+33
* Kill legacy encryption migrationThomas Müller2014-07-081-15/+1
* add owner as parameter for delShareKeyBjoern Schiessle2014-07-041-3/+9
* make sure that the umount hook always contains the path relative to data/user...Bjoern Schiessle2014-07-041-1/+1
* always use oc filesystem for rename operationBjoern Schiessle2014-06-251-34/+17
* remove unused codeBjoern Schiessle2014-06-181-1/+0
* fix rename of encryption keysBjoern Schiessle2014-06-181-2/+2
* remove unused variableBjoern Schiessle2014-06-061-1/+1
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-0/+55
* use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-051-2/+1
* workaround to get the unit test goingThomas Müller2014-06-041-4/+6
* Merge pull request #8676 from owncloud/encryption_improvementsMorris Jobke2014-06-021-18/+15
|\
| * ceanup encryption code, improved return codesBjoern Schiessle2014-06-021-18/+15
* | get mount point from mount managerBjoern Schiessle2014-05-281-16/+6
|/
* Merge pull request #8637 from owncloud/enc_improved_error_handlingVincent Petry2014-05-211-3/+7
|\
| * only start migration if the encryption was initialized; allow to overwrite ke...Bjoern Schiessle2014-05-191-3/+7
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-10/+10
|/
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-10/+10
* some fixes to make the gallery work, this made it necessary to adjust some te...Bjoern Schiessle2014-04-231-112/+15
* fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-231-11/+11
* don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-241-4/+13
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-12/+17
|\
| * don't block login forever if we are stuck in the middle of the initial encryp...Bjoern Schiessle2014-02-171-4/+3
| * catch errors during initial encryptionBjoern Schiessle2014-02-171-8/+14
* | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-141-1/+8
|\|
| * refuse login as long as the initial encryption is runningBjoern Schiessle2014-02-101-1/+8