Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 4 | -126/+15 | |
| | | ||||||
* | | fixes from git push force | Morris Jobke | 2014-08-12 | 1 | -2/+0 | |
| | | ||||||
* | | add unit tests | Bjoern Schiessle | 2014-08-12 | 1 | -0/+49 | |
| | | ||||||
* | | Disable encryption migration tests | Morris Jobke | 2014-08-05 | 1 | -0/+8 | |
| | | ||||||
* | | Minor fixes | Morris Jobke | 2014-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment | |||||
* | | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+52 | |
|/ | ||||||
* | check that the file proxies are enabled after each test | Bjoern Schiessle | 2014-07-17 | 1 | -0/+2 | |
| | ||||||
* | update keys recursively if a folder was moved | Bjoern Schiessle | 2014-07-17 | 1 | -0/+48 | |
| | ||||||
* | Removed legacy encryption tests | Vincent Petry | 2014-07-16 | 1 | -84/+0 | |
| | ||||||
* | - Added test to trigger index id error | Vincent Petry | 2014-07-14 | 1 | -6/+37 | |
| | | | | | - re-enable encryption migration tests - sqlite requires reconnect after schema changes | |||||
* | Disable legacy encryption tests | Vincent Petry | 2014-07-11 | 1 | -0/+4 | |
| | | | | | It seems these tests are not needed any more, but will now be skipped instead until the case is cleared out. | |||||
* | remove pointless require of Blowfish.php | Thomas Müller | 2014-07-10 | 2 | -2/+0 | |
| | ||||||
* | Kill legacy encryption migration | Thomas Müller | 2014-07-08 | 1 | -42/+0 | |
| | ||||||
* | Merge pull request #9453 from owncloud/enc_fix_wrong_file_size | Frank Karlitschek | 2014-07-06 | 1 | -4/+8 | |
|\ | | | | | [encryption] always take unencrypted size | |||||
| * | improved unit tests | Bjoern Schiessle | 2014-07-04 | 1 | -4/+8 | |
| | | ||||||
* | | add owner as parameter for delShareKey | Bjoern Schiessle | 2014-07-04 | 1 | -2/+2 | |
|/ | ||||||
* | unit tests | Bjoern Schiessle | 2014-06-27 | 1 | -19/+192 | |
| | ||||||
* | fix unit tests | Bjoern Schiessle | 2014-06-25 | 1 | -2/+2 | |
| | ||||||
* | always use a \OC\Files\View | Bjoern Schiessle | 2014-06-25 | 2 | -33/+34 | |
| | ||||||
* | add unit tests | Bjoern Schiessle | 2014-06-24 | 1 | -1/+29 | |
| | ||||||
* | Merge pull request #9093 from owncloud/remove_unused_code | Morris Jobke | 2014-06-19 | 2 | -7/+5 | |
|\ | | | | | remove unused code | |||||
| * | remove unused code | Bjoern Schiessle | 2014-06-18 | 2 | -7/+5 | |
| | | ||||||
* | | Merge pull request #9068 from owncloud/trashbin_unittests_master | Björn Schießle | 2014-06-18 | 1 | -1/+1 | |
|\ \ | |/ |/| | fix trash bin expire operation and add unit tests | |||||
| * | adjust encryption tests to the trash bin changes | Bjoern Schiessle | 2014-06-18 | 1 | -1/+1 | |
| | | ||||||
* | | fix rename of encryption keys | Bjoern Schiessle | 2014-06-18 | 1 | -6/+7 | |
| | | ||||||
* | | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 1 | -1/+2 | |
|/ | ||||||
* | disable failing tests | Bjoern Schiessle | 2014-06-11 | 1 | -0/+6 | |
| | ||||||
* | remove encryption keys if user unshares a file | Bjoern Schiessle | 2014-06-06 | 1 | -3/+3 | |
| | ||||||
* | adding unit tests for encryption data migration | Thomas Müller | 2014-06-05 | 2 | -0/+169 | |
| | ||||||
* | use oc_preferences instead of oc_encryption to store encyption settings | Bjoern Schiessle | 2014-06-05 | 2 | -18/+28 | |
| | ||||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -4/+4 | |
| | | | | Updating SabreDAV namespaces | |||||
* | get the storage from the view | Bjoern Schiessle | 2014-06-04 | 1 | -4/+5 | |
| | ||||||
* | make sure to close the stream at the end of each test | Bjoern Schiessle | 2014-06-04 | 1 | -0/+6 | |
| | ||||||
* | Merge pull request #8729 from owncloud/add-phpseclib-master | Thomas Müller | 2014-06-03 | 1 | -1/+1 | |
|\ | | | | | use phpseclib from 3rdparty | |||||
| * | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 1 | -1/+1 | |
| | | | | | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | |||||
* | | ceanup encryption code, improved return codes | Bjoern Schiessle | 2014-06-02 | 2 | -13/+8 | |
|/ | ||||||
* | Merge pull request #8637 from owncloud/enc_improved_error_handling | Vincent Petry | 2014-05-21 | 1 | -0/+42 | |
|\ | | | | | [encryption] improved error handling during password change | |||||
| * | only start migration if the encryption was initialized; allow to overwrite ↵ | Bjoern Schiessle | 2014-05-19 | 1 | -0/+42 | |
| | | | | | | | | keys if no files exists | |||||
* | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 8 | -28/+28 | |
|/ | | | | * test case added to avoid adding them later | |||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 2 | -3/+3 | |
| | ||||||
* | Merge pull request #8398 from owncloud/enc_backup_keys | Björn Schießle | 2014-05-13 | 1 | -0/+11 | |
|\ | | | | | backup the encryption key after the encryption was disabled | |||||
| * | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -0/+11 | |
| | | | | | | | | can restore them if needed | |||||
* | | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 9 | -30/+30 | |
|/ | ||||||
* | fix shouldEncrypt() method and improved decryptAll() unit tests | Bjoern Schiessle | 2014-04-28 | 1 | -9/+50 | |
| | ||||||
* | merge master into webdav-injection | Robin Appelman | 2014-04-25 | 3 | -46/+33 | |
|\ | ||||||
| * | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 3 | -46/+33 | |
| | | ||||||
* | | Prevent error if previously cached data doesn't have an etag | Robin Appelman | 2014-04-22 | 1 | -0/+1 | |
| | | ||||||
* | | merge master into webdav-injection | Robin Appelman | 2014-04-15 | 1 | -3/+3 | |
|\| | ||||||
| * | Remember before change works better | Bart Visscher | 2014-04-01 | 1 | -3/+3 | |
| | | ||||||
* | | merge master into webdav-injection | Robin Appelman | 2014-03-26 | 1 | -0/+20 | |
|\| |