Commit Graph

144 Commits (b3515a98e98e1403a841f435cfcd5058053dd4e1)

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