aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-15/+15
* Update share type constant usageJoas Schilling2020-06-241-109/+108
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-5/+5
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-72/+72
* Don't show link shares hash in inherited share listRoeland Jago Douma2020-01-151-26/+26
* Update license headersChristoph Wurst2019-12-051-2/+6
* fixing tests + avoid duplicate in getFormattedShares()Maxence Lange2019-12-031-5/+6
* Mode to modern phpunitRoeland Jago Douma2019-11-271-96/+98
* Fix more testsRoeland Jago Douma2019-11-271-32/+32
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-8/+9
* Fix current user edit/delete permissionsJohn Molakvoæ (skjnldsv)2019-10-291-0/+81
* 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
* 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
* Add "password" parameter to the response data of link sharesDaniel Calviño Sánchez2018-11-061-0/+3
* 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
* Propegate hide download state in share providerRoeland Jago Douma2018-10-301-2/+19
* 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
* 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
* | Fix getting the information of group share as a shareeDaniel Calviño Sánchez2018-06-291-3/+3
|/
* Fix testsRoeland Jago Douma2018-04-241-14/+14
* Replace ContactsManagerRoeland Jago Douma2018-03-131-1/+15
* fix unit testsBjoern Schiessle2018-02-271-1/+12
* Update license headersMorris Jobke2017-11-061-1/+4
* Use ::class in test mocks of encryption appMorris Jobke2017-10-261-15/+15
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-6/+6
* Use ::class in test mocksMorris Jobke2017-10-241-51/+53
* Fix commentMorris Jobke2017-09-211-1/+1
* Update to new test caseRoeland Jago Douma2017-08-161-7/+17
* Don't use deprecated getMock() anymoreJoas Schilling2017-04-201-3/+4