aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34477 from nextcloud/bugfix/noid/sharee-recommendations-s...Joas Schilling2022-12-091-0/+7
|\
| * Adjust unit testsJoas Schilling2022-10-121-0/+7
* | Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-2/+4
|/
* Remove deprecated at matcher from tests/libCôme Chilliet2022-08-291-142/+111
* fix share manager testsJulien Veyssier2022-08-021-1/+28
* Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+3
* Add share attributes + prevent download permissionVincent Petry2022-07-282-1/+36
* Fix email shares not being shown to other usersRichard Steinmetz2022-06-171-0/+312
* Merge pull request #31194 from nextcloud/feat/allow-to-exclude-groups-from-pa...Vincent Petry2022-04-061-0/+34
|\
| * Allow to disable password policy enforcement for selected groupsCarl Schwan2022-04-051-0/+34
* | Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-3/+3
|/
* Check style updateCarl Schwan2022-01-132-65/+65
* Add unit test for share enumeration methodJoas Schilling2021-11-091-1/+79
* Move common logic to share managerJoas Schilling2021-11-091-10/+25
* Admin Audit - Sharing: createShare - report the full pathszaimen2021-07-221-0/+1
* Migrate HintException to OCPGary Kim2021-06-301-1/+1
* Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-10/+23
|\
| * load share settings from the share manager in more placesRobin Appelman2021-05-121-10/+23
* | l10n: Fix testValdnet2021-05-201-23/+23
|/
* Fix test by defining pluralsJoas Schilling2021-04-201-1/+5
* Separate settings for remote share expirationVincent Petry2021-04-151-70/+207
* gracefully handle deleteFromSelf when share is already goneArthur Schiwon2021-03-301-3/+0
* Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-64/+64
* Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-63/+79
* Merge pull request #23718 from nextcloud/already-shared-error-messageRoeland Jago Douma2021-03-191-4/+13
|\
| * expand 'path is already shared' error messageRobin Appelman2021-03-151-4/+13
* | Update user share must use correct expiration validationVincent Petry2021-03-181-40/+40
* | adjust testsRobin Appelman2021-01-261-3/+16
|/
* deleteChildren only returns arrayMaxence Lange2020-12-231-0/+4
* Extend dummy factory in testsJulius Härtl2020-12-091-0/+6
* Add unit tests for "validateExpirationDateInternal"Daniel Calviño Sánchez2020-11-161-0/+284
* Add explicit time to test date for clarityDaniel Calviño Sánchez2020-11-121-3/+5
* Add unit test for expiration date with date and with defaultDaniel Calviño Sánchez2020-11-121-0/+28
* Fix unit test for expiration date without date but with defaultDaniel Calviño Sánchez2020-11-121-7/+5
* Fix unit test method nameDaniel Calviño Sánchez2020-11-121-1/+1
* Fix unit test for verifying enforced valid expiration date.Daniel Calviño Sánchez2020-11-121-0/+1
* Fix unit test for verifying enforced expire date too far in the futureDaniel Calviño Sánchez2020-11-121-8/+5
* Add unit tests to enforce a relaxed default share expiration dateDaniel Calviño Sánchez2020-11-121-0/+21
* Remove wrong and misleading commentDaniel Calviño Sánchez2020-11-121-2/+0
* Remove extra spacesDaniel Calviño Sánchez2020-11-121-10/+6
* Fix typo in variable nameDaniel Calviño Sánchez2020-11-121-129/+129
* Fix typos in method namesDaniel Calviño Sánchez2020-11-121-9/+9
* use file name instead of path in 'not allowed to share' messageRobin Appelman2020-10-291-3/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-127/+127
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-18/+18
* Use the correct mountpoint to calculateRoeland Jago Douma2020-07-091-0/+9
* Update share type constant usageJoas Schilling2020-06-243-259/+260
* Fix language in share notes email for usersJoas Schilling2020-06-231-12/+29
* Prevent harder to share your rootJoas Schilling2020-06-031-2/+4
* Fix disabling send password by Talk without new password in mail sharesDaniel Calviño Sánchez2020-05-291-5/+79