summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/helper.php
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-0/+1
|\
| * use pre_setPassword hook to update the encryption keys if the back-end doesn'...Björn Schießle2013-06-061-0/+1
* | better handling for http postFlorin Peter2013-06-041-1/+5
* | changed redirect handlingFlorin Peter2013-06-031-0/+9
* | reformat codeFlorin Peter2013-06-031-1/+1
* | introduce decryptPrivateKey() method which also checks if the result is a val...Björn Schießle2013-06-031-7/+1
|/
* fixed problems with file_get_contents and file_put_contents this problem was ...Florin Peter2013-05-301-0/+14
* Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-281-0/+16
|\
| * fix for losing private key while being logged in and accessing a public linkFlorin Peter2013-05-281-0/+16
* | changed to public log apiFlorin Peter2013-05-271-2/+2
* | replace == with === and replace != with !==Florin Peter2013-05-271-4/+1
* | reformat codeFlorin Peter2013-05-271-42/+42
|/
* no use the recoveryPassword var instead of accessing the POST arrayBjörn Schießle2013-05-241-1/+1
* fixes after review from @DeepDiver1975Florin Peter2013-05-231-49/+43
* cleanup unused code optimize testsFlorin Peter2013-05-211-10/+0
* reformat code added and changed phpdocFlorin Peter2013-05-201-63/+71
* moved enable and disable recovery to Helper class for unit testsFlorin Peter2013-05-171-0/+92
* allow admin to recover users files in case of password lostBjörn Schießle2013-05-161-1/+1