aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-6/+7
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-1/+1
* fix(files_sharing): block downloading if neededfix/download-permsFerdinand Thiessen2025-02-181-0/+29
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-8/+8
* chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-131-58/+59
* fix(sharing): Ensure download restrictions are not droppedfix/proper-download-checkFerdinand Thiessen2025-02-041-69/+79
* fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-281-146/+155
* chore: remove legacy action to test remote endpointBenjamin Gaussorgues2024-11-291-89/+0
* feat(files_sharing): Allow users with share permission to manage shares on IS...provokateurin2024-11-251-0/+124
* feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-081-0/+3
* fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-281-10/+111
* fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messagesprovokateurin2024-10-281-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-3/+3
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-1/+1
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-153-239/+245
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-202-5/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
* test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-181-1/+41
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-16/+16
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-156-99/+99
* fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+46
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-350/+148
* refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-4/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-74/+74
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-4/+10
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-17/+41
* chore: Add SPDX headerAndy Scherzinger2024-06-066-152/+16
* refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-181-58/+40
* fix(files_sharing): ShareesAPI - Return empty response when user is not allow...Ferdinand Thiessen2024-03-151-40/+74
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-042-70/+101
* feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-0/+2
* fix: phpunitJohn Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-091-1/+15
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-22/+21
* Fix unit tests on PHP 8.3Joas Schilling2023-10-161-0/+3
* Fix unit testsJoas Schilling2023-10-121-1/+4
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* files_sharing: Add OpenAPI specjld31032023-07-311-6/+0
* fix: adjust testingJohn Molakvoæ2023-07-111-32/+88
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-3/+0
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-2/+2
* Pluggable share providerLouis Chemineau2023-02-021-1/+24
* Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-061-4/+4
* More fixesCarl Schwan2022-10-181-8/+18
* Small progress with fixing unit testsCarl Schwan2022-10-111-167/+82
* Only normalize data in public shares and not crudCarl Schwan2022-09-081-3/+3
* Multiple fixesCarl Schwan2022-07-311-43/+144
* Fix share attribute related tests + code styleVincent Petry2022-07-281-9/+25