Commit Graph

178 Commits (0b421e821b945c8b4b57dc1cbbd2ad7917f5da6e)

Author SHA1 Message Date
Roeland Jago Douma fe2aca5aa8 Updated unit tests 12 years ago
Roeland Jago Douma bcae79a85a Split up unit tests 12 years ago
Roeland Jago Douma 083ebca812 Added unit test to test getCapabilities for files_sharing 12 years ago
Vincent Petry 182b1937bb Only reload file list after remote share accept request returns 12 years ago
Vincent Petry 86689ef400 Disable JS plugin for sharing in public mode 12 years ago
Bjoern Schiessle 67da1f7e5a certificate manager only needs the user-id, no need to pass on the complete user object 12 years ago
Bjoern Schiessle 73a058e301 by default send mail for new server-to-server share 12 years ago
Vincent Petry 1a06edd712 Unregister trashbin storage wrapper at the end of tests 12 years ago
Bjoern Schiessle 7216983a08 delete all server-to-server shares if a user gets deleted 12 years ago
Vincent Petry c48307027c Fixed external cache test namespace 12 years ago
Vincent Petry 9fbdd1072e Fix webdav mkdir for remote shares 12 years ago
Vincent Petry f3d696599a Add unit test for external share JS dialog 12 years ago
Georg Ehrke 374ddbff55 show animated gifs on public sharing page 12 years ago
Bjoern Schiessle 15ae6b47ed replace hook with storage wrapper 12 years ago
Thomas Müller 25806346c2 remove deprecated code - fixes #13119 12 years ago
Bjoern Schiessle d50e70ba3a set accept to 1 (=true) for all server-to-server shares on update, at this point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table 12 years ago
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