summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/helper.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | check HTTP Referer to check if we come from public.php or from a internal page.Bjoern Schiessle2013-11-211-4/+10
|/ | | | Necessary to detect public access also if a user is logged in.
* [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 ↵Bjoern Schiessle2013-11-141-11/+40
| | | | avoid that etmp files show up in the users files list
* Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry2013-11-131-0/+43
|\ | | | | No data corruption duriing parallel upload
| * rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵Bjoern Schiessle2013-11-121-1/+1
| | | | | | | | describes better what the method actually does
| * 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
|\ | | | | | | | | Conflicts: apps/files/index.php
| * 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
| | | | | | | | This should help make OpenSSL configuration on Windows servers easier by allowing the openssl.cnf file to be set directly in the ownCloud config, rather than in SetEnv commands that don't exist and are hard to replicate in IIS.
| * 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 ↵Bjoern Schiessle2013-09-021-2/+2
| | | | | | | | and a password change from outside
* | improved error messaging, initial commitBjoern Schiessle2013-08-301-13/+29
|/
* Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-0/+15
|\ | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php
| * more error messages which might be useful for the user to debug his server ↵Bjoern Schiessle2013-08-081-1/+3
| | | | | | | | config
| * 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 ↵Björn Schießle2013-07-291-0/+27
|/ | | | | | | app was disabled Conflicts: settings/templates/personal.php
* 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
| | | | | | Conflicts: apps/files_encryption/lib/helper.php
* Merge pull request #3899 from owncloud/encryption_check_php_versionVicDeo2013-07-041-2/+18
|\ | | | | check php version, the encryption app needs php >= 5.3.3
| * 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 ↵Björn Schießle2013-06-271-0/+9
|/ | | | migration status if the app was disabled
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-101-0/+1
|\ | | | | | | | | Conflicts: settings/ajax/changepassword.php
| * use pre_setPassword hook to update the encryption keys if the back-end ↵Björn Schießle2013-06-061-0/+1
| | | | | | | | doesn't support password change; improved output to let the admin know what happened
* | 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 ↵Björn Schießle2013-06-031-7/+1
|/ | | | valid private key to avoid additional checks on various places
* fixed problems with file_get_contents and file_put_contents this problem was ↵Florin Peter2013-05-301-0/+14
| | | | related to text editor with big text files
* Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-281-0/+16
|\ | | | | | | | | | | Conflicts: apps/files_encryption/lib/session.php apps/files_encryption/lib/util.php
| * 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
|