Commit Graph

158 Commits (7fbb7f4dc4cd1918a5b3dfaa4c8dfb6a7e11d0c3)

Author SHA1 Message Date
Bjoern Schiessle b6f63e9b3d don't delete share table entries for the unique name if re-share permission was removed 12 years ago
Bjoern Schiessle 24993280ed Next step in server-to-server sharing next generation, see #12285 12 years ago
Vincent Petry 11b3aa2dbe Fix issues with searchByTag in shared storage 12 years ago
Morris Jobke d41082f4d6 first step to drop \OCP\Config:: in favour of IConfig 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 81e9d43e23 Move file thumbnail into the label element 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Vincent Petry bf887eca8b Remove obsoleted filelist prototype backup in tests 12 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 12 years ago
Vincent Petry c02ef69521 Simple Plugin system for Javascript 12 years ago
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