aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Share20
Commit message (Expand)AuthorAgeFilesLines
* test: fix share provider tests for shardingRobin Appelman2024-08-282-6/+6
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-28/+28
* 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-136-108/+15
* 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
* Merge pull request #40131 from summersab/refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-152-4/+6
|\
| * Merge branch 'master' into refactor/OC-Server-getShareManagerJohn Molakvoæ2024-03-153-265/+183
| |\
| * | Refactor `OC\Server::getShareManager`Andrew Summers2023-08-292-4/+6
* | | Merge branch 'master' into refactor/OC-Server-getRootFolderJohn Molakvoæ2024-03-152-251/+153
|\ \ \ | | |/ | |/|
| * | refactor: make share manager buildableRobin Appelman2024-03-061-176/+19
| * | perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-042-58/+58
| * | 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
| * | 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
|/ /
* | 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 sharing creation insert and getJohn Molakvoæ (skjnldsv)2023-09-021-16/+17
* | | sharebymail: remove ILogger and upgrade to PHP 8 syntaxBenjamin Gaussorgues2023-08-301-5/+5
| |/ |/|
* | Fix tests, add test for the new featureCôme Chilliet2023-08-281-13/+77
|/
* fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-282-17/+0
* feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-282-41/+64
* feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-40/+42
* fix: Move Sharing events to IEventDispatcherJoas Schilling2023-07-272-5/+5
* fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatc...Joas Schilling2023-06-021-1/+7
* Fix types for reading and writing config valuesjld31032023-04-051-4/+4
* composer run cs:fixCôme Chilliet2023-01-205-8/+2
* 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
|\