summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle2013-11-211-12/+9
| |\|
| | * Merge branch 'master' into encryption_work_with_public_galleryBjoern Schiessle2013-11-211-12/+9
| | |\
| * | | Merge branch 'encryption_work_with_public_gallery' into encryption_enable_pub...Bjoern Schiessle2013-11-211-13/+19
| |\| |
| | * | better distinction between userID and keyIdBjoern Schiessle2013-11-211-13/+19
| * | | public upload now also works with encryption enabledBjoern Schiessle2013-11-211-2/+2
| |/ /
| * | make sure that we always use the correct user idBjoern Schiessle2013-11-201-1/+1
| * | fix some getShareKey() and getFileKey() callsBjoern Schiessle2013-11-201-3/+3
| * | [wip] make encryption work with public gallery sharingBjoern Schiessle2013-11-201-39/+23
* | | with the latest changes in master $this-userID is always the correct ID, so w...Bjoern Schiessle2013-11-271-24/+20
* | | fix typo in var nameBjoern Schiessle2013-11-261-1/+1
* | | show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-5/+11
| |/ |/|
* | check if it is a cached file or a version to resolve the correct path to the ...Bjoern Schiessle2013-11-201-1/+5
* | only check if the key file exists to decide if it is an encrypted file or not.Bjoern Schiessle2013-11-201-15/+8
|/
* make sure that the owners home is mounted correctlyBjoern Schiessle2013-11-191-0/+4
* Merge branch 'master' into encryption_fixesBjoern Schiessle2013-11-131-4/+1
|\
| * Merge pull request #5447 from owncloud/fixing-5117-masterVincent Petry2013-11-131-4/+1
| |\
| | * rename fixPartialFilePath() to stripPartialFileExtension(), this name describ...Bjoern Schiessle2013-11-121-1/+1
| | * let encryption app detect transfer id in path and handle it correctlyBjoern Schiessle2013-11-111-4/+1
* | | make sure that we keep the correct timestamp and etag after encryoption/decry...Bjoern Schiessle2013-11-121-11/+11
|/ /
* | Fixed encryption migration when entry is missing in DBVincent Petry2013-10-251-1/+12
* | files_encryption: Fix getFileSize()Markus Goetz2013-10-231-2/+9
* | set the init status to "NOT_INITIALIZED" if the encryption app gets enabledBjoern Schiessle2013-10-221-1/+1
|/
* Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-231-1/+2
|\
| * 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 branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-161-68/+97
|\| |
| * | 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
| |/
* | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-1/+2
* | encryption error messages, distinguish between a re-enabled encryption app an...Bjoern Schiessle2013-09-021-55/+5
* | improved error messaging, initial commitBjoern Schiessle2013-08-301-0/+52
|/
* 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