| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | normalize userFollowingsCache / userFollowersCache and add ↵ | Hazelnoot | 2025-06-09 | 1 | -65/+268 |
| | | | | | hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places | ||||
| * | move QuantumKVCache to a separate file | Hazelnoot | 2025-06-09 | 1 | -2/+1 |
| | | |||||
| * | implement QuantumKVCache.add and QuantumKVCache.addMany | Hazelnoot | 2025-06-09 | 1 | -0/+62 |
| | | |||||
| * | implement QuantumKVCache.setMany and QuantumKVCache.seleteMany | Hazelnoot | 2025-06-09 | 1 | -21/+125 |
| | | |||||
| * | implement QuantumKVCache | Hazelnoot | 2025-06-09 | 1 | -0/+431 |
| | | |||||
| * | more use of identifiable errors, improvements to inner error rendering, and ↵ | Hazelnoot | 2025-06-06 | 1 | -0/+75 |
| | | | | | more heuristics for is-retryable-error | ||||
| * | add function diffArraysSimple for more efficient change detection | Hazelnoot | 2025-05-28 | 1 | -1/+39 |
| | | |||||
| * | minor optimization to diff-arrays | Hazelnoot | 2025-05-28 | 1 | -3/+3 |
| | | |||||
| * | fix type errors caused by new User, Note, and Instance fields | Hazelnoot | 2025-05-28 | 1 | -0/+3 |
| | | |||||
| * | add diff-arrays utility for efficient array diffs | Hazelnoot | 2025-05-28 | 1 | -0/+53 |
| | | |||||
| * | remove assertActivityMatchesUrls in favor of three-way same-authority checks | Hazelnoot | 2025-03-02 | 1 | -55/+0 |
| | | |||||
| * | cover more retryable errors for quote resolution | Hazelnoot | 2025-02-20 | 1 | -0/+73 |
| | | |||||
| * | fix type errors in is-renote unit tests | Hazelnoot | 2025-02-20 | 1 | -0/+1 |
| | | |||||
| * | factor out common append-content-warning routine for use in both frontend ↵ | Hazelnoot | 2025-02-16 | 1 | -0/+92 |
| | | | | | and backend | ||||
| * | use fraction seconds for rate limit headers | Hazelnoot | 2024-12-08 | 1 | -0/+62 |
| | | |||||
| * | normalize AP IDs during verification | Hazelnoot | 2024-11-23 | 1 | -21/+25 |
| | | |||||
| * | merge: Add filter options to following feed (resolves #726) (!671) | Hazelnoot | 2024-10-15 | 1 | -1/+21 |
| |\ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/671 Closes #726 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | fix is-renote tests | Hazelnoot | 2024-10-15 | 1 | -4/+3 |
| | | | |||||
| | * | add filters for following feed | Hazel K | 2024-10-15 | 1 | -1/+22 |
| | | | |||||
| * | | factor out tuple logic into from-tuple.ts | Hazelnoot | 2024-10-15 | 1 | -0/+13 |
| |/ | |||||
| * | check for host | Hazel K | 2024-10-07 | 1 | -13/+24 |
| | | |||||
| * | prevent deletion or suspension of system accounts | Hazel K | 2024-10-07 | 1 | -0/+36 |
| | | |||||
| * | fix types in my test | dakkar | 2024-05-31 | 1 | -18/+18 |
| | | |||||
| * | Merge branch 'develop' into future | dakkar | 2024-05-31 | 1 | -0/+51 |
| |\ | |||||
| | * | look inside `url` when checking activity origin - #512 | dakkar | 2024-05-18 | 1 | -0/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous assertion that: > if it's a complicated thing and the `activity.id` doesn't match, I > think we're fine rejecting the activity was wrong: at least peertube sends activities that have `url` as an array of objects. Notice that this does *not*, in fact, fix #512: the peertube activity does not contain its short URL (`https://example.com/w/someid`), so there's no way to confirm that it is the activity we requested. | ||||
| * | | fix backend tests | dakkar | 2024-04-25 | 1 | -0/+1 |
| | | | |||||
| * | | fix(backend): incorrect logic for determining whether Quote or not (#13700) | zyoshoka | 2024-04-14 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | | | | | * fix(backend): incorrect logic for determining whether Quote or not * Update CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | ||||
| * | | chore: add missing SPDX ID and workflow check (#13570) | zyoshoka | 2024-03-13 | 1 | -0/+5 |
| |/ | | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint | ||||
| * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 4 | -4/+4 |
| | | | | | Fix #13290 | ||||
| * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 4 | -4/+4 |
| | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 4 | -4/+4 |
| | | |||||
| * | enhance(backend): テストの高速化 (#12939) | おさむのひと | 2024-01-08 | 2 | -3/+3 |
| | | | | | | | | | | | | * enhance(backend): テストの高速化 * add ls * 自動的にマージされるようなので不要 * 起動方法を揃える * fix test | ||||
| * | fix tests | syuilo | 2023-10-16 | 1 | -13/+13 |
| | | |||||
| * | perf(backend): WebSocket接続が多い場合のパフォーマンスを向上 | syuilo | 2023-10-08 | 1 | -0/+88 |
| | | | | | | https: //github.com/MisskeyIO/misskey/pull/176 Co-Authored-By: KOBA789 <kobahide789@gmail.com> | ||||
| * | feat: introduce aidx and make it default | syuilo | 2023-09-06 | 1 | -0/+8 |
| | | | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com> | ||||
| * | fixes | syuilo | 2023-09-05 | 1 | -36/+36 |
| | | |||||
| * | enhance(backend): Improve behavior of correctFilename (#11484) | tamaina | 2023-08-08 | 2 | -28/+48 |
| | | | | | | | | | | | | | | | | * enhance(backend): Improve behavior of correctFilename * :v: * 未知のファイル形式かつ拡張子がある場合は何もしない * :v: * .ext --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | chore: ↵ | Shun Sakai | 2023-07-27 | 3 | -65/+80 |
| | | | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | perf: use slacc on check-word-mute (#10721) | Acid Chicken (硫酸鶏) | 2023-05-05 | 1 | -0/+49 |
| | | | | | | | | | | | | * perf: use slacc on check-word-mute when all of specified words are single word * perf: use slacc as possible * build: avoid tarball * chore: update slacc * build: update package name | ||||
| * | fix(server): ↵ | tamaina | 2023-04-09 | 1 | -0/+44 |
| | | | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import | ||||
| * | fix correctFilename extが.から始まる場合も考慮する | tamaina | 2023-03-06 | 1 | -0/+3 |
| | | |||||
| * | enhance(server): ↵ | tamaina | 2023-03-04 | 1 | -0/+39 |
| downloadUrlでContent-Dispositionからファイル名を取得 (#10150) * enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 Resolve #10036 Resolve #4750 * untitled * オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする * :v: * tiff * fix filename * add test * /files/でもContent-Disposition * comment * fix test | |||||