summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
* remove old encryption appBjoern Schiessle2015-04-071-532/+0
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-1/+1
* Update license headersJenkins for ownCloud2015-03-261-15/+20
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+16
* Updating license headersJenkins for ownCloud2015-02-231-16/+21
* get correct user for paths to the trash bin, needed for remote shares if the ...Bjoern Schiessle2015-01-301-2/+2
* make versions of shared files downloadableBjoern Schiessle2015-01-091-42/+93
* first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-2/+2
* Update OCA\Encryption to OCA\Files_Encryption in the encryption app itselfJoas Schilling2014-12-091-32/+30
* Fix namespace of files_encryption classes and autoload themJoas Schilling2014-12-091-1/+1
* 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
* change private/public key names for consistency reasonsBjoern Schiessle2014-11-261-20/+23
* harmonize copyright noticeBjoern Schiessle2014-11-261-2/+4
* new folder structure for keysBjoern Schiessle2014-11-261-43/+2
* listen to the post_passwordReset hook, backup the old keys and create a new k...Bjoern Schiessle2014-11-171-0/+1
* Add type hinting to functionsLukas Reschke2014-10-241-4/+6
* Make files non executableLukas Reschke2014-10-241-0/+0
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-1/+1
* Fix share key finding algorithm in various casesVincent Petry2014-09-231-15/+31
* Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-131-11/+28
|\
| * support aes 256Bjoern Schiessle2014-07-231-11/+28
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-071-0/+1
* | make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-301-1/+3
|/
* always use a \OC\Files\ViewBjoern Schiessle2014-06-251-9/+1
* always use oc filesystem for rename operationBjoern Schiessle2014-06-251-0/+24
* remove encryption keys if user unshares a fileBjoern Schiessle2014-06-061-0/+2
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-19/+19
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-1/+1
* remove legacy aka deprecated code: OC_FilesystemViewThomas Müller2014-05-121-2/+2
* remove legacy aka deprecated code: OC_FilesystemThomas Müller2014-05-121-1/+1
* in case of phpunit executions calling header() and exit() is too badThomas Müller2014-03-141-3/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-4/+5
|\
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-4/+5
* | Fix more documentation failesJoas Schilling2014-02-081-2/+1
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-3/+5
|/
* move unlink proxy to a hook which handles pre and post conditionsBjoern Schiessle2014-01-311-0/+2
* Merge pull request #6507 from owncloud/enc_fix_getUserBjörn Schießle2013-12-191-1/+1
|\
| * tests addedBjoern Schiessle2013-12-191-1/+1
| * we can also have a path user/cache/...Bjoern Schiessle2013-12-191-1/+1
* | Merge pull request #6517 from owncloud/fix_6510Björn Schießle2013-12-191-0/+1
|\ \
| * | fix rename of shared filesBjoern Schiessle2013-12-191-0/+1
| |/
* / extend the encryption stream wrapper to handle local files and add a fall bac...Bjoern Schiessle2013-12-181-0/+24
|/
* Revert "Adjust files_encryption requirements to the new core requirement (PHP...Morris Jobke2013-12-041-1/+8
* Adjust files_encryption requirements to the new core requirement (PHP 5.3.8).Andreas Fischer2013-11-291-8/+1
* Merge branch 'master' into encryption_enable_public_uploadBjoern Schiessle2013-11-271-10/+10
|\
| * typo fixedBjoern Schiessle2013-11-271-1/+1
| * some small changes according to the review commentsBjoern Schiessle2013-11-271-3/+8
| * fix typo in commentBjoern Schiessle2013-11-251-1/+1