summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-2619-296/+206
* Reset the group backend aswellJoas Schilling2015-02-251-1/+7
* Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-1/+1
* Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-2/+2
|\
| * Dont fatal error test when encryption is enabledRobin Appelman2015-02-171-2/+2
* | Updating license headersJenkins for ownCloud2015-02-2319-206/+296
* | Copy sharing related activity code to Files_Sharing activity extensionJoas Schilling2015-02-131-4/+8
|/
* Revert "Add OCS sharing info to capabilities"Lukas Reschke2015-02-071-201/+0
* Updated unit testsRoeland Jago Douma2015-02-061-43/+123
* Split up unit testsRoeland Jago Douma2015-02-041-16/+24
* Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113
* Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefixVincent Petry2015-01-272-0/+4
|\
| * Unregister trashbin storage wrapper at the end of testsVincent Petry2015-01-232-0/+4
* | Merge pull request #13679 from owncloud/public-disablesharejspluginThomas Müller2015-01-271-1/+25
|\ \
| * | Disable JS plugin for sharing in public modeVincent Petry2015-01-261-1/+25
* | | Only reload file list after remote share accept request returnsVincent Petry2015-01-261-2/+120
|/ /
* | certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-261-2/+3
* | by default send mail for new server-to-server shareBjoern Schiessle2015-01-231-0/+65
* | delete all server-to-server shares if a user gets deletedBjoern Schiessle2015-01-211-0/+76
* | Merge pull request #13432 from owncloud/animate_gifs_public_sharingThomas Müller2015-01-211-1/+3
|\ \
| * | show animated gifs on public sharing pageGeorg Ehrke2015-01-191-1/+3
* | | Merge pull request #13540 from owncloud/s2s-fixpasswordfromdialogThomas Müller2015-01-211-0/+123
|\ \ \
| * | | Add unit test for external share JS dialogVincent Petry2015-01-211-0/+123
| | |/ | |/|
* | | Fixed external cache test namespaceVincent Petry2015-01-211-1/+3
* | | Fix webdav mkdir for remote sharesVincent Petry2015-01-211-0/+112
|/ /
* / replace hook with storage wrapperBjoern Schiessle2015-01-194-7/+9
|/
* remove deprecated code - fixes #13119Thomas Müller2015-01-141-18/+18
* set accept to 1 (=true) for all server-to-server shares on update, at this po...Bjoern Schiessle2015-01-131-0/+76
* don't delete share table entries for the unique name if re-share permission w...Bjoern Schiessle2015-01-071-0/+32
* 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
|\