aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-046-32/+21
* 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
* | Merge branch 'master' into share-external-watcherJohn Molakvoæ2024-02-2345-306/+386
|\ \
| * \ Merge pull request #43605 from nextcloud/orphan-share-dailyJohn Molakvoæ2024-02-231-6/+2
| |\ \
| | * | fix: only cleanup orphaned shared dalyRobin Appelman2024-02-151-6/+2
| | |/
| * / 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-144-11/+20
| |\
| | * chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-134-11/+20
| * | feat: rename users to account or personVincent Petry2024-02-131-2/+2
| |/
| * also improe cache ci for shared cacheRobin Appelman2024-02-092-7/+10
| * Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-011-7/+0
| * Consider admin defaults when creating sharesfenn-cs2024-02-011-0/+1
| * fix: Fix template parameter for some listenersCôme Chilliet2024-01-301-1/+1
| * chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-305-1/+5
| * 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-093-5/+5
| * feat: public dav endpoint v2John Molakvoæ2024-01-091-1/+6
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-97/+89
| * fix: Also cleanup orphaned shares user cannot be found anymoreJulius Härtl2023-11-201-1/+6
| * optimize builtin storage wrappersRobin Appelman2023-11-083-2/+31
| * refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-026-84/+84
| * Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-0/+4
| |\
| | * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-0/+4
| * | fix(sharing): set name to target name in sharing cacheMax2023-10-181-0/+4
| * | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-112-18/+13
| * | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
| * | Add single status code descriptions for OpenAPIjld31032023-09-274-0/+10
| * | Merge pull request #39574 from nextcloud/fix/noid/ocm-controllerArthur Schiwon2023-09-203-54/+75
| |\ \
| | * | small fixesMaxence Lange2023-09-201-1/+4
| | * | set authType to basicMaxence Lange2023-09-201-0/+1
| | * | ocm controllerMaxence Lange2023-09-203-54/+71
| * | | feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+1
| |/ /
| * / Enfore allowPublicShares admin settingfenn-cs2023-09-121-2/+21
| |/
* / improve logic for getting the watcher for a shared external storageRobin Appelman2023-09-111-8/+17
|/
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+4
* Merge pull request #39944 from nextcloud/share-cache-shareRobin Appelman2023-08-282-5/+14
|\
| * pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-182-5/+14
* | fix(tests): Specify all positional parameters again to fix testsJoas Schilling2023-08-231-8/+12
* | move "aways loaded" sharing script to event listenerRobin Appelman2023-08-171-5/+6
|/
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-043-69/+4
|\
| * fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-282-59/+0
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-10/+4
* | fix(notifications): Remove share notification when the node is deletedJoas Schilling2023-08-031-0/+8
* | Merge pull request #39330 from nextcloud/feature/openapi/files_sharingKate2023-08-0110-132/+537
|\ \ | |/ |/|
| * files_sharing: Add OpenAPI specjld31032023-07-3110-132/+537
* | fix(dispatcher): Move remaining simple cases in apps/ folder to IEventDispatcherJoas Schilling2023-07-251-8/+9
|/
* fix(files_sharing): error and size/mtime for deleted sharesJohn Molakvoæ2023-07-111-0/+2
* fix: adjust testingJohn Molakvoæ2023-07-113-12/+9