Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 4 | -604/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 1 | -1/+6 |
| | | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. | ||||
* | fixing unit tests | Björn Schießle | 2016-02-09 | 1 | -0/+1 |
| | |||||
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | occ tool to encrypt all files | Bjoern Schiessle | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16452 from owncloud/enc_ftp_upload | Björn Schießle | 2015-05-26 | 2 | -3/+84 |
|\ | | | | | always write file, if fseek doesn't work we write the whole file | ||||
| * | test to simulate a non-seekable stream wrapper | Bjoern Schiessle | 2015-05-21 | 2 | -3/+84 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | add a unit test to make sure that we don't try to read a file during a write ↵ | Bjoern Schiessle | 2015-05-18 | 1 | -2/+10 |
| | | | | operation | ||||
* | Merge pull request #15980 from owncloud/jknockaert-patch-1 | Björn Schießle | 2015-05-18 | 1 | -10/+11 |
|\ | | | | | fix bug #15973 | ||||
| * | correct testSeek | jknockaert | 2015-05-18 | 1 | -4/+4 |
| | | |||||
| * | work on tests | jknockaert | 2015-05-18 | 1 | -10/+11 |
| | | | | | | Tests reorganised and extended | ||||
* | | a new approach to display the error message | Bjoern Schiessle | 2015-05-18 | 1 | -1/+2 |
|/ | |||||
* | fall back to the ownCloud default encryption module and aes128 if we read a ↵ | Bjoern Schiessle | 2015-04-27 | 1 | -1/+1 |
| | | | | encrypted file without a header | ||||
* | fix unit tests | Bjoern Schiessle | 2015-04-24 | 1 | -5/+16 |
| | |||||
* | enable testWriteWriteRead | jknockaert | 2015-04-24 | 1 | -14/+14 |
| | |||||
* | enable testRewind | jknockaert | 2015-04-24 | 1 | -14/+14 |
| | |||||
* | Update encryption.php | jknockaert | 2015-04-24 | 1 | -14/+14 |
| | |||||
* | disable r+ test | jknockaert | 2015-04-24 | 1 | -14/+14 |
| | |||||
* | add two tests | jknockaert | 2015-04-24 | 1 | -0/+30 |
| | | | testRewind tests reading and writing after rewind on an encrypted stream; testWriteWriteRead tests r+ mode | ||||
* | Delete temp files after testing encryption stream wrapper | Vincent Petry | 2015-04-23 | 1 | -0/+6 |
| | |||||
* | Merge pull request #15757 from owncloud/enc-fixfeofforlastblock | Björn Schießle | 2015-04-22 | 1 | -6/+40 |
|\ | | | | | Fix encryption feof to not return too early | ||||
| * | Fix encryption feof to not return too early | Vincent Petry | 2015-04-20 | 1 | -6/+40 |
| | | | | | | | | | | | | | | | | | | | | This is because stream_read will pre-cache the next block which causes feof($this->source) to return true prematurely. So we cannot rely on it. Fixed encryption stream wrapper unit tests to actually simulate 6k/8k blocks to make sure we cover the matching logic. Added two data files with 8192 and 8193 bytes. | ||||
* | | get dirname from sharePath | Bjoern Schiessle | 2015-04-21 | 1 | -1/+95 |
|/ | |||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -1/+4 |
| | |||||
* | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -2/+1 |
| | |||||
* | Fix mock object to return proper type | Thomas Müller | 2015-04-09 | 1 | -0/+2 |
| | |||||
* | fixing unit test execution - test dummy module was behaving wrong | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Properly set size and unencrypted size in the stream unit tests | Thomas Müller | 2015-04-07 | 1 | -9/+8 |
| | |||||
* | Adding unit test for read and write of big file | Thomas Müller | 2015-04-07 | 1 | -0/+16 |
| | |||||
* | fixing unit tests for encryption stream wrapper seek | Thomas Müller | 2015-04-07 | 1 | -0/+13 |
| | |||||
* | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -10/+42 |
| | |||||
* | update unit tests after ctor signature change of \OC\Encryption\Util | Thomas Müller | 2015-04-07 | 1 | -1/+4 |
| | |||||
* | adding unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 1 | -0/+41 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 2 | -5/+8 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+4 |
| | | | | | | | | | | | 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 | ||||
* | Fixed quota stream's fseek method | Vincent Petry | 2013-10-25 | 1 | -0/+72 |
| | | | | | | - Added missing return statement - Added missing support for SEEK_END - Fixes #5524 | ||||
* | add quota streamwrapper that limits the amount of data that can be written ↵ | Robin Appelman | 2013-07-25 | 1 | -0/+78 |
| | | | | to a stream | ||||
* | better unit tests for static stream wrapper | Robin Appelman | 2013-06-28 | 1 | -0/+68 |