Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old encryption app | Bjoern Schiessle | 2015-04-07 | 1 | -1392/+0 |
| | |||||
* | replace share proxy with hook | Robin Appelman | 2015-03-26 | 1 | -3/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+20 |
| | |||||
* | Add wrapper for Guzzle | Lukas Reschke | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+13 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -13/+18 |
| | |||||
* | Fix intendation | Joas Schilling | 2015-01-29 | 1 | -3/+3 |
| | |||||
* | Fix more assertions | Joas Schilling | 2015-01-29 | 1 | -26/+26 |
| | |||||
* | Fix 2 assertions | Joas Schilling | 2015-01-29 | 1 | -3/+3 |
| | |||||
* | make sure that we always create a public share key for remote shares | Bjoern Schiessle | 2015-01-29 | 1 | -31/+92 |
| | |||||
* | Merge pull request #13182 from owncloud/download_versions | Björn Schießle | 2015-01-12 | 1 | -0/+34 |
|\ | | | | | make versions of shared files downloadable | ||||
| * | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -0/+34 |
| | | |||||
* | | unit tests | Bjoern Schiessle | 2015-01-09 | 1 | -4/+86 |
|/ | |||||
* | Next step in server-to-server sharing next generation, see #12285 | Bjoern Schiessle | 2014-12-19 | 1 | -7/+92 |
| | | | | | | | | | | | | | | Beside some small improvements and bug fixes this will probably the final state for OC8. To test this you need to set up two ownCloud instances. Let's say: URL: myPC/firstOwnCloud user: user1 URL: myPC/secondOwnCloud user: user2 Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud". The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined. If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him. | ||||
* | Correctly namespace encryption tests | Joas Schilling | 2014-12-09 | 1 | -25/+22 |
| | |||||
* | Use self:: instead of the class name in encryption tests | Joas Schilling | 2014-12-09 | 1 | -226/+226 |
| | |||||
* | Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself | Joas Schilling | 2014-12-09 | 1 | -14/+17 |
| | |||||
* | upgrade to new folder structure | Bjoern Schiessle | 2014-12-02 | 1 | -27/+4 |
| | |||||
* | change private/public key names for consistency reasons | Bjoern Schiessle | 2014-11-26 | 1 | -4/+4 |
| | |||||
* | new folder structure for keys | Bjoern Schiessle | 2014-11-26 | 1 | -100/+100 |
| | | | | | | all keys are now in files_encryption/key/path_to_file/filename/ share keys are named: user.shareKey file key is named: fileKey | ||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -11/+11 |
| | |||||
* | Fix single run of encryption tests and usages of uniqid() and fopen() | Joas Schilling | 2014-11-17 | 1 | -58/+64 |
| | |||||
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -8/+0 |
| | | | | take care of this | ||||
* | Properly register sharing hooks and proxies | Vincent Petry | 2014-10-30 | 1 | -1/+7 |
| | | | | | | | This will fix failing tests when shares weren't cleant up on delete due to missing hooks. Added login for user1 in setUp(). | ||||
* | Added encryption test when moving file as non-owner | Vincent Petry | 2014-10-29 | 1 | -2/+15 |
| | |||||
* | make tests compatible with hook based skeleton generation | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -0/+8 |
| | |||||
* | Fix share key finding algorithm in various cases | Vincent Petry | 2014-09-23 | 1 | -0/+57 |
| | | | | | | | | | | | 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 | ||||
* | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 1 | -3/+3 |
| | |||||
* | update keys recursively if a folder was moved | Bjoern Schiessle | 2014-07-17 | 1 | -0/+48 |
| | |||||
* | remove pointless require of Blowfish.php | Thomas Müller | 2014-07-10 | 1 | -1/+0 |
| | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | remove legacy aka deprecated code: OC_FilesystemView | Thomas Müller | 2014-05-12 | 1 | -4/+4 |
| | |||||
* | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 1 | -26/+25 |
| | |||||
* | Remember before change works better | Bart Visscher | 2014-04-01 | 1 | -3/+3 |
| | |||||
* | add test case if a file gets moved out from the shared folder | Bjoern Schiessle | 2014-02-24 | 1 | -0/+70 |
| | |||||
* | Merge pull request #7190 from owncloud/appconfig-legacy-apps | Thomas Müller | 2014-02-18 | 1 | -6/+6 |
|\ | | | | | Remove usage of legacy OC_Appconfig | ||||
| * | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -6/+6 |
| | | |||||
* | | Merge pull request #6748 from owncloud/fileinfo | icewind1991 | 2014-02-14 | 1 | -7/+7 |
|\ \ | |/ |/| | Add a FileInfo class which holds all info of a file ... | ||||
| * | remove more is_array from encryption | Robin Appelman | 2014-01-17 | 1 | -7/+7 |
| | | |||||
* | | added tests for the delete hooks if the trash bin is disabled | Bjoern Schiessle | 2014-02-01 | 1 | -15/+29 |
|/ | |||||
* | call set password hook because it doesn't get triggered during test ↵ | Bjoern Schiessle | 2013-12-16 | 1 | -3/+12 |
| | | | | execution and fix paths | ||||
* | enable more tests | Bjoern Schiessle | 2013-12-04 | 1 | -8/+4 |
| | |||||
* | Merge pull request #4537 from owncloud/no-realpath | Thomas Müller | 2013-08-22 | 1 | -10/+10 |
|\ | | | | | Do not use realpath() on includes. | ||||
| * | Use __DIR__ instead of dirname(__FILE__). | Andreas Fischer | 2013-08-21 | 1 | -10/+10 |
| | | | | | | | | This is possible because we require PHP 5.3 or higher. | ||||
| * | Do not use realpath() on includes. | Andreas Fischer | 2013-08-21 | 1 | -10/+10 |
| | | | | | | | | | | | | | | If the file does not exist, realpath() returns false and "include false;" produces "Failed opening '' for inclusion" which is a useless error message. 'include' works just fine with symlinks, "./" and "../". | ||||
* | | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1 | -2/+7 |
|\| | | | | | | | | | Conflicts: apps/files_encryption/tests/keymanager.php | ||||
| * | fix test and make warning translatable | Bjoern Schiessle | 2013-08-01 | 1 | -2/+7 |
| | | |||||
* | | don't know why it works locally but not on the build server... let's keep it ↵ | Bjoern Schiessle | 2013-07-31 | 1 | -0/+3 |
| | | | | | | | | out for the moment | ||||
* | | this hopefully fixes testRecoveryForUser(), works locally | Bjoern Schiessle | 2013-07-31 | 1 | -7/+10 |
| | | | | | | | | for now I disabled testRecoveryFile(), no idea why jenkins deletes complete folders... Works nicely in the real world | ||||
* | | this test works locally, let's see what out build server says... | Bjoern Schiessle | 2013-07-31 | 1 | -3/+0 |
| | |