| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(files_sharing): Also list deleted team sharesfix/show-deleted-team-shares | Ferdinand Thiessen | 2025-02-20 | 1 | -1/+2 |
* | fix(files_sharing): block downloading if neededfix/download-perms | Ferdinand Thiessen | 2025-02-18 | 1 | -0/+5 |
* | feat(files_sharing): Add opengraph meta tags for multimedia, change opengraph... | solonovamax | 2025-02-17 | 1 | -2/+14 |
* | feat(files_sharing): Add twitter meta tags | solonovamax | 2025-02-17 | 1 | -6/+18 |
* | Merge pull request #50769 from nextcloud/checkStorageIdSetCache | Christoph Wurst | 2025-02-14 | 1 | -3/+2 |
|\ |
|
| * | fix(SharedStorage): Check if storage ID is set on cachecheckStorageIdSetCache | Git'Fellow | 2025-02-13 | 1 | -6/+6 |
* | | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 12 | -22/+36 |
* | | chore: re-apply current rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 1 | -5/+5 |
* | | fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
|/ |
|
* | fix: don't use cached root info from shared cache if the watcher has detected... | Robin Appelman | 2025-02-06 | 2 | -0/+9 |
* | refactor: Remove some deprecated containers and exceptions | nfebe | 2025-02-06 | 1 | -25/+28 |
* | fix(sharing): Ensure download restrictions are not droppedfix/proper-download-check | Ferdinand Thiessen | 2025-02-04 | 1 | -23/+41 |
* | fix: Harden files scanner for invalid null access | Ferdinand Thiessen | 2025-01-28 | 3 | -5/+6 |
* | fix(files_sharing): Respect permissions passed when creating link shares | Ferdinand Thiessen | 2025-01-28 | 1 | -101/+94 |
* | fix: Ensure `label` is always a string | Ferdinand Thiessen | 2025-01-26 | 1 | -1/+4 |
* | Merge pull request #49898 from nextcloud/fix/noid/no-emails-for-user-shares | Anna | 2025-01-16 | 1 | -4/+7 |
|\ |
|
| * | fix(sharing): send share emails for internal users toofix/noid/no-emails-for-user-shares | Anna Larch | 2025-01-13 | 1 | -4/+7 |
* | | feat(sharing): Respect admin custom tokens setting | Christopher Ng | 2025-01-15 | 1 | -0/+3 |
* | | feat(sharing): Add `custom_tokens` capability | Christopher Ng | 2025-01-15 | 1 | -0/+2 |
* | | feat(sharing): Fetch a unique generated token | Christopher Ng | 2025-01-15 | 1 | -0/+24 |
* | | feat(sharing): Allow updating share token | Christopher Ng | 2025-01-15 | 1 | -1/+21 |
* | | fix(files_sharing): Fix sharee search result types | provokateurin | 2025-01-13 | 1 | -7/+14 |
* | | fix(files_sharing): Gracefully handle fetching non-existent share | provokateurin | 2025-01-13 | 1 | -14/+5 |
* | | fix(files_sharing): Handle null userId | provokateurin | 2025-01-13 | 2 | -11/+2 |
|/ |
|
* | feat(federatedfilesharing): auto-accept shares from trusted servers | skjnldsv | 2025-01-09 | 1 | -29/+60 |
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 2 | -0/+5 |
* | fix(federatedfilesharing): get share by token fallbackbackport/49973/master | skjnldsv | 2024-12-28 | 1 | -4/+58 |
* | fix(activity): make emails for link share uploads true by default | skjnldsv | 2024-12-06 | 1 | -1/+1 |
* | feat(ocm): signing ocm requests | Maxence Lange | 2024-12-04 | 1 | -0/+1 |
* | Merge pull request #49569 from nextcloud/shared-watcher-perf | Stephan Orbaugh | 2024-12-03 | 1 | -13/+8 |
|\ |
|
| * | perf: improve performance of SharedStorage::getWatcher | Robin Appelman | 2024-11-29 | 1 | -13/+8 |
* | | chore: remove legacy action to test remote endpoint | Benjamin Gaussorgues | 2024-11-29 | 1 | -66/+0 |
|/ |
|
* | chore: stricter access to testremote endpoint | Benjamin Gaussorgues | 2024-11-28 | 1 | -1/+2 |
* | Merge pull request #43025 from nextcloud/bugfix/error-on-reshare-after-transf... | Côme Chilliet | 2024-11-25 | 2 | -0/+89 |
|\ |
|
| * | fix(sharing): add command to fix broken shares after ownership transferringbugfix/error-on-reshare-after-transfer-ownership | Luka Trovic | 2024-11-18 | 2 | -0/+89 |
* | | fix(files_sharing,files): Do not validate shares before adjusting the owner | provokateurin | 2024-11-25 | 1 | -7/+11 |
* | | feat(files_sharing): Allow users with share permission to manage shares on IS... | provokateurin | 2024-11-25 | 1 | -0/+13 |
* | | fix(files_sharing): Remove duplicate link/email edit share logic | provokateurin | 2024-11-25 | 1 | -12/+0 |
* | | fix(files_sharing): Fix error messages from password policyfix/fix-share-creation-error-messages | Côme Chilliet | 2024-11-19 | 1 | -4/+4 |
|/ |
|
* | feat(files_sharing): use share node or label as page titlefeat/sharing-title | skjnldsv | 2024-11-08 | 1 | -0/+4 |
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 8 | -62/+66 |
* | fix: Adjust preview for view-only sharesfix/view-only-preview | Ferdinand Thiessen | 2024-10-28 | 2 | -12/+17 |
* | Merge pull request #48918 from nextcloud/fix/files_sharing/cleanup-error-mess... | Kate | 2024-10-28 | 1 | -9/+9 |
|\ |
|
| * | fix(files_sharing): Cleanup error messagesfix/files_sharing/cleanup-error-messages | provokateurin | 2024-10-28 | 1 | -9/+9 |
* | | Merge pull request #48614 from nextcloud/refactor/storage/constructors | Kate | 2024-10-28 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | refactor(Storage): Align all Storage constructorsrefactor/storage/constructors | provokateurin | 2024-10-23 | 1 | -7/+7 |
* | | refactor(ShareApiController): Check for null and empty strings with empty()safety-net-null-check | fenn-cs | 2024-10-24 | 1 | -7/+4 |
* | | fix(ShareAPI): Send mails for mail shares by defaultfix/48012/fix-share-email-send-mail-share | fenn-cs | 2024-10-24 | 1 | -1/+10 |
|/ |
|
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 45 | -589/+296 |
* | fix(activity): Fix download activity parametersbugfix/noid/fix-download-activity-parameters | Joas Schilling | 2024-10-19 | 1 | -2/+1 |