summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-056-8/+17
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-5/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-276-106/+108
* Fix more testsRoeland Jago Douma2019-11-271-32/+32
* Make phpunit8 compatibleRoeland Jago Douma2019-11-276-7/+7
* Apply share permission mask to all files obtained via shareinfoRoeland Jago Douma2019-11-261-4/+1
* Some php-cs fixesRoeland Jago Douma2019-11-224-11/+14
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+81
* Merge pull request #17693 from nextcloud/enh/unused-test-dependencyRoeland Jago Douma2019-10-261-1/+0
|\
| * Remove unused import Punic\DataDaniel Kesselberg2019-10-261-1/+0
* | Do not return shares with the current userDaniel Calviño Sánchez2019-10-251-2/+0
* | Add missing share types when getting shares of a fileDaniel Calviño Sánchez2019-10-251-0/+8
* | Unify share type sorting when getting shares of a file or with subfilesDaniel Calviño Sánchez2019-10-251-1/+1
* | Remove unneeded calls to "ShareManager::shareProviderExists()"Daniel Calviño Sánchez2019-10-251-12/+3
* | Add unit tests for getting shares of a fileDaniel Calviño Sánchez2019-10-251-6/+185
* | Add unit tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+421
|/
* Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez2019-10-171-2/+12
* Fix shares read permissionsJohn Molakvoæ (skjnldsv)2019-10-041-0/+62
* Add checks for whether a user with access to a share can delete itJohn Molakvoæ (skjnldsv)2019-10-041-3/+203
* Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-8/+8
* Remove duplicate testsJoas Schilling2019-07-031-144/+0
* Unify the permission checking in one place onlyJoas Schilling2019-07-031-3/+8
* Fix sharing testsRoeland Jago Douma2019-06-271-0/+230
* Harden public preview testsRoeland Jago Douma2019-04-161-1/+10
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-2/+3
* Show sharing recommendationsChristoph Wurst2019-02-251-0/+11
* Add caching headers for public previewsJulius Härtl2019-01-021-0/+2
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-3/+3
* Merge pull request #12324 from nextcloud/add-password-response-parameter-for-...Morris Jobke2018-11-071-0/+3
|\
| * Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez2018-11-061-0/+3
* | Fix unit testsMorris Jobke2018-11-071-1/+2
* | Adapts the code to the new master stateMichael Weimann2018-11-071-1/+2
* | Hides the header actions for file dropsMichael Weimann2018-11-071-3/+100
|/
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-061-2/+4
* Add sending the password by Talk for a link share to ShareAPIControllerDaniel Calviño Sánchez2018-11-021-0/+304
* Check "note", "label" and "hide download" too in update share testsDaniel Calviño Sánchez2018-11-021-14/+55
* adjust unit testsBjoern Schiessle2018-11-011-2/+22
* Honour "hide download" in the public share pageDaniel Calviño Sánchez2018-10-301-0/+114
* Expose hide download to public pageRoeland Jago Douma2018-10-301-1/+2
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-2/+19
* Fix testsRoeland Jago Douma2018-08-241-2/+7
* Add support for room shares to ShareAPIControllerDaniel Calviño Sánchez2018-08-081-10/+481
* Add support for sending the password by Talk to ShareAPIControllerDaniel Calviño Sánchez2018-07-241-24/+80
* fix unit testsBjoern Schiessle2018-07-211-5/+8
* unit tests updatedBjoern Schiessle2018-07-211-4/+27
* fix unit testsBjoern Schiessle2018-07-211-0/+5
* Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+125
|\
| * SharedWithDisplayName + SharedWithAvatarMaxence Lange2018-05-211-0/+125
* | Fix formatting of email and circle sharesDaniel Calviño Sánchez2018-07-121-7/+61
* | update unit testsBjoern Schiessle2018-07-111-32/+46