Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first step to drop \OCP\Config:: in favour of IConfig | Morris Jobke | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -32/+30 |
| | |||||
* | Fix namespace of files_encryption classes and autoload them | Joas Schilling | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | OC8 and later requires PHP >= 5.4, so we can remove the check from the ↵ | Bjoern Schiessle | 2014-12-04 | 1 | -5/+1 |
| | | | | encryption app | ||||
* | fix typo | Bjoern Schiessle | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 1 | -20/+23 |
| | |||||
* | harmonize copyright notice | Bjoern Schiessle | 2014-11-26 | 1 | -2/+4 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -43/+2 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | listen to the post_passwordReset hook, backup the old keys and create a new ↵ | Bjoern Schiessle | 2014-11-17 | 1 | -0/+1 |
| | | | | key pair for the user | ||||
* | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 1 | -4/+6 |
| | | | | It's only reasonable to have proper type hinting here which might even help us to catch bugs. | ||||
* | Make files non executable | Lukas Reschke | 2014-10-24 | 1 | -0/+0 |
| | | | | There is not much sense in having these files marked executable, we should avoid that. | ||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -1/+1 |
| | |||||
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -15/+31 |
| | | | | | | | | | | | Instead of inaccurate pattern matching, use the list of users who we know have access to the file to build the list of share keys. This covers the following cases: - Move/copy files into a subfolder within a share - Unsharing from a user - Deleting files directlry / moving share keys to trashbin | ||||
* | Merge pull request #9754 from owncloud/enc_support_aes_256 | Vincent Petry | 2014-08-13 | 1 | -11/+28 |
|\ | | | | | [encryption] support aes 256 | ||||
| * | support aes 256 | Bjoern Schiessle | 2014-07-23 | 1 | -11/+28 |
| | | |||||
* | | add logout hook to remove keys from session | Bjoern Schiessle | 2014-08-07 | 1 | -0/+1 |
| | | |||||
* | | make the versions and encryption app aware of the copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -1/+3 |
|/ | |||||
* | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 1 | -9/+1 |
| | |||||
* | always use oc filesystem for rename operation | Bjoern Schiessle | 2014-06-25 | 1 | -0/+24 |
| | |||||
* | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 1 | -0/+2 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -19/+19 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -2/+2 |
| | |||||
* | remove legacy aka deprecated code: OC_Filesystem | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | in case of phpunit executions calling header() and exit() is too bad | Thomas Müller | 2014-03-14 | 1 | -3/+8 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | Merge branch 'master' into scrutinizer_documentation_patches | Thomas Müller | 2014-02-18 | 1 | -4/+5 |
|\ | | | | | | | | | Conflicts: lib/private/migration/content.php | ||||
| * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -4/+5 |
| | | |||||
* | | Fix more documentation failes | Joas Schilling | 2014-02-08 | 1 | -2/+1 |
| | | | | | | | | Issue #7111 | ||||
* | | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -3/+5 |
|/ | |||||
* | move unlink proxy to a hook which handles pre and post conditions | Bjoern Schiessle | 2014-01-31 | 1 | -0/+2 |
| | |||||
* | Merge pull request #6507 from owncloud/enc_fix_getUser | Björn Schießle | 2013-12-19 | 1 | -1/+1 |
|\ | | | | | [encryption] fix getUser Helper | ||||
| * | tests added | Bjoern Schiessle | 2013-12-19 | 1 | -1/+1 |
| | | |||||
| * | we can also have a path user/cache/... | Bjoern Schiessle | 2013-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #6517 from owncloud/fix_6510 | Björn Schießle | 2013-12-19 | 1 | -0/+1 |
|\ \ | | | | | | | [encryption] fix rename of shared files | ||||
| * | | fix rename of shared files | Bjoern Schiessle | 2013-12-19 | 1 | -0/+1 |
| |/ | |||||
* / | extend the encryption stream wrapper to handle local files and add a fall ↵ | Bjoern Schiessle | 2013-12-18 | 1 | -0/+24 |
|/ | | | | back for file size calculation if the storage doesn't support fseek | ||||
* | Revert "Adjust files_encryption requirements to the new core requirement ↵ | Morris Jobke | 2013-12-04 | 1 | -1/+8 |
| | | | | | | (PHP 5.3.8)." This reverts commit efbf18652c6eef42e2ca2fda3572d74d2be022dd. | ||||
* | Adjust files_encryption requirements to the new core requirement (PHP 5.3.8). | Andreas Fischer | 2013-11-29 | 1 | -8/+1 |
| | |||||
* | Merge branch 'master' into encryption_enable_public_upload | Bjoern Schiessle | 2013-11-27 | 1 | -10/+10 |
|\ | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/helper.php apps/files_encryption/lib/keymanager.php apps/files_encryption/lib/stream.php apps/files_encryption/lib/util.php apps/files_encryption/tests/keymanager.php | ||||
| * | typo fixed | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
| | | |||||
| * | some small changes according to the review comments | Bjoern Schiessle | 2013-11-27 | 1 | -3/+8 |
| | | |||||
| * | fix typo in comment | Bjoern Schiessle | 2013-11-25 | 1 | -1/+1 |
| | | |||||
* | | check HTTP Referer to check if we come from public.php or from a internal page. | Bjoern Schiessle | 2013-11-21 | 1 | -4/+10 |
|/ | | | | Necessary to detect public access also if a user is logged in. | ||||
* | [wip] make encryption work with public gallery sharing | Bjoern Schiessle | 2013-11-20 | 1 | -4/+30 |
| | |||||
* | instead of writing etmp files we write the dummy file to data/user/cache to ↵ | Bjoern Schiessle | 2013-11-14 | 1 | -11/+40 |
| | | | | avoid that etmp files show up in the users files list | ||||
* | Merge pull request #5447 from owncloud/fixing-5117-master | Vincent Petry | 2013-11-13 | 1 | -0/+43 |
|\ | | | | | No data corruption duriing parallel upload | ||||
| * | rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵ | Bjoern Schiessle | 2013-11-12 | 1 | -1/+1 |
| | | | | | | | | describes better what the method actually does | ||||
| * | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 1 | -0/+16 |
| | | |||||
| * | let encryption app detect transfer id in path and handle it correctly | Bjoern Schiessle | 2013-11-11 | 1 | -0/+27 |
| | |