Commit Graph

880 Commits (176c2f150299e9ddc335158b27f4a61e45ef80ac)

Author SHA1 Message Date
Vincent Petry 6a36d7fa86 Added isPublic flag in files_sharing template 12 years ago
Bjoern Schiessle 288f01bf62 catch exception if db query execution fails 12 years ago
Bjoern Schiessle 0346167bb2 clean up oc_share table from files which are no longer exists 12 years ago
Bjoern Schiessle 401740166b add comments 12 years ago
Jan-Christoph Borchardt da0db7bcb2 fix multiselect bar opacity, webroot 12 years ago
Bjoern Schiessle 2e7f481e6b update tests 12 years ago
Bjoern Schiessle dd2bf69152 use true/false instead of yes/no for publicUpload and subfiles parameter 12 years ago
Bjoern Schiessle a1fe5148b5 use always path as parameter to specify a file/folder 12 years ago
Jan-Christoph Borchardt 308d4383a3 simplify input elements for less cognitive load. No box-shadow, no text-shadow, smaller border-radius 12 years ago
Bjoern Schiessle aa660a3475 remove deleted shares from the database table oc_share 12 years ago
Jenkins for ownCloud a711399e62 [tx-robot] updated from transifex 12 years ago
Bjoern Schiessle 513dc20d4b also return success if no shares are found. 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
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 12 years ago
Bjoern Schiessle 259f03bee2 remove debug output 12 years ago
Jörn Friedrich Dreyer 4b3e56bcf9 remove unneccessary lib in namespace 12 years ago
Jörn Friedrich Dreyer 9e39118b52 namespaces use upcasefirst parts 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
Bjoern Schiessle 57092e817f disable encryption app for share API tests 12 years ago
Jörn Friedrich Dreyer 6aeb0a99da same for search by mime 12 years ago
Jörn Friedrich Dreyer 3b4020e811 add all results, sharing cache also returns entries for shared files in external storages 12 years ago
Jörn Friedrich Dreyer 466fd8acda fix getAll(), refactor search by mime & search 12 years ago
Jörn Friedrich Dreyer 392c6b6832 return fixed path, skip shared files outside of 'files' 12 years ago
Jörn Friedrich Dreyer 27511d9187 divide ids into chunks of 1k 12 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 12 years ago
Bjoern Schiessle 39920955f2 set share id to 'unknown' if we can't retrive one 12 years ago
Bjoern Schiessle c9f1538c1f extend API to get the shares from all files in a given folder 12 years ago
Bjoern Schiessle 8cf8c0b161 remove some unused variables 12 years ago
Bjoern Schiessle b947aab802 some unit test for the new ocs share api 12 years ago
Bjoern Schiessle 199121134f return error if wrong shareType is given 12 years ago
Jenkins for ownCloud 6b1843d91b [tx-robot] updated from transifex 12 years ago
Jörn Friedrich Dreyer 12ff268e60 move upload dialog css to separate file 12 years ago
Bjoern Schiessle 171b7ebffe remove debug output 12 years ago
Bjoern Schiessle e52639e4e6 use share ID as REST resource 12 years ago
Thomas Müller 9b420e8660 use \OC::$server->getPreviewManager() instead of \OCP\Preview 12 years ago
Bjoern Schiessle 86dbb13823 more rest-style API 12 years ago
Bjoern Schiessle ef3307f099 return error if public upload is disabled 12 years ago
Bjoern Schiessle 7aed24fa6c allow to set a different permission during initial share operation 12 years ago
Bjoern Schiessle 14437ffd15 ocs api for file sharing 12 years ago
Jenkins for ownCloud 556bd1ef23 [tx-robot] updated from transifex 12 years ago
Vincent Petry 1304b511e9 Ajax calls for "files" and "files_trashbin" apps 12 years ago
Jörn Friedrich Dreyer 7854cf04ee refactor upload js & html to always use only js to fill form data 12 years ago