aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Cleanup error messagesbackport/48918/stable30provokateurin2024-10-281-1/+1
* test: fix ShareControllerTest.phpRobin Appelman2024-09-191-1/+2
* test: fix ShareAPIControllerTest.phpRobin Appelman2024-09-191-1/+41
* fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable30skjnldsv2024-09-111-0/+46
* 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
* Add share attributes + prevent download permissionVincent Petry2022-07-281-5/+44
* Fix unit testsJoas Schilling2022-06-071-5/+5
* Remove at() matcher in files_sharing testsCôme Chilliet2022-05-241-15/+36
* Adds a "Request password" button to the public share authentication page for ...Cyrille Bollu2022-04-112-0/+6
* Merge pull request #31684 from nextcloud/user-share-permissions-mergeSimon L2022-04-051-0/+44
|\
| * take permissions from multiple paths into account for share permissionsRobin Appelman2022-03-311-0/+44
* | Merge pull request #31240 from nextcloud/Valdnet-patch-3Louis2022-03-311-1/+1
|\ \ | |/ |/|
| * Fix testValdnet2022-03-311-1/+1
* | Add test to spelling unificationLouis Chemineau2022-03-211-1/+1
|/
* Support CRUD share permissionsLouis Chemineau2022-02-151-0/+93
* Revert "Add non-breaking space in the file size"szaimen2022-02-101-4/+4
* Add non-breaking space in the file sizeCarl Schwan2022-01-141-4/+4
* Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet2021-12-161-0/+4
* Limit more contact searchesJoas Schilling2021-12-081-2/+10
* Merge pull request #28764 from nextcloud/feat/sharing-link-eventJohn Molakvoæ2021-09-101-3/+3
|\
| * Emit event on link share actionJohn Molakvoæ2021-09-101-3/+3
* | use specific email getter where necessaryArthur Schiwon2021-09-091-4/+4
|/
* Update "Sending password by Nextcloud Talk failed" sentenceszaimen2021-07-071-1/+1
* Use product name in places where it is appropriate rather than the instance nameJulius Härtl2021-06-161-1/+12
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+8
* Make dav respect disallowing sharing with groupsThomas Citharel2021-05-261-24/+28