aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Fix error messages from password policyfix/fix-share-creation-error-messagesCôme Chilliet2024-11-191-4/+4
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-18/+18
* fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messagesprovokateurin2024-10-281-9/+9
* refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-checkfenn-cs2024-10-241-7/+4
* fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-sharefenn-cs2024-10-241-1/+10
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-79/+77
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-15/+18
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-4/+4
* fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-061-0/+4
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-0/+5
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-9/+10
* fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
* fix(inherited-shares): ignore top root folderMaxence Lange2024-08-051-1/+4
* refactor(files_sharing): Replace security annotations with respective attributesprovokateurin2024-07-271-18/+10
* fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-181-2/+4
* fix(files_sharing): remove undesirable translations from ShareAPIControllerskjnldsv2024-07-161-2/+2
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-1/+1
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-17/+10
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-2/+8
* chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-121-1/+1
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-16/+19
* chore(files_sharing): refactor share password mailskjnldsv2024-07-121-9/+29
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-121-1/+8
* chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-1/+32
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-36/+20
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-0/+49
* docs(ShareApiController): Correct note about expiry date timezonefenn-cs2024-07-011-1/+1
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-261-3/+0
* chore: Add SPDX headerAndy Scherzinger2024-06-061-40/+3
* fix(ShareApiClients): Maintain meaning of `''` and null for share api clientsfenn-cs2024-05-291-3/+3
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-231-8/+15
* fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-04-181-2/+2
* fix(shareApiController): avoid duplicated expiryDate operationsfenn-cs2024-04-181-27/+10
* refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-04-181-56/+20
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-16/+16
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-18/+12
* Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-261-1/+4
|\
| * feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-221-1/+4
* | fix truncated circleId returned from Share APIAragon Gouveia2024-02-231-3/+4
|/
* Merge pull request #43461 from nextcloud/fix/get-rid-of-getloggerF. E Noel Nfebe2024-02-141-2/+2
|\
| * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-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-17/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-11/+11
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+2
* files_sharing: Add OpenAPI specjld31032023-07-311-85/+98
* fix: adjust testingJohn Molakvoæ2023-07-111-3/+3