aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* chore: stricter access to testremote endpointBenjamin Gaussorgues2024-11-281-1/+2
* Merge pull request #43025 from nextcloud/bugfix/error-on-reshare-after-transf...Côme Chilliet2024-11-252-0/+89
|\
| * fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownershipLuka Trovic2024-11-182-0/+89
* | fix(files_sharing,files): Do not validate shares before adjusting the ownerprovokateurin2024-11-251-7/+11
* | feat(files_sharing): Allow users with share permission to manage shares on IS...provokateurin2024-11-251-0/+13
* | fix(files_sharing): Remove duplicate link/email edit share logicprovokateurin2024-11-251-12/+0
* | fix(files_sharing): Fix error messages from password policyfix/fix-share-creation-error-messagesCôme Chilliet2024-11-191-4/+4
|/
* feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-081-0/+4
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-058-62/+66
* fix: Adjust preview for view-only sharesfix/view-only-previewFerdinand Thiessen2024-10-282-12/+17
* Merge pull request #48918 from nextcloud/fix/files_sharing/cleanup-error-mess...Kate2024-10-281-9/+9
|\
| * fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messagesprovokateurin2024-10-281-9/+9
* | Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-281-7/+7
|\ \ | |/ |/|
| * refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-7/+7
* | refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-checkfenn-cs2024-10-241-7/+4
* | fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-sharefenn-cs2024-10-241-1/+10
|/
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2145-589/+296
* fix(activity): Fix download activity parametersbugfix/noid/fix-download-activity-parametersJoas Schilling2024-10-191-2/+1