aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/Controller/ShareControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman4 days1-3/+3
* chore: apply new CSFixer rulesFerdinand Thiessen4 days1-0/+1
* feat(files_sharing): show Account menu on public pagesskjnldsv2025-06-111-0/+2
* fix(files_sharing): show note, label and list of uploaded files on file dropFerdinand Thiessen2025-05-261-2/+6
* fix: Replace the deprecated direct download link with the public DAV endpointartonge/feat/do_not_require_samesite_strict_cookie_on_public.phpLouis Chemineau2025-05-211-4/+12
* fix(files_sharing): bring back owner and ownerDisplayName initial statefix/public-displayname-ownerskjnldsv2025-04-291-0/+4
* 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
* feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-081-0/+3
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-10/+12
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-2/+2
* test: fix ShareControllerTest.phpobject-store-move-fixesRobin Appelman2024-09-181-0/+1
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-9/+9
* 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-251-2/+2
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-181-4/+10
* chore: Add SPDX headerAndy Scherzinger2024-06-061-32/+3
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-18/+29
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-6/+6
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-061-3/+0
* Pluggable share providerLouis Chemineau2023-02-021-1/+24
* 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-111-0/+4
* 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
* Emit event on link share actionJohn Molakvoæ2021-09-101-3/+3
* 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-041-2/+2
* Map old account scope properties to new namesVincent Petry2021-03-261-4/+4
* Return correct error message on share download without read permissionMorris Jobke2020-10-261-1/+1
* Show filename on share link downloadJohn Molakvoæ (skjnldsv)2020-09-171-17/+21
* Add BeforeTemplateRenderedEvent for files_sharingJulius Härtl2020-07-151-12/+9
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-13/+13
* Add a test and fix the existing onesJoas Schilling2020-04-011-29/+220
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-6/+6
* Disable link shares of disabled usersRoeland Jago Douma2020-02-071-6/+134
* Update license headersChristoph Wurst2019-12-051-2/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-3/+3
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+3
* Include the share in the Files_Sharing::loadAdditionalScripts eventDaniel Calviño Sánchez2019-10-171-2/+12
* Rollback to default list viewJohn Molakvoæ (skjnldsv)2018-11-151-3/+3
* Fix unit testsMorris Jobke2018-11-071-1/+2
* Adapts the code to the new master stateMichael Weimann2018-11-071-1/+2
* Hides the header actions for file dropsMichael Weimann2018-11-071-3/+100
* Fix testsJohn Molakvoæ (skjnldsv)2018-11-061-2/+4