aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller/ShareAPIController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): Cleanup error messagesbackport/48918/stable29provokateurin2024-10-281-8/+9
* fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable29skjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-111-0/+4
* fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
* fix(inherited-shares): ignore top root folderMaxence Lange2024-08-061-1/+4
* Merge pull request #46228 from nextcloud/backport/45608/stable29F. E Noel Nfebe2024-07-021-1/+1
|\
| * 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-07-011-3/+0
|/
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-291-11/+18
* 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-041-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
* feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-111-1/+13
* displayname on federated sharesMaxence Lange2023-06-281-11/+127
* Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-021-1/+1
* Mutualize expireDate handling when creating and updating a shareLouis Chemineau2023-04-271-30/+19
* Update apps/files_sharing/lib/Controller/ShareAPIController.phprakekniven2023-04-181-1/+1
* fix(l10n): Fixed grammarrakekniven2023-04-181-1/+1
* Add SHARE_TYPE_SCIENCEMESHMichiel de Jong2023-03-081-4/+67
* Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-061-3/+8
* Merge pull request #34502 from nextcloud/fix/correct-attribute-resharingCarl Schwan2022-10-201-28/+24
|\
| * Small progress with fixing unit testsCarl Schwan2022-10-111-2/+5
| * Propagate attributes when resharingCarl Schwan2022-10-101-27/+20
* | Fix permission not being intCarl Schwan2022-10-171-1/+1
* | Fix exception getCode typeCarl Schwan2022-10-171-2/+2
* | Fix type when getting appconfig with intCarl Schwan2022-10-171-1/+1
* | More flexible date validationCarl Schwan2022-10-111-1/+1
|/
* includeTags -> include_tagstobiasKaminsky2022-09-281-2/+2
* Update apps/files_sharing/lib/Controller/ShareAPIController.phpTobias Kaminsky2022-09-211-2/+4
* Show include tags on single sharetobiasKaminsky2022-09-191-1/+1
* Add includeTags to /share/idtobiasKaminsky2022-09-191-1/+7
* Merge pull request #33941 from nextcloud/fix/public-sharingCarl Schwan2022-09-151-1/+3
|\
| * Only normalize data in public shares and not crudCarl Schwan2022-09-081-1/+3
* | Fix typos in apps/ subdirectoryluz paz2022-09-051-2/+2
|/
* Multiple fixesCarl Schwan2022-07-311-26/+41
* Enforcing permission during resharingCarl Schwan2022-07-281-8/+9