summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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-042-17/+17
* fix(files_sharing): ShareesAPI - Return empty response when user is not allow...Ferdinand Thiessen2024-03-151-24/+9
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-043-24/+15
* 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
|/
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-182-4/+4
* fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-091-17/+6
* fix: public dav and files_sharing testing fixesJohn Molakvoæ2024-01-092-2/+2
* feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-237-29/+29
* 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
| |/