Commit Graph

145 Commits (7f7006643f7e659c86b81720dd50b33dbbb07430)

Author SHA1 Message Date
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 10 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 10 years ago
Vincent Petry 63fa8ec69a JSHint fixes in sharedfilelistSpec unit test file 11 years ago
Vincent Petry 98ec0451be Remove delete button in shared with others list 11 years ago
Joas Schilling 76ebd3a050 Make apps/ extend the \Test\TestCase and fix overwritten methods 11 years ago
Lukas Reschke f3ab4f3faf Don't disclose relative directory path for single shared files of user 11 years ago
Lukas Reschke 8dbedbb849 Remove unused code 11 years ago
Joas Schilling a3a064fe96 Skip some more tests on Windows which just can not work at all 11 years ago
Vincent Cloutier fad621140b Added download size on public sharing 11 years ago
Lukas Reschke 988c85d292 Refactor file sharing public link handling 11 years ago
Robin Appelman 0f3fd89f7d Fix sharing tests 11 years ago
Robin Appelman 7ecd220715 Setup shared mounts for the correct user when setting up the filesystem for the non-logged in user 11 years ago
Robin Appelman 9c79c2fa17 Dont make real users in tests 11 years ago
Robin Appelman 83126ab675 Add unit 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
Jörn Friedrich Dreyer cb3a4d22b1 make tests compatible with hook based skeleton generation 11 years ago
Jörn Friedrich Dreyer 9b0f0df7f5 make skeleton compatible with objectstore 11 years ago
Bjoern Schiessle 3431d547a9 fix performance issues 11 years ago
Bjoern Schiessle 6e7acb8ae0 some small fixed, suggested by scrutinizer 11 years ago
Bjoern Schiessle e5f0dded84 throw a exception if we can't handle the provided path 11 years ago
Bjoern Schiessle 52b6469b0c call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all checks are executed, e.g. to check if the share is really visible 11 years ago
Bjoern Schiessle 5c7fe91041 clear share table after each test run 11 years ago
Bjoern Schiessle 9105e17307 unit tests for grouping of shares pointing to the same source 11 years ago
Vincent Petry 05cf940983 Tentative fix for legacy file actions unit test side effect 11 years ago
Robin Appelman 2fcedcc503 fix test 11 years ago
Lukas Reschke 594078e22f Fix copyright 11 years ago
Bjoern Schiessle 193a0b1a17 fix broken unit tests 11 years ago
Bjoern Schiessle c25915cde4 update unit tests with configurable share folder 11 years ago
Morris Jobke 676fa459d7 Minor fixes 11 years ago
Jörn Friedrich Dreyer 1af436cb59 add test for search() in shared cache 11 years ago
Bjoern Schiessle ecc1f92bb6 add OCS api call to set expire date for link shares 11 years ago
Bjoern Schiessle c22b5c7884 fix sharing update, add proper escaping 11 years ago
Vincent Petry 658828867c Correctly return the owner display name for children of shares 11 years ago
Thomas Müller 7159d6118e reduce share action text to the user name only 11 years ago
Vincent Petry 22653e21a2 Propagate file action changes to the file lists 11 years ago
Vincent Petry f4f52cf242 Fix update cleanup to only affect file and folders 11 years ago
Vincent Petry 8ddff52c51 Do not show recipient for link shares in file list 11 years ago
Bjoern Schiessle 3b9fa81581 if a folder gets deleted we unshare all shared files/folders below 11 years ago
Bjoern Schiessle ea31ab7b5c rename mount point of children if parent was renamed 11 years ago
Robin Appelman 0008db9995 Fix unit test 11 years ago
Vincent Petry 025b71d068 Use fileActionsReady to re-render sharing icons 11 years ago
Jan-Christoph Borchardt b7cb4f5a63 fix trailing whitespace noted by Scrutinizer 11 years ago
Vincent Petry 586b3a9683 Sync file list with file actions 11 years ago
Thomas Müller ef4057d382 remove pointless require - we should kill all require_once like that in our tests 11 years ago
Bjoern Schiessle 38ff8173ab make sure that hooks are registered for the tests 11 years ago
Vincent Petry d22559200c Fix parsing of remote URL when mounting remote shares 11 years ago
Bjoern Schiessle a0b85fc5e4 make sure that during share and unshare the etags get propagated correctly 11 years ago
Bjoern Schiessle 3fc7357ade add/update unit tests 11 years ago
Bjoern Schiessle 1d9b4aadbf no need to prepare a statement twice 11 years ago