aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12942 from owncloud/favs-missingsharedsubdirsMorris Jobke2014-12-211-1/+56
|\
| * Fix issues with searchByTag in shared storageVincent Petry2014-12-181-1/+56
* | Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-4/+37
* | first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-173-6/+7
|/
* Merge pull request #12795 from owncloud/files-layoutchangesMorris Jobke2014-12-131-6/+6
|\
| * Move file thumbnail into the label elementVincent Petry2014-12-111-6/+6
* | Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-0/+34
|\ \
| * | Make $userId mandatory for searchByTagsVincent Petry2014-12-121-2/+3
| * | Added searchByTags to view, storage and cacheVincent Petry2014-12-111-0/+33
| |/
* | Merge pull request #12527 from owncloud/js-pluginsystemRobin Appelman2014-12-122-21/+7
|\ \ | |/ |/|
| * Remove obsoleted filelist prototype backup in testsVincent Petry2014-12-042-19/+2
| * Simple Plugin system for JavascriptVincent Petry2014-12-012-2/+5
* | OCS API for server-to-server sharingBjoern Schiessle2014-12-042-30/+132
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-253-19/+19
* Merge pull request #12262 from owncloud/removeAbsoluteDirectoryPathFromTemplateMorris Jobke2014-11-251-1/+1
|\
| * Don't disclose relative directory path for single shared files of userLukas Reschke2014-11-181-1/+1
* | Merge pull request #12297 from owncloud/issue/10991-all-testcaseMorris Jobke2014-11-2012-25/+30
|\ \
| * | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-1912-25/+30
| |/
* | JSHint fixes in sharedfilelistSpec unit test fileVincent Petry2014-11-191-1/+3
* | Remove delete button in shared with others listVincent Petry2014-11-191-9/+17
|/
* Merge pull request #12220 from owncloud/remove-unused-codeMorris Jobke2014-11-182-253/+0
|\
| * Remove unused codeLukas Reschke2014-11-172-253/+0
* | Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke2014-11-171-3/+15
|\ \ | |/ |/|
| * Skip some more tests on Windows which just can not work at allJoas Schilling2014-11-171-3/+15
* | Added download size on public sharingVincent Cloutier2014-11-141-1/+2
* | Refactor file sharing public link handlingLukas Reschke2014-11-143-0/+251
* | Merge pull request #10966 from owncloud/storage-root-share-permissionsMorris Jobke2014-11-101-0/+85
|\ \
| * | Add unit testsRobin Appelman2014-10-311-0/+85
| |/
* | Fix sharing testsRobin Appelman2014-11-063-2/+15
* | Setup shared mounts for the correct user when setting up the filesystem for t...Robin Appelman2014-11-061-0/+26
* | Dont make real users in testsRobin Appelman2014-11-061-3/+5
|/
* remove unnecessary require calls - the ownCloud class loader is supposed to t...Thomas Müller2014-10-3014-34/+41
* move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-11/+11
* make tests compatible with hook based skeleton generationJörn Friedrich Dreyer2014-10-201-16/+17
* make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-201-2/+2
* fix performance issuesBjoern Schiessle2014-10-101-0/+105
* Merge pull request #10107 from owncloud/sharing_group_sharesLukas Reschke2014-09-293-36/+173
|\
| * some small fixed, suggested by scrutinizerBjoern Schiessle2014-09-291-2/+0
| * throw a exception if we can't handle the provided pathBjoern Schiessle2014-09-291-0/+37
| * call \OCP\Share::getItemsSharedWithUser() to get exclude list, this way all c...Bjoern Schiessle2014-09-251-0/+60
| * clear share table after each test runBjoern Schiessle2014-09-241-0/+3
| * unit tests for grouping of shares pointing to the same sourceBjoern Schiessle2014-09-222-35/+74
* | Tentative fix for legacy file actions unit test side effectVincent Petry2014-09-161-0/+10
|/
* fix testRobin Appelman2014-08-311-1/+3
* Fix copyrightLukas Reschke2014-08-181-1/+1
* fix broken unit testsBjoern Schiessle2014-08-181-3/+5
* update unit tests with configurable share folderBjoern Schiessle2014-08-183-0/+76
* Minor fixesMorris Jobke2014-08-051-2/+4
* add test for search() in shared cacheJörn Friedrich Dreyer2014-07-311-3/+75
* Merge pull request #9798 from owncloud/ocs_share_api_add_expire_dateBjörn Schießle2014-07-281-1/+73
|\