summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
Commit message (Expand)AuthorAgeFilesLines
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-099-85/+83
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-099-8/+635
* reduce OC_Preferences, OC_Config and \OCP\Config usageMorris Jobke2014-12-081-5/+15
* OC8 and later requires PHP >= 5.4, so we can remove the check from the encryp...Bjoern Schiessle2014-12-041-5/+1
* fix typoBjoern Schiessle2014-12-031-1/+1
* upgrade to new folder structureBjoern Schiessle2014-12-024-33/+268
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-264-187/+172
* harmonize copyright noticeBjoern Schiessle2014-11-266-16/+24
* new folder structure for keysBjoern Schiessle2014-11-264-361/+132
* replace \OC:: with \OC::->getSession()Bjoern Schiessle2014-11-251-2/+2
* don't store private public-share-key in sessionBjoern Schiessle2014-11-251-17/+10
* remove unused variableBjoern Schiessle2014-11-251-1/+0
* Fix file upload to ext storage when recovery key is enabledVincent Petry2014-11-201-9/+21
* listen to the post_passwordReset hook, backup the old keys and create a new k...Bjoern Schiessle2014-11-172-0/+13
* Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-0/+1
|\
| * Fix single run of encryption tests and usages of uniqid() and fopen()Joas Schilling2014-11-171-0/+1
* | Merge pull request #12027 from owncloud/cleanup_exceptionsVincent Petry2014-11-104-90/+34
|\ \
| * | clean up encryption exceptionsBjoern Schiessle2014-11-074-90/+34
* | | only set the values we need and make sure that we write the file info for bothBjoern Schiessle2014-11-071-3/+7
* | | also try to get file info from part fileBjoern Schiessle2014-11-071-2/+2
|/ /
* | throw exception if private key is missingBjoern Schiessle2014-11-052-0/+13
* | still try to encrypt files, even if the session is not initialized. The strea...Bjoern Schiessle2014-11-041-2/+1
|/
* Merge pull request #11659 from jknockaert/masterVincent Petry2014-10-301-38/+54
|\
| * initialisation of cipherjknockaert2014-10-281-1/+1
| * small fixjknockaert2014-10-201-0/+1
| * bugfixesjknockaert2014-10-201-5/+6
| * ok; still some bugs that had to be fixedjknockaert2014-10-201-39/+35
| * small fixjknockaert2014-10-191-1/+2
| * rework getFileSizejknockaert2014-10-191-28/+45
* | Add type hinting to functionsLukas Reschke2014-10-241-4/+6
* | Make files non executableLukas Reschke2014-10-243-0/+0
* | make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-1/+1
|/
* fixing usage of EncryptionExceptionThomas Müller2014-10-171-3/+4
* we also encrypt/decrypt files in the versions folder for previews and if encr...Bjoern Schiessle2014-10-061-3/+8
* Merge pull request #11137 from owncloud/enc-pregfixVincent Petry2014-09-232-37/+63
|\
| * Fix share key finding algorithm in various casesVincent Petry2014-09-232-37/+63
* | fix typoVolkan Gezer2014-09-191-1/+1
* | make sure that we really catch the files folder onlyBjoern Schiessle2014-09-191-1/+1
* | create backup from all keys before recoveryBjoern Schiessle2014-09-191-0/+16
|/
* Remove passing by reference to allow for proper GCVincent Petry2014-09-121-1/+1
* kill OC::$sessionJörn Friedrich Dreyer2014-08-291-11/+11
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-137-60/+304
|\
| * update existing unit testsBjoern Schiessle2014-07-231-1/+1
| * support aes 256Bjoern Schiessle2014-07-237-60/+304
* | fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-072-0/+9
* | make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-301-1/+3
|/
* introduce some encryption exceptions and catch additional error casesBjoern Schiessle2014-07-163-25/+69
* Kill legacy encryption migrationThomas Müller2014-07-084-187/+2
* Merge pull request #9453 from owncloud/enc_fix_wrong_file_sizeFrank Karlitschek2014-07-061-2/+2
|\