summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add tests for "getRemote()"Joas Schilling2015-08-261-1/+84
| * Add tests for "getGroups()"Joas Schilling2015-08-261-2/+70
| * Add tests for "getUsers()"Joas Schilling2015-08-261-24/+205
| * Move test file to subdirJoas Schilling2015-08-261-0/+0
| * Empty skeleton for testsRoeland Jago Douma2015-08-261-0/+50
* | Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-301-22/+116
* | Actually validate the expire date on shareRoeland Jago Douma2015-08-301-1/+87
* | Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-291-0/+56
* | fix unit testsMorris Jobke2015-08-261-8/+8
|/
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-0/+187
* Add public upload to capabilityRoeland Jago Douma2015-08-141-0/+20
* Merge pull request #18271 from owncloud/issue-18261-sharing-capabilities-use-...Thomas Müller2015-08-141-11/+11
|\
| * Fix config map provider for testsJoas Schilling2015-08-131-11/+11
* | Add a basic unit test which notifies us about incompatible extendingJoas Schilling2015-08-131-0/+82
|/
* Merge pull request #16543 from rullzer/files_sharing_proper_function_argsVincent Petry2015-08-131-0/+48
|\
| * Extend tests for files_sharing apiRoeland Jago Douma2015-08-111-0/+48