aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52817 from nextcloud/chore/deps/rector-2.0Côme Chilliet2025-05-141-1/+2
|\
| * refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-141-1/+2
* | Merge pull request #52775 from nextcloud/nested-jail-rootAndy Scherzinger2025-05-141-1/+1
|\ \ | |/ |/|
| * fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-rootRobin Appelman2025-05-131-1/+1
* | fix(files_sharing): add mime fallback to public preview toofix/mime-fallback-publicJohn Molakvoæ (skjnldsv)2025-05-131-1/+13
|/
* Merge pull request #52133 from nextcloud/no-shared-direct-downloadRobin Appelman2025-05-081-0/+5
|\
| * fix: disable direct download for sharesno-shared-direct-downloadRobin Appelman2025-04-111-0/+5
* | fix(share): assume download enabled on federated sharefix/52060/manage-download-on-federated-reshareMaxence Lange2025-05-061-0/+2
* | fix(files_sharing): Move `ConfigLexicon` to Config dir, update sharing inputnfebe2025-05-063-6/+7
* | refactor: use config lexiconMaxence Lange2025-05-062-1/+42
* | feat(files_sharing): Add toggle for federated share display areanfebe2025-05-061-0/+6
* | Merge pull request #52128 from nextcloud/shared-target-verify-cache-fixKate2025-05-061-3/+4
|\ \
| * | fix: don't return other mounts from share mount providershared-target-verify-cache-fixRobin Appelman2025-04-111-3/+4
| |/
* | fix(files_sharing): bring back owner and ownerDisplayName initial statefix/public-displayname-ownerskjnldsv2025-04-291-1/+3
* | revert: do not unify `hide-download` and `prevent-download` permissionsFerdinand Thiessen2025-04-161-5/+0
* | fix(files_sharing): do not show download button if `hide-download` is enabledFerdinand Thiessen2025-04-161-2/+2
* | fix(files_sharing): adjust rate limit share creation to 20 over 10 minutesJohn Molakvoæ2025-04-151-1/+1
* | fix(files_sharing): rate limit share creation 10 times per 10 minutesskjnldsv2025-04-151-1/+2
|/
* fix(files_sharing): fix share creation error handlingskjnldsv2025-04-091-0/+4
* fix: more optimized caching for share target verificationshared-target-verify-cacheRobin Appelman2025-04-082-14/+23
* feat: remove share status from share:list as it doesn't seem to contain usefu...share-list-cmdRobin Appelman2025-03-281-19/+0
* feat: add command to list sharesRobin Appelman2025-03-281-17/+72
* feat: add getParentId to ICacheEntryRobin Appelman2025-03-281-0/+125
* fix(files_sharing): Use session id as part of cache key to avoid concurrency ...Côme Chilliet2025-03-251-3/+3
* fix(files_sharing): Set higher priority for listeners that may abort the requestCôme Chilliet2025-03-251-3/+3
* fix: Avoid triggering several activities for Range request on the same fileCôme Chilliet2025-03-251-2/+10
* fix: Fix download activity for foldersCôme Chilliet2025-03-253-105/+78
* fix(sharing): Publish activity for download by public linkCôme Chilliet2025-03-252-0/+121
* perf(sharing): Use oc_share.{item_type, share_type} IN instead of OR equalsrefactor/use-in-instead-of-orMarcel Klehr2025-03-252-10/+4
* fix(files_sharing): skip expiration notify for invalid share recordfix-sharing-expiration-notifyLuka Trovic2025-03-171-1/+4
* fix(lookup-server): disable lookup server for non-global scale setupsFerdinand Thiessen2025-03-111-5/+5
* fix(lookup-server): do not query data by defaultFerdinand Thiessen2025-03-111-6/+3
* fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-sharesFerdinand Thiessen2025-02-201-1/+2
* fix(files_sharing): block downloading if neededfix/download-permsFerdinand Thiessen2025-02-181-0/+5
* feat(files_sharing): Add opengraph meta tags for multimedia, change opengraph...solonovamax2025-02-171-2/+14
* feat(files_sharing): Add twitter meta tagssolonovamax2025-02-171-6/+18
* Merge pull request #50769 from nextcloud/checkStorageIdSetCacheChristoph Wurst2025-02-141-3/+2
|\
| * fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCacheGit'Fellow2025-02-131-6/+6
* | chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-1312-22/+36
* | chore: re-apply current rector configuration to apps folderCôme Chilliet2025-02-131-5/+5
* | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUserCôme Chilliet2025-02-131-1/+1
|/
* fix: don't use cached root info from shared cache if the watcher has detected...Robin Appelman2025-02-062-0/+9
* refactor: Remove some deprecated containers and exceptionsnfebe2025-02-061-25/+28
* fix(sharing): Ensure download restrictions are not droppedfix/proper-download-checkFerdinand Thiessen2025-02-041-23/+41
* fix: Harden files scanner for invalid null accessFerdinand Thiessen2025-01-283-5/+6
* fix(files_sharing): Respect permissions passed when creating link sharesFerdinand Thiessen2025-01-281-101/+94
* fix: Ensure `label` is always a stringFerdinand Thiessen2025-01-261-1/+4
* Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-sharesAnna2025-01-161-4/+7
|\
| * fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-sharesAnna Larch2025-01-131-4/+7
* | feat(sharing): Respect admin custom tokens settingChristopher Ng2025-01-151-0/+3