summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-2611-9/+11
* Throw exception on `getPath` if file does not existLukas Reschke2015-10-252-29/+27
* Add backgroundjob to expire link sharesRoeland Jago Douma2015-10-201-0/+204
* Make shared folder size propagation test work with object home storageRobin Appelman2015-10-161-6/+4
* Fix shared storage tests for non local home storageRobin Appelman2015-10-161-3/+3
* fix sabre connector tests when using a non local home storageRobin Appelman2015-10-161-2/+5
* Merge pull request #19414 from owncloud/swift_primary_storage_testsThomas Müller2015-10-082-0/+8
|\
| * test objectstore with ceph dockerJörn Friedrich Dreyer2015-10-062-0/+8
* | Merge pull request #19589 from owncloud/shares-external-mount-providerThomas Müller2015-10-071-6/+27
|\ \
| * | fix testRobin Appelman2015-10-051-1/+6
| * | Make the external share manager a mount providerRobin Appelman2015-10-051-6/+22
* | | Merge pull request #19511 from owncloud/etag-share-permissions-updateRobin Appelman2015-10-061-0/+14
|\ \ \
| * | | clear hooks for testsRobin Appelman2015-10-061-0/+1
| * | | Mark shares as dirty when changing permissionsRobin Appelman2015-10-061-0/+13
| | |/ | |/|
* / | Propagate shares etag when group membership changedVincent Petry2015-10-061-0/+175
|/ /
* / update licence headers via scriptMorris Jobke2015-10-0511-6/+8
|/
* Merge pull request #19487 from owncloud/split_share_middlewareThomas Müller2015-10-052-60/+145
|\
| * sharingcheckmiddleware now handles externalshares as wellRoeland Jago Douma2015-10-022-38/+124
| * Split files_sharing middelwareRoeland Jago Douma2015-10-021-29/+28
* | Fix and extend unit testsRoeland Jago Douma2015-10-021-11/+104
* | Use shorter text on the sidebar for files_sharing activitiesJoas Schilling2015-10-021-1/+4
|/
* Only intercept exceptions of type "NotFoundException" instead of any ExceptionLukas Reschke2015-09-301-1/+54
* Still show share link when recipient but no share permissionVincent Petry2015-09-281-10/+3
* Reflect enabled shareAPI in capabilitiesRoeland Jago Douma2015-09-251-0/+37
* Do not allow user enumeration if the config is disabledJoas Schilling2015-09-231-47/+391
* Respect disabled sharing API settingsRoeland Jago Douma2015-09-221-3/+32
* Move dummy backend to Tests namespaceLukas Reschke2015-09-222-3/+3
* Merge pull request #18986 from owncloud/federated_capabilitiesThomas Müller2015-09-181-0/+35
|\
| * Expose federated sharing capabilities to authenticated usersRoeland Jago Douma2015-09-151-0/+35
* | Merge pull request #19046 from owncloud/issue-18924-throw-error-on-invalid-pageThomas Müller2015-09-171-27/+85
|\ \
| * | Fix status codeJoas Schilling2015-09-151-15/+12
| * | Throw an error when the page count or perPage setting is invalidJoas Schilling2015-09-151-25/+86
| |/
* / Update JS unit tests for share dialog (WIP)Vincent Petry2015-09-161-68/+57
|/
* Fix parameter name to match the specsJoas Schilling2015-09-151-8/+8
* Scrap the notifications when the share is accepted or declinedJoas Schilling2015-09-082-0/+2
* Merge pull request #18234 from owncloud/ocs_api_for_sharees_listBjörn Schießle2015-09-011-0/+995
|\
| * Bring the coverage back to 100%Joas Schilling2015-08-261-8/+148
| * Adjust testsJoas Schilling2015-08-261-377/+297
| * Manually query for the last idJoas Schilling2015-08-261-1/+11
| * Fix wrong value for datetime fieldJoas Schilling2015-08-261-1/+2
| * Rename file to match the class nameJoas Schilling2015-08-261-0/+0
| * Add tests for "getShareesForShareIds()"Joas Schilling2015-08-261-0/+93
| * Do not return the current user himselfJoas Schilling2015-08-261-5/+39
| * Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-261-53/+61
| * Inject the logger as wellJoas Schilling2015-08-261-3/+6
| * Add all possible links next, prev, first and lastJoas Schilling2015-08-261-1/+49
| * Make shareType an arrayJoas Schilling2015-08-261-45/+100
| * Add tests for "search()"Joas Schilling2015-08-261-1/+150
| * Do not use deprecated method in new codeJoas Schilling2015-08-261-2/+2
| * Split logic and global usage and add tests for "searchSharees()"Joas Schilling2015-08-261-35/+187