aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20/ManagerTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Adapt ManagerTest to change in Exception class usedfix/remove-share-hint-exception-wrappingCôme Chilliet2024-12-121-1/+1
* fix(Share20\Manager): Ensure node is still accessible when checking shareprovokateurin2024-11-251-4/+29
* feat(Share20\Manager): Return all shares on IShareOwnerlessMountprovokateurin2024-11-251-0/+69
* fix: Use getRelativePath method to check if node is inside folderfix/avoid-invalid-share-on-transfer-ownershipCôme Chilliet2024-10-141-10/+14
* fix: Fix promotion of reshares from subsubfoldersCôme Chilliet2024-10-141-16/+84
* fix(tests): Fix share tests to test new reshare promotion systemCôme Chilliet2024-10-141-17/+17
* fix: Tidy up code for reshare deletionCôme Chilliet2024-10-141-8/+8
* fix: delete re-shares when deleting the parent shareLuka Trovic2024-10-141-3/+115
* fix(l10n): Rephrasing some exceptions to be translatedGit'Fellow2024-09-201-23/+23
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-13/+13
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-115/+115
* fix: share manager tests translation stringJohn Molakvoæ2024-09-041-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-10/+10
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+3
* test: adjust test to new permissions check logicRobin Appelman2024-05-031-6/+17
* fix(tests): Fix tests when daytime saving time change happened recentlyCôme Chilliet2024-04-021-1/+1
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-2/+9
* refactor: make share manager buildableRobin Appelman2024-03-061-176/+19
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-6/+6
* feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-22/+76
* fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+5
* Merge pull request #39863 from nextcloud/sharing-mask-wrapperRobin Appelman2023-09-041-10/+25
|\
| * cleanup di for share permissions wrapperRobin Appelman2023-08-161-10/+25
* | Fix tests, add test for the new featureCôme Chilliet2023-08-281-13/+77
|/
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-281-15/+0
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-281-34/+55
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-281-30/+31
* fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-271-2/+2
* Fix types for reading and writing config valuesjld31032023-04-051-4/+4
* composer run cs:fixCôme Chilliet2023-01-201-4/+2
* 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-281-1/+5
* 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-131-62/+62
* Add unit test for share enumeration methodJoas Schilling2021-11-091-1/+79
* Move common logic to share managerJoas Schilling2021-11-091-10/+25
* 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
* Fix sharebymail testsJohn Molakvoæ (skjnldsv)2021-03-221-64/+64
* Remove duplicated query for email sharesDaniel Calviño Sánchez2021-03-221-63/+79