aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | feat(sharing): Add `custom_tokens` capabilityChristopher Ng2025-01-151-0/+2
* | feat(sharing): Fetch a unique generated tokenChristopher Ng2025-01-151-0/+24
* | feat(sharing): Allow updating share tokenChristopher Ng2025-01-151-1/+21
* | fix(files_sharing): Fix sharee search result typesprovokateurin2025-01-131-7/+14
* | fix(files_sharing): Gracefully handle fetching non-existent shareprovokateurin2025-01-131-14/+5
* | fix(files_sharing): Handle null userIdprovokateurin2025-01-132-11/+2
|/
* feat(federatedfilesharing): auto-accept shares from trusted serversskjnldsv2025-01-091-29/+60
* refactor(OpenAPI): Adjust scopes to match previous behaviorprovokateurin2025-01-062-0/+5
* fix(federatedfilesharing): get share by token fallbackbackport/49973/masterskjnldsv2024-12-281-4/+58
* fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
* feat(ocm): signing ocm requestsMaxence Lange2024-12-041-0/+1
* Merge pull request #49569 from nextcloud/shared-watcher-perfStephan Orbaugh2024-12-031-13/+8
|\
| * perf: improve performance of SharedStorage::getWatcherRobin Appelman2024-11-291-13/+8
* | chore: remove legacy action to test remote endpointBenjamin Gaussorgues2024-11-291-66/+0
|/