Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -339/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+20 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+19 |
| | |||||
* | get correct user for paths to the trash bin, needed for remote shares if the ↵ | Bjoern Schiessle | 2015-01-30 | 1 | -0/+1 |
| | | | | size of of trash gets calculated | ||||
* | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -25/+227 |
| | |||||
* | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 1 | -19/+19 |
| | |||||
* | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 1 | -5/+5 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -18/+18 |
| | |||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -8/+0 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -52/+0 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -16/+27 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -2/+0 |
| | | | | take care of this | ||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -7/+11 |
| | |||||
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -0/+56 |
| | | | | | | | | | | | 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 | ||||
* | ceanup encryption code, improved return codes | Bjoern Schiessle | 2014-06-02 | 1 | -1/+8 |
| | |||||
* | tests added | Bjoern Schiessle | 2013-12-19 | 1 | -0/+37 |
| | |||||
* | tests added | Bjoern Schiessle | 2013-11-15 | 1 | -1/+14 |
| | |||||
* | rename fixPartialFilePath() to stripPartialFileExtension(), this name ↵ | Bjoern Schiessle | 2013-11-12 | 1 | -6/+6 |
| | | | | describes better what the method actually does | ||||
* | missed some replacements... now tests should work | Bjoern Schiessle | 2013-11-12 | 1 | -13/+6 |
| | |||||
* | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 1 | -0/+61 |