| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix cherry-pick error: restore CacheService.findOptionalUserById | Hazelnoot | 2025-07-27 | 1 | -0/+5 |
| | | |||||
| * | fix missing @bindThis in CacheService | Hazelnoot | 2025-06-09 | 1 | -0/+2 |
| | | |||||
| * | fix refactoring mistake in CacheService.ts | Hazelnoot | 2025-06-09 | 1 | -2/+2 |
| | | |||||
| * | normalize userFollowingsCache / userFollowersCache and add ↵ | Hazelnoot | 2025-06-09 | 1 | -143/+173 |
| | | | | | hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places | ||||
| * | implement userFollowersCache | Hazelnoot | 2025-06-09 | 1 | -2/+15 |
| | | |||||
| * | re-type userFollowingsCache to match the others | Hazelnoot | 2025-06-09 | 1 | -22/+16 |
| | | |||||
| * | move QuantumKVCache to a separate file | Hazelnoot | 2025-06-09 | 1 | -1/+2 |
| | | |||||
| * | implement no-op caches for testing | Hazelnoot | 2025-06-09 | 1 | -3/+19 |
| | | |||||
| * | implement CacheService.getUsers and CacheService.getUserProfiles | Hazelnoot | 2025-06-09 | 1 | -0/+56 |
| | | |||||
| * | update quantum caches when a user is deleted | Hazelnoot | 2025-06-09 | 1 | -1/+11 |
| | | |||||
| * | use addMany instead of setMany when populating quantum caches from DB | Hazelnoot | 2025-06-09 | 1 | -2/+2 |
| | | |||||
| * | add CacheService.getUserFollowings and CacheService.getUserBlockers | Hazelnoot | 2025-06-09 | 1 | -1/+109 |
| | | |||||
| * | convert many RedisKVCaches to QuantumKVCache or MemoryKVCache | Hazelnoot | 2025-06-09 | 1 | -51/+53 |
| | | |||||
| * | add redis cache for note translations | Hazelnoot | 2025-05-12 | 1 | -1/+46 |
| | | | | | | * Partitioned by target language * Invalidated if the note is edited | ||||
| * | add new role conditions for local/remote followers/followees | Hazelnoot | 2025-05-10 | 1 | -0/+66 |
| | | |||||
| * | convert Authorized Fetch to a setting and add support for hybrid mode ↵ | Hazelnoot | 2025-03-16 | 1 | -0/+8 |
| | | | | | (essential metadata only) | ||||
| * | remove infinity caches | Hazel K | 2024-08-03 | 1 | -4/+4 |
| | | |||||
| * | encapsulate `MemoryKVCache<T>` | Hazel K | 2024-08-03 | 1 | -2/+2 |
| | | |||||
| * | merge upstream for 2024.2.1 | dakkar | 2024-03-02 | 1 | -1/+3 |
| | | |||||
| * | enhance?: ↵ | tamaina | 2024-02-23 | 1 | -0/+1 |
| | | | | | DeleteAccountServiceでユーザーを削除する際にuserChangeDeletedStateを発行する (#13382) | ||||
| * | fix | syuilo | 2024-02-16 | 1 | -2/+2 |
| | | |||||
| * | refactor(backend): misc/cacheをシンプルな実装に戻した | syuilo | 2024-02-16 | 1 | -39/+7 |
| | | |||||
| * | リモートユーザーが復活してもキャッシュにより該当ユ ↵ | MeiMei | 2024-02-16 | 1 | -9/+19 |
| | | | | | | | | | | | | | | ザーのActivityが受け入れられないのを修正 Fix #13273 (#13275) * リモートユーザーが復活してもキャッシュにより該当ユーザーのActivityが受け入れられないのを修正 Fix #13273 * CHAGELOG * Use Redis event --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | Fix #13290 | ||||
| * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 1 | -1/+1 |
| | | |||||
| * | Fix: ↵ | おさむのひと | 2023-10-27 | 1 | -13/+2 |
| | | | | | | | | | | | | | | チャンネルのフォロー・アンフォローの反映速度を改善 (#12149) * チャンネルのフォロー・アンフォローの反映速度を改善 * fix lint * userFollowingChannelsCacheの場所をCacheServiceからChannelFollowingServiceに移動 --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> | ||||
| * | feat: improve tl performance (#11946) | syuilo | 2023-10-03 | 1 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip | ||||
| * | feat: 通知の受信設定を強化 | syuilo | 2023-09-29 | 1 | -2/+2 |
| | | |||||
| * | refactor(backend): update directory structure for models | syuilo | 2023-09-20 | 1 | -1/+1 |
| | | |||||
| * | update deps (#11820) | syuilo | 2023-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip | ||||
| * | refactor: prefix Mi for all entities (#11719) | syuilo | 2023-08-16 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * Update RepositoryModule.ts * wip * wip * wip * Revert "wip" This reverts commit c1c13b37d2aaf3c65bc148212da302b0eb7868bf. | ||||
| * | chore: ↵ | Shun Sakai | 2023-07-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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(backend): Reduce memory usage of MemoryKVCache (#11076) | tamaina | 2023-07-08 | 1 | -8/+39 |
| | | | | | | * perf(backend): Reduce memory usage of MemoryKVCache * fix | ||||
| * | fix(backend): キャッシュが溜まり続けないように | syuilo | 2023-06-10 | 1 | -0/+11 |
| | | | | | Related #10984 | ||||
| * | refactor | syuilo | 2023-05-29 | 1 | -1/+6 |
| | | |||||
| * | fix types | syuilo | 2023-04-14 | 1 | -1/+1 |
| | | |||||
| * | fix(backend): イベント用redis分離が上手く動かない問題を修正 | syuilo | 2023-04-09 | 1 | -4/+4 |
| | | |||||
| * | typo | syuilo | 2023-04-07 | 1 | -4/+4 |
| | | |||||
| * | enhance(backend): improve cache | syuilo | 2023-04-05 | 1 | -4/+81 |
| | | |||||
| * | enhance(backend): improve cache | syuilo | 2023-04-04 | 1 | -0/+95 |