summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4708 from owncloud/encryption_fixesBjörn Schießle2013-09-181-1/+2
|\
| * make sure that initial encryption also starts for a fresh installationBjoern Schiessle2013-09-031-1/+2
* | Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-121-60/+61
|\ \
| * | more is_resource checks before readdirArthur Schiwon2013-09-051-60/+61
| |/
* | coding style fixesBjoern Schiessle2013-09-061-1/+2
* | fix part file handling and real size calculation, this should also solve #4581Bjoern Schiessle2013-09-061-2/+3
* | check shares for the real file and not for the .part fileBjoern Schiessle2013-09-061-0/+5
* | first check if a extension exists before comparing itBjoern Schiessle2013-09-061-1/+1
* | handle part files correctlyBjoern Schiessle2013-09-061-6/+27
|/
* don't change the etags if a file gets encrypted/decrypted to avoid that the s...Bjoern Schiessle2013-08-181-24/+32
* Merge branch 'master' into decrypt_files_againBjoern Schiessle2013-08-171-93/+6
|\
| * change decryptUnknownKeyfile() to decryptKeyfile(), we always use openssl_sealBjoern Schiessle2013-08-121-30/+6
| * remove old comments, TODos, etc.Bjoern Schiessle2013-08-091-63/+0
* | preserve mtime if file gets encrypted/decryptedBjoern Schiessle2013-08-121-1/+13
* | fix array declarationBjoern Schiessle2013-08-121-1/+1
* | use OC\Files\View to read encrypted file, so that it also works with external...Bjoern Schiessle2013-07-311-4/+7
* | we need to use the path relative to data/Bjoern Schiessle2013-07-301-4/+1
* | encrypt/decrypt file versionsBjoern Schiessle2013-07-301-3/+124
* | improved error handlingBjoern Schiessle2013-07-301-10/+26
* | working decrypt files methodBjoern Schiessle2013-07-291-6/+96
|/
* only check for external mount points if the external storage app is enabledBjörn Schießle2013-07-051-9/+12
* always return normalized pathBjörn Schießle2013-07-051-1/+1
* move isSystemWideMountPoint() to util.phpBjörn Schießle2013-07-051-0/+15
* fix path to OC_Mount_ConfigBjörn Schießle2013-07-051-1/+1
* handle system wide mount pointsBjörn Schießle2013-07-051-8/+22
* fix numRows usage in files_encryptionJörn Friedrich Dreyer2013-06-241-15/+3
* add some more error messages, in case something went wrongBjörn Schießle2013-06-191-8/+11
* fix for path_hash not unique as reported at #3641Florin Peter2013-06-131-2/+2
* fix memory problems as reported at #3620Florin Peter2013-06-131-4/+3
* Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-131-49/+57
|\
| * Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle2013-06-131-22/+42
| |\
| | * fix typo in var nameBjörn Schießle2013-06-131-1/+1
| | * use number of manipulated rows as idicator if it was possible to enter the mi...Björn Schießle2013-06-121-68/+20
| | * use constants for different migration statusBjörn Schießle2013-06-111-8/+11
| | * make sure that only one process can enter the migration modeBjörn Schießle2013-06-111-9/+74
| * | Merge branch 'master' into files_encryption_upgrade_fixBjörn Schießle2013-06-121-4/+4
| |\|
| * | Merge branch 'master' into files_encryption_upgrade_fixFlorin Peter2013-05-311-29/+38
| |\ \
| * | | fix re-encrypt legacy filesFlorin Peter2013-05-311-27/+15
* | | | Merge branch 'master' into files_encryption_check_private_keyBjörn Schießle2013-06-111-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | add missing backticks all over the placeJörn Friedrich Dreyer2013-06-101-4/+4
| | |/ | |/|
* | | reformat codeFlorin Peter2013-06-031-19/+26
* | | introduce decryptPrivateKey() method which also checks if the result is a val...Björn Schießle2013-06-031-9/+7
|/ /
* | fixed problems with file_get_contents and file_put_contents this problem was ...Florin Peter2013-05-301-28/+19
* | Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-301-16/+20
|\|
| * changes after reviewFlorin Peter2013-05-291-1/+5
| * Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-291-1/+1
| |\
| * \ Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-281-4/+2
| |\ \
| * | | replace == with === and replace != with !==Florin Peter2013-05-271-15/+15
| * | | Merge branch 'master' into remove_unused_varsFlorin Peter2013-05-271-309/+396
| |\ \ \
| * | | | remove unused varaiblesBjörn Schießle2013-05-271-1/+1