summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Add testsRoeland Jago Douma2016-02-111-0/+120
* | Revert back to non-webdav download link for public URLsVincent Petry2016-02-101-4/+4
|/
* add testsRobin Appelman2016-02-091-0/+49
* Fix unit testsRoeland Jago Douma2016-02-091-0/+2
* Example hook checkRoeland Jago Douma2016-02-091-5/+19
* Fix unit testRoeland Jago Douma2016-02-091-1/+5
* Merge pull request #22206 from owncloud/share2_migration_with_federatedThomas Müller2016-02-081-2/+19
|\
| * Update the migration step to include federated sharesRoeland Jago Douma2016-02-081-2/+19
* | Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-0/+2
* | Update OCS Share API to use federated share providerRoeland Jago Douma2016-02-081-3/+8
|/
* Even single shares are returned as arrayRoeland Jago Douma2016-02-081-1/+1
* [Share 2.0] Fix public link sharingRoeland Jago Douma2016-02-031-18/+24
* [Share 2.0] Fix OCS endpointRoeland Jago Douma2016-02-031-66/+80
* Merge pull request #22095 from owncloud/public_link_with_portThomas Müller2016-02-031-5/+3
|\
| * Construct valid URLRoeland Jago Douma2016-02-031-5/+3
* | [Share 2.0] Use GenericShareExceptionRoeland Jago Douma2016-02-021-19/+0
* | [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-022-3/+3
|/
* Update the initiator of the share as well in migrationRoeland Jago Douma2016-01-281-7/+7
* Update reshares in batches as not to run out of memoryRoeland Jago Douma2016-01-281-0/+59
* upgrade to sharing 2.0, remove hierarchical re-sharesBjörn Schießle2016-01-281-33/+200
* Fix OCS unit tests after two share mergesRoeland Jago Douma2016-01-281-31/+31
* Merge pull request #21960 from owncloud/share2_ocs_fix_passing_empty_stringsThomas Müller2016-01-281-5/+665
|\
| * [Share 2.0] Allow using permissions to update link shareRoeland Jago Douma2016-01-271-0/+72
| * [Share 2.0] Still allow isolated updatesRoeland Jago Douma2016-01-271-7/+121
| * [Share 2.0] Also handle empty parameter in updateShareRoeland Jago Douma2016-01-271-0/+238
| * [Share 2.0] When passing empty strings don't failRoeland Jago Douma2016-01-271-5/+241
* | cleanup shared cacheRobin Appelman2016-01-281-2/+2
* | [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-282-7/+8
* | [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-272-26/+28
|/
* Fix testsJoas Schilling2016-01-261-3/+5
* Directly get from the server containerRoeland Jago Douma2016-01-201-43/+70
* [Share 2.0] Make link share download use share managerRoeland Jago Douma2016-01-201-18/+11
* [Share 2.0] Move tests over the sharemanagerRoeland Jago Douma2016-01-201-78/+166
* [Share 2.0] Add share owner information to OCS Share APIRoeland Jago Douma2016-01-151-11/+19
* Safe teardownsRobin Appelman2016-01-145-12/+22
* [Share 2.0] Use full share id (providerId:shareId)Roeland Jago Douma2016-01-131-5/+15
* Happy new year!Thomas Müller2016-01-1232-35/+56
* Add unit tests to make sure we do not lower the searchRoeland Jago Douma2016-01-121-0/+4
* getLowStrengthGenerator does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Properly close db cursorsRoeland Jago Douma2016-01-081-1/+1
* Make sure to respect deleted group shares by userRoeland Jago Douma2016-01-081-0/+79
* Make sure that permissions stay in sync for share_type 2Roeland Jago Douma2016-01-081-0/+135
* Fix public page URL JS testVincent Petry2016-01-081-1/+3
* Merge pull request #20773 from owncloud/share2.0_createThomas Müller2016-01-071-4/+291
|\
| * [Sharing 2.0] Do not use static function to get numeric storage idRoeland Jago Douma2016-01-061-4/+14
| * [Share 2.0] Enable share creation via OCS APIRoeland Jago Douma2016-01-061-0/+277
* | Add token in webdav download link of public pageVincent Petry2016-01-071-3/+3
|/
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-4/+8
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-172-2/+2
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-1/+2
|\