Commit Graph

56 Commits (c68fd6d5e3739ebc318a27838dbce13ba8df2b02)

Author SHA1 Message Date
Roeland Jago Douma bdde2156da Added extra unit test 10 years ago
Roeland Jago Douma dd3307dd19 Added unit test 10 years ago
Roeland Jago Douma 4436a9ce35 Shares should have a least read permission 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 10 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 10 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 11 years ago
Joas Schilling 76ebd3a050 Make apps/ extend the \Test\TestCase and fix overwritten methods 11 years ago
Robin Appelman 0f3fd89f7d Fix sharing tests 11 years ago
Thomas Müller f776bcd4a0 remove unnecessary require calls - the ownCloud class loader is supposed to take care of this 11 years ago
Thomas Müller d9907b6fa3 move some deprecated usage of OC_Config and OC_AppConfig to \OC::server 11 years ago
Morris Jobke 676fa459d7 Minor fixes 11 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 11 years ago
Bjoern Schiessle 1d9b4aadbf no need to prepare a statement twice 11 years ago
Bjoern Schiessle 501f98f084 update share API tests, file shares never have delete permissions 11 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 11 years ago
Bjoern Schiessle 7a48f24459 use default expire date only for link shares 11 years ago
Bjoern Schiessle b6e14af861 allow admin to enforce passwords for public link shares 11 years ago
Vincent Petry f73a168694 Added unit test for sharing ext storage mount points 11 years ago
Bjoern Schiessle d468cdacf2 add unit tests which got lost during rebase 11 years ago
Bjoern Schiessle 652d417a58 we don't allow to share a folder if it contains a share mount point 11 years ago
Bjoern Schiessle ed981294f1 fix share api tests 11 years ago
Bart Visscher 999e74e834 Fix PHPdoc in apps/files_sharing 11 years ago
Robin Appelman 7dafdfbe88 add tests for sharing files the users doesn't have access to 11 years ago
Bjoern Schiessle 31681a3a27 finally fix the paths for the OCS Share API 11 years ago
Bjoern Schiessle 3653a51af2 fix path creation for re-shares, issue #7662 11 years ago
Bjoern Schiessle 9d32475260 finally fix the paths for the OCS Share API 11 years ago
Bjoern Schiessle 36885dc64c fix path creation for re-shares, issue #7662 11 years ago
Bjoern Schiessle 9548670da7 we need the file_source to delete a share successfully 11 years ago
Bjoern Schiessle e3f676e009 fix path in sharing results if it is a file in the Shared folder 11 years ago
Vincent Petry 9f4fd0161e Added unit tests for shared files watcher 12 years ago
Bjoern Schiessle 99738ae0bc add test for the reshare option 12 years ago
Bjoern Schiessle ab6ee79e11 adjust tests 12 years ago
Bjoern Schiessle 7a1705d28e fix api tests 12 years ago
Bjoern Schiessle a1719deabe make sure that we are logged in ad user1 while performing the tests 12 years ago
Thomas Müller 8a06f2e128 php 5.3 compatibility for Test_Files_Sharing_Api 12 years ago
Bjoern Schiessle 2e7f481e6b update tests 12 years ago
Bjoern Schiessle 6d830087db add testUpdateShareUpload() 12 years ago
Bjoern Schiessle 03db954e1a add getShareFromFolder() test 12 years ago
Thomas Müller 258e8d58da flipping arguments on assertEquals() - first argument contains the expected value and second argument contains the value to be asserted 12 years ago
Thomas Müller 63ea6844e8 - adding unit test testGetShareFromUnknownId() 12 years ago
Bjoern Schiessle f935a38559 add some comments 12 years ago
Bjoern Schiessle 5b4f515e7b add test getShareFromId 12 years ago
Bjoern Schiessle 4077ed6ddb add some additional assertions to the tests 12 years ago
Thomas Müller 333d3eda99 add error message to the assert 12 years ago
Bjoern Schiessle 7626540679 make sure that files are shared correctly before each test and unshared again after the test 12 years ago
Bjoern Schiessle bd09910f67 disable encrpytion app before performing tests 12 years ago