summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-025-29/+29
* fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-111-18/+9
* Add single status code descriptions for OpenAPIjld31032023-09-274-0/+10
* ocm controllerMaxence Lange2023-09-201-4/+4
* files_sharing: Add OpenAPI specjld31032023-07-318-132/+232
* fix(files_sharing): error and size/mtime for deleted sharesJohn Molakvoæ2023-07-111-0/+2
* fix: adjust testingJohn Molakvoæ2023-07-111-3/+3
* feat(sharing): add sharing overview viewJohn Molakvoæ2023-07-111-1/+13
* Migrate files sharing to PSR LoggerInterfaceBenjamin Gaussorgues2023-07-062-71/+24
* displayname on federated sharesMaxence Lange2023-06-281-11/+127
* Refactors "strpos" calls in /apps/files_sharing to improve code readability.Faraz Samapoor2023-06-022-2/+2
* 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-083-6/+103
* Merge pull request #36515 from nextcloud/fix/sharees-remove-deckJulius Härtl2023-02-161-10/+1
|\
| * Remove Deck from Sharees APIjld31032023-02-031-10/+1
* | Merge pull request #36452 from nextcloud/perf/share-availability-checkVincent Petry2023-02-031-8/+13
|\ \ | |/ |/|
| * chore: Add return typesJulius Härtl2023-01-311-5/+6
| * perf(federation): Only request root share info for checking availabilityJulius Härtl2023-01-311-6/+10
* | Pluggable share providerLouis Chemineau2023-02-021-217/+33
|/
* Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-061-3/+8
* Check share attributes on preview endpointsJulius Härtl2022-10-251-0/+10
* 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 various other small psalm issuesCarl Schwan2022-10-171-1/+1
* | Fix checkpassword undocummented null parameterCarl Schwan2022-10-171-3/+3
* | 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
* | Merge pull request #34544 from nextcloud/fix/more-flexible-date-validationSimon L2022-10-131-1/+1
|\ \
| * | More flexible date validationCarl Schwan2022-10-111-1/+1
| |/
* / type closure to make psalm a bit happierRoeland Jago Douma2022-10-091-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-052-3/+3
|/
* feature: first take on using the viewer to render single file sharesMax2022-08-251-5/+4
* Multiple fixesCarl Schwan2022-07-312-27/+42
* Enforcing permission during resharingCarl Schwan2022-07-281-8/+9
* Inherit hide download from share attributesVincent Petry2022-07-281-0/+27
* Don't reset share attributes when not specifiedVincent Petry2022-07-281-2/+6
* Fix share attribute related tests + code styleVincent Petry2022-07-281-18/+25
* Fix share controller to accept share attributes aloneVincent Petry2022-07-281-2/+5
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+31
* Merge pull request #32741 from nextcloud/Valdnet-patch-2Joas Schilling2022-06-102-10/+10
|\