aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
Commit message (Expand)AuthorAgeFilesLines
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-203-4/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1618-15/+25
* Show unique displayname context in the user share list entriesJulius Härtl2020-12-141-0/+9
* Merge pull request #24630 from nextcloud/enh/noid/unknown_named_parameterRoeland Jago Douma2020-12-101-1/+1
|\
| * Fix variable name for testDaniel Kesselberg2020-12-101-1/+1
* | Merge pull request #24605 from nextcloud/enh/share-deckRoeland Jago Douma2020-12-102-7/+29
|\ \ | |/ |/|
| * Address minor commentsJulius Härtl2020-12-091-4/+4
| * Adjust mountprovider testsJulius Härtl2020-12-092-3/+25
* | Adjust defaultJulius Härtl2020-12-081-2/+3
|/
* Harde CapabiltiesTestRoeland Jago Douma2020-12-071-6/+6
* Replace static call to Share::unshare with ShareManager->deleteShare in testsMorris Jobke2020-11-301-3/+1
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-242-2/+22
* Make the expire shares cron job actually expire the sharesRoeland Jago Douma2020-11-191-15/+9
* Don't leave cursors open when tests failJoas Schilling2020-11-092-3/+11
* Return correct error message on share download without read permissionMorris Jobke2020-10-261-1/+1
* SharedMountTest.php:367 is unreliableMorris Jobke2020-10-161-1/+2
* Indicate preview availability in share api responsesRichard Steinmetz2020-10-132-2/+94
* Format code to a single space around binary operatorsChristoph Wurst2020-10-056-9/+9
* Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-17/+21
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-0/+9
* Expose status via Collaborators APIGeorg Ehrke2020-08-142-8/+28
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1212-60/+60
* Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-072-3/+10
|\
| * Use IBootstrap for the files_trashbin appMorris Jobke2020-07-232-3/+10
* | Move federated_share_added into a typed eventMorris Jobke2020-07-231-1/+6
|/
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-12/+9
* better cleanup in share testsRobin Appelman2020-07-092-0/+10
* Fix testsJoas Schilling2020-06-241-1/+1
* Update share type constant usageJoas Schilling2020-06-2420-254/+267
* Fix share update testJulius Härtl2020-05-151-1/+2
* Update license headers for 19Christoph Wurst2020-04-2910-0/+10
* Link shares have reshare permission if outgoing federated shares are enabledJulius Härtl2020-04-211-2/+5
* Also disallow ; in remote urlsJoas Schilling2020-04-141-0/+1
* Add visibility to all constantsChristoph Wurst2020-04-105-10/+10
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-105-37/+37
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1021-58/+25
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-092-20/+20
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-098-29/+29
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-095-2/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-092-14/+14
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3115-1/+15
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2610-153/+153
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-115/+115
|/
* Remove unused properties in ShareesAPIControllerJulius Härtl2020-03-201-6/+1
* Fix willReturnOnConsecutiveCallsJoas Schilling2020-03-131-3/+9