Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -513/+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 | ||||
* | Fix file name in tests/lib/encryption | Joas Schilling | 2016-05-18 | 1 | -0/+0 |
| | |||||
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 1 | -6/+53 |
| | |||||
* | Add a test for the fallback to the part file keys | Joas Schilling | 2015-06-08 | 1 | -13/+46 |
| | |||||
* | use not deprecated method in tests | Morris Jobke | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16708 from owncloud/enc_fix_move_to_trash | Morris Jobke | 2015-06-03 | 1 | -0/+39 |
|\ | | | | | make sure that we always use the correct owner for both source and target | ||||
| * | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -0/+39 |
| | | |||||
* | | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 1 | -12/+28 |
|\ | | | | | [encryption] fix move versions between storages | ||||
| * | distinguish between source and target mount point to allow copy/rename ↵ | Bjoern Schiessle | 2015-05-21 | 1 | -12/+28 |
| | | | | | | | | between system wide mount points and user specific mountpoints | ||||
* | | remove part file extension before we read a filekey to reuse a existing key ↵ | Bjoern Schiessle | 2015-05-22 | 1 | -1/+3 |
|/ | | | | if possible, otherwise stuff like versioning will break | ||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -14/+13 |
| | |||||
* | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -0/+16 |
| | |||||
* | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -40/+45 |
| | |||||
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -0/+76 |
| | |||||
* | implement basic encryption functionallity in core to enable multiple ↵ | Bjoern Schiessle | 2015-03-26 | 1 | -0/+280 |
encryption modules |