Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -401/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -16/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -20/+23 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -23/+20 |
| | |||||
* | Merge pull request #13288 from owncloud/enc_fix_public_download | Lukas Reschke | 2015-01-14 | 1 | -11/+9 |
|\ | | | | | [encryption] fix download of public shared files | ||||
| * | if we download a public shared file we need to retrieve the user from the path | Bjoern Schiessle | 2015-01-13 | 1 | -11/+9 |
| | | |||||
* | | Check array size, before using the 3rd element from it | Joas Schilling | 2015-01-12 | 1 | -0/+9 |
|/ | |||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -1/+3 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -3/+3 |
| | |||||
* | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | harmonize copyright notice | Bjoern Schiessle | 2014-11-26 | 1 | -4/+5 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -1/+1 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | remove unused variable | Bjoern Schiessle | 2014-11-25 | 1 | -1/+0 |
| | |||||
* | also try to get file info from part file | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | still try to encrypt files, even if the session is not initialized. The ↵ | Bjoern Schiessle | 2014-11-04 | 1 | -2/+1 |
| | | | | stream wrapper will throw an error which is better than silently continue. | ||||
* | we also encrypt/decrypt files in the versions folder for previews and if ↵ | Bjoern Schiessle | 2014-10-06 | 1 | -3/+8 |
| | | | | encryption is enabled/disabled | ||||
* | make sure that we really catch the files folder only | Bjoern Schiessle | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Remove passing by reference to allow for proper GC | Vincent Petry | 2014-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | The garbage collector in PHP 5.3.10 does not properly release the file handle when calling fclose() due to the fact that it is passed by reference. This has the side-effect of preventing file locks to be released as well when the files_locking app is enabled. This fix removes the useless passing by reference and now the file handle and file lock are freed properly. | ||||
* | Kill legacy encryption migration | Thomas Müller | 2014-07-08 | 1 | -15/+0 |
| | |||||
* | always take unencrypted size | Bjoern Schiessle | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Fix checking for external share in encryption | Robin Appelman | 2014-06-14 | 1 | -1/+4 |
| | |||||
* | if file doesn't exist, check parent folder | Bjoern Schiessle | 2014-06-14 | 1 | -0/+6 |
| | |||||
* | exclude mounted server-to-server shares from encryption | Bjoern Schiessle | 2014-06-14 | 1 | -4/+28 |
| | |||||
* | don't ask for fileInfo if we already have one | Bjoern Schiessle | 2014-06-04 | 1 | -5/+4 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -3/+3 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix more missing or broken PHPDoc | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -8/+8 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -5/+5 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -3/+3 |
| | |||||
* | only update the values which really changed | Bjoern Schiessle | 2014-04-30 | 1 | -8/+6 |
| | |||||
* | fix shouldEncrypt() method and improved decryptAll() unit tests | Bjoern Schiessle | 2014-04-28 | 1 | -1/+2 |
| | |||||
* | Merge pull request #7978 from owncloud/enc_cleanup | Vincent Petry | 2014-04-02 | 1 | -45/+0 |
|\ | | | | | there is no need to re-calculate the shares after a touch | ||||
| * | there is no need to re-calculate the shares after a touch | Bjoern Schiessle | 2014-03-31 | 1 | -45/+0 |
| | | |||||
* | | Merge pull request #7912 from owncloud/enc_move_checks_to_pre_hook | Björn Schießle | 2014-04-01 | 1 | -60/+32 |
|\ \ | |/ |/| | move check if a file should be encrypted to the pre hook | ||||
| * | move check if a file should be encrypted to the pre hook | Bjoern Schiessle | 2014-03-31 | 1 | -60/+32 |
| | | |||||
* | | don't write file if opening a stream to encrypt the data fails | Bjoern Schiessle | 2014-03-28 | 1 | -0/+2 |
|/ | |||||
* | Fixed warning when browsing Shared folder | Vincent Petry | 2014-03-10 | 1 | -1/+1 |
| | | | | | The virtual "Shared" folder doesn't have an unencrypted_size field. This fix adds a check to prevent warnings in the log. | ||||
* | Return unencrypted_size of folder when queried | Vincent Petry | 2014-03-07 | 1 | -0/+7 |
| | | | | | | This fixes the "used space" to be based on the unencrypted size, not encrypted size, to be consistent with how quota/space is handled when encryption is enabled | ||||
* | Merge pull request #7454 from owncloud/enc_remember_fopen_mode | Björn Schießle | 2014-02-28 | 1 | -6/+26 |
|\ | | | | | [enc] remember original fopen access type in pre-proxy | ||||
| * | remember original fopen access type in pre-proxy because sometimes they change | Bjoern Schiessle | 2014-02-27 | 1 | -6/+26 |
| | | | | | | | | during the fopen call, e.g. 'r' becomes 'r+' if we open an URL | ||||
* | | Fixed wrong field name | Vincent Petry | 2014-02-27 | 1 | -1/+1 |
|/ | | | | | | | This re-fixes an issue where the unencrypted size isn't updated correctly when saving a text file in the UI multiple times. Fixes #7467 | ||||
* | Merge pull request #7176 from owncloud/style | Lukas Reschke | 2014-02-18 | 1 | -1/+1 |
|\ | | | | | Some style fixes | ||||
| * | Style fixes | Bart Visscher | 2014-02-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -3/+3 |
|\ \ | |/ |/| | Add a FileInfo class which holds all info of a file ... | ||||
| * | merge master into fileinfo | Robin Appelman | 2014-01-29 | 1 | -7/+24 |
| |\ | |||||
| * \ | Merge branch 'master' into fileinfo | Robin Appelman | 2014-01-17 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: tests/lib/files/cache/cache.php | ||||
| * | | | remove more is_array from encryption | Robin Appelman | 2014-01-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | Don't use is_array on FileInfo | Robin Appelman | 2014-01-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | move unlink proxy to a hook which handles pre and post conditions | Bjoern Schiessle | 2014-01-31 | 1 | -41/+0 |
| |_|/ |/| | | |||||
* | | | only update file cache with the unenecrypted size when the file was written | Bjoern Schiessle | 2014-01-24 | 1 | -7/+24 |
| |/ |/| |