aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | check HTTP Referer to check if we come from public.php or from a internal page.Bjoern Schiessle2013-11-211-4/+10
|/
* [wip] make encryption work with public gallery sharingBjoern Schiessle2013-11-201-4/+30
* instead of writing etmp files we write the dummy file to data/user/cache to a...Bjoern Schiessle2013-11-141-11/+40
* Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry2013-11-131-0/+43
|\
| * rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle2013-11-121-1/+1
| * fixing tests for the new part file handlingBjoern Schiessle2013-11-121-0/+16
| * let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle2013-11-111-0/+27
* | set the init status to "NOT_INITIALIZED" if the encryption app gets enabledBjoern Schiessle2013-10-221-0/+1
|/
* block file access if share keys are missingBjoern Schiessle2013-10-111-4/+16
* Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-161-1/+21
|\
| * This function doesn't cache anymore. Adjusted PHPDoc to suit.ringmaster2013-09-021-1/+1
| * Don't cache the pkey, skip generation if the keyfile existsringmaster2013-09-021-5/+2
| * Employ config option for OpenSSL config file, if provided.Owen Winkler2013-09-021-2/+15
| * Start a branch for easier OpenSSL configuration.Owen Winkler2013-09-021-1/+11
* | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-20/+7
* | encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle2013-09-021-2/+2
* | improved error messaging, initial commitBjoern Schiessle2013-08-301-13/+29
|/
* Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-0/+15
|\
| * more error messages which might be useful for the user to debug his server co...Bjoern Schiessle2013-08-081-1/+3
| * also write error message to the logBjoern Schiessle2013-08-081-0/+1
| * catch broken server config and disable encryption app.Bjoern Schiessle2013-08-081-0/+12
* | handle error if we can't handle the given pathBjoern Schiessle2013-07-301-2/+2
* | user interface to allow user to decrypt all his files once the encryption app...Björn Schießle2013-07-291-0/+27
|/
* remove wrong closing bracketBjörn Schießle2013-07-051-1/+0
* added helper function to escape glob patternBjörn Schießle2013-07-051-1/+11
* Merge pull request #3899 from owncloud/encryption_check_php_versionVicDeo2013-07-041-2/+18
|\
| * typoThomas Müller2013-07-011-3/+3
| * cast result to boolBjörn Schießle2013-07-011-1/+1
| * add correct php versionBjörn Schießle2013-07-011-1/+1
| * check php version, the encryption app needs php >= 5.3.3Björn Schießle2013-07-011-0/+16
* | fix function documentationBjörn Schießle2013-06-271-1/+1
* | introduce pre-disable-app hook and use it for the encryption app to reset mig...Björn Schießle2013-06-271-0/+9
|/