| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split url into webUrl and localUrl (like mastodon)stable | Freya Murphy | 24 hours | 1 | -1/+1 |
| | | |||||
| * | set X-Robots-Tag to disable indexing API endpoints | Hazelnoot | 2025-06-13 | 1 | -0/+4 |
| | | |||||
| * | check that detected AP object is actually a note before recording it in ↵ | Hazelnoot | 2025-06-07 | 1 | -2/+3 |
| | | | | | UrlPreviewService | ||||
| * | cache alternate URLs in UrlPreviewService | Hazelnoot | 2025-06-04 | 1 | -1/+17 |
| | | |||||
| * | redirect to exclude hash from preview URL | Hazelnoot | 2025-06-04 | 1 | -1/+13 |
| | | |||||
| * | check input URL scheme before continuing | Hazelnoot | 2025-06-04 | 1 | -0/+7 |
| | | |||||
| * | check if previews are disabled before anything else | Hazelnoot | 2025-06-04 | 1 | -10/+10 |
| | | |||||
| * | some requested changes to linkAttribution. | piuvas | 2025-05-27 | 1 | -21/+11 |
| | | |||||
| * | requested changes. | piuvas | 2025-05-27 | 1 | -10/+8 |
| | | |||||
| * | add missing semicolons. | piuvas | 2025-05-27 | 1 | -3/+3 |
| | | |||||
| * | small fixes. | piuvas | 2025-05-26 | 1 | -5/+1 |
| | | |||||
| * | initial link attributions work. | piuvas | 2025-05-26 | 1 | -1/+49 |
| | | |||||
| * | factor our cache logic into a separate method | Hazelnoot | 2025-05-19 | 1 | -27/+37 |
| | | |||||
| * | remove preview ActivityPub flag if we encounter a permanent (non-retryable) ↵ | Hazelnoot | 2025-05-19 | 1 | -13/+37 |
| | | | | | error while fetching the note | ||||
| * | add rate limit for URL preview | Hazelnoot | 2025-05-19 | 1 | -11/+61 |
| | | |||||
| * | make sure that the "fetch linked note" button actually remembers that the ↵ | Hazelnoot | 2025-05-19 | 1 | -32/+146 |
| | | | | | note is fetched | ||||
| * | fix return type of fetchSummary and fetchSummaryFromProxy | Hazelnoot | 2025-05-08 | 1 | -2/+2 |
| | | |||||
| * | add same-authority check between fetched note and summary url | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | |||||
| * | avoid fetching notes twice in UrlPreviewService | Hazelnoot | 2025-05-08 | 1 | -9/+14 |
| | | |||||
| * | check summary.haveNoteLocally after setting summary.activityPub to improve ↵ | Hazelnoot | 2025-05-08 | 1 | -14/+11 |
| | | | | | support for Akkoma | ||||
| * | softer URL preview validation: remove unsupported URLs instead of rejecting ↵ | Hazelnoot | 2025-05-08 | 1 | -4/+8 |
| | | | | | the whole preview | ||||
| * | validate more URLs in UrlPreviewService.ts | Hazelnoot | 2025-05-08 | 1 | -8/+37 |
| | | |||||
| * | await cache update to avoid hammering redis in UrlPreviewService.ts | Hazelnoot | 2025-05-08 | 1 | -1/+2 |
| | | |||||
| * | reduce caching for failed previews | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | |||||
| * | reduce log spam from UrlPreviewService.ts | Hazelnoot | 2025-05-08 | 1 | -7/+2 |
| | | |||||
| * | match preview cache duration for HTTP and Redis | Hazelnoot | 2025-05-08 | 1 | -4/+4 |
| | | |||||
| * | add version specifier to URL preview cache | Hazelnoot | 2025-05-08 | 1 | -6/+9 |
| | | |||||
| * | don't proxy local URLs | Hazelnoot | 2025-05-08 | 1 | -6/+10 |
| | | |||||
| * | allow summaly previews to redirect | Hazelnoot | 2025-05-08 | 1 | -3/+15 |
| | | |||||
| * | infer ActivityPub links from signed GET | Hazelnoot | 2025-05-08 | 1 | -2/+17 |
| | | |||||
| * | infer ActivityPub links from local DB | Hazelnoot | 2025-05-08 | 1 | -0/+39 |
| | | |||||
| * | fix eslint warning in UrlPreviewService.ts | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | |||||
| * | extract LocalSummalyResult type | Hazelnoot | 2025-05-08 | 1 | -12/+16 |
| | | |||||
| * | set summary.haveNoteLocally before caching summary | Hazelnoot | 2025-05-08 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'develop' into merge/2025-03-24 | dakkar | 2025-04-28 | 1 | -6/+4 |
| |\ | |||||
| | * | Merge branch 'stable' into merge-stable-into-develop | Julia Johannesen | 2025-04-27 | 1 | -8/+6 |
| |/| | |||||
| | * | Update summaly | Julia Johannesen | 2025-04-27 | 1 | -2/+2 |
| | | | |||||
| | * | Security fixes | Julia Johannesen | 2025-04-27 | 1 | -6/+4 |
| | | | | | | | | | Co-Authored-By: dakkar <dakkar@thenautilus.net> | ||||
| * | | fetch linked notes manually, unless we have them in DB - fixes 1006 | dakkar | 2025-03-15 | 1 | -2/+12 |
| |/ | |||||
| * | don't generate URL previews for blocked domains | Hazelnoot | 2024-11-20 | 1 | -0/+14 |
| | | |||||
| * | verify that preview URL is valid | Hazelnoot | 2024-11-20 | 1 | -1/+1 |
| | | |||||
| * | fix lint errors in UrlPreviewService | Hazelnoot | 2024-11-20 | 1 | -3/+3 |
| | | |||||
| * | fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses | rectcoordsystem | 2024-11-20 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'misskey/master' into feature/2024.9.0 | dakkar | 2024-10-09 | 1 | -9/+8 |
| |\ | |||||
| | * | refactor/perf(backend): provide metadata statically (#14601) | syuilo | 2024-09-22 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ReactionService.ts * Update ApiCallService.ts * Update timeline.ts * Update GlobalModule.ts * Update GlobalModule.ts * Update NoteEntityService.ts * wip * wip * wip * Update ApPersonService.ts * wip * Update GlobalModule.ts * Update mock-resolver.ts * Update RoleService.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * Update activitypub.ts * clean up * Update utils.ts * Update UtilityService.ts * Revert "Update utils.ts" This reverts commit a27d4be764b78c1b5a9eac685e261fee49331d89. * Revert "Update UtilityService.ts" This reverts commit e5fd9e004c482cf099252201c0c1aa888e001430. * vuwa- * Revert "vuwa-" This reverts commit 0c3bd12472b4b9938cdff2d6f131e6800bc3724c. * Update entry.ts * Update entry.ts * Update entry.ts * Update entry.ts * Update jest.setup.ts | ||||
| * | | tune cache lifetimes | Hazel K | 2024-08-03 | 1 | -2/+2 |
| | | | |||||
| * | | pass all the options to the cache constructor | dakkar | 2024-06-30 | 1 | -0/+1 |
| | | | |||||
| * | | cache URL previews on the server | dakkar | 2024-06-30 | 1 | -2/+26 |
| |/ | | | | | | | | we already tell browsers to cache the preview for 7 days, but each browser will ask the server, and the server will talk to the network, hammering the poor site that got mentioned on fedi let's instead cache the preview on the server! | ||||
| * | fix: URLプレビューの動作改善+動作設定を可能にする (#13579) | おさむのひと | 2024-03-21 | 1 | -15/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * support new version * URLプレビュー無効化時、フロント側も非表示にしてリクエストをしないようにする * fix lint * fix lint * tweak preview request error handles * fix: CHANGELOG.md * fix * fix --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | ||||
| * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | Fix #13290 | ||||