aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20/DefaultShareProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-171-1/+1
* fix(share): Return empty string if no label is setFerdinand Thiessen2024-10-141-0/+34
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-20/+20
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-47/+47
* test: fix share provider tests for shardingRobin Appelman2024-08-281-5/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-18/+18
* fix(tests): Adapt tests to change of DefaultShareProvider constructorCôme Chilliet2024-08-121-6/+15
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-8/+20
* fix(tests): Fix tests with new LazyUser usage in DefaultShareProviderCôme Chilliet2024-06-171-11/+19
* chore: Add SPDX headerAndy Scherzinger2024-05-131-18/+3
* Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-3/+4
|\
| * Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-151-70/+71
| |\
| * | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-291-3/+4
* | | Merge branch 'master' into refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-151-54/+54
|\ \ \ | | |/ | |/|
| * | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-52/+52
| * | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* | | Refactor `OC\Server::getRootFolder`Andrew Summers2023-11-101-3/+3
|/ /
* / Fix sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-16/+17
|/
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Adjust unit testsJoas Schilling2022-10-121-0/+7
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+31
* Check style updateCarl Schwan2022-01-131-3/+3
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-3/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-124/+124
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-7/+7
* Update share type constant usageJoas Schilling2020-06-241-122/+122
* Fix language in share notes email for usersJoas Schilling2020-06-231-12/+29
* Adjust tests to only return group IDsMorris Jobke2020-05-081-32/+15
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-21/+42
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-7/+7
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-87/+87
* Mode to modern phpunitRoeland Jago Douma2019-11-271-24/+24
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+4
* Add unit tests for "getAllShares()"Daniel Calviño Sánchez2019-10-301-0/+165
* Always set the display name for user sharesJulius Härtl2019-07-031-0/+9
* Store "sendPasswordByTalk" property of link shares in the databaseDaniel Calviño Sánchez2018-11-021-0/+9
* Fix update share testsDaniel Calviño Sánchez2018-11-021-2/+50
* fix unit testsBjoern Schiessle2018-07-211-4/+48
* testsMaxence Lange2018-05-211-0/+17
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-4/+12
* Fix default share providerJoas Schilling2017-04-131-10/+10
* Add mail element to access listRoeland Jago Douma2017-04-131-2/+0
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+175
* update unit testsBjoern Schiessle2017-04-071-7/+10
* Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-171-0/+42
* Add defaultShareProvider & federatedshareprovider testsRoeland Jago Douma2016-11-011-0/+91
* Fix DateTime comparissonRoeland Jago Douma2016-10-211-1/+1
* Fix typehintRoeland Jago Douma2016-10-101-2/+2