| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix withRenotes check in bubble-timeline.ts | Hazelnoot | 2025-06-01 | 1 | -14/+10 |
| | | |||||
| * | merge: Instance admin UX improvements (!1059) | Hazelnoot | 2025-06-01 | 1 | -0/+6 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1059 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | disable status badge strip in admin-user and instance-info | Hazelnoot | 2025-05-29 | 1 | -0/+6 |
| | | | |||||
| * | | merge: Resolve AP collection items (prerequisite for future work) (!1067) | Hazelnoot | 2025-06-01 | 1 | -1/+16 |
| |\ \ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1067 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | | pass limit from ap/get to resolveCollectionItems | Hazelnoot | 2025-05-26 | 1 | -1/+2 |
| | | | | |||||
| | * | | add options expandCollectionItems and allowAnonymous to ap/get endpoint | Hazelnoot | 2025-05-26 | 1 | -1/+15 |
| | |/ | |||||
| * | | merge: Persisted instance blocks (!1068) | Hazelnoot | 2025-06-01 | 8 | -13/+23 |
| |\ \ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1068 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | | exclude local notes from bubble timeline | Hazelnoot | 2025-05-30 | 1 | -1/+2 |
| | | | | |||||
| | * | | fix following feed performance and bugs | Hazelnoot | 2025-05-28 | 1 | -6/+7 |
| | | | | |||||
| | * | | use instance block columns instead of checking meta columns | Hazelnoot | 2025-05-28 | 7 | -7/+15 |
| | |/ | |||||
| * | | merge: fix DeepLX (!1077) | Marie | 2025-06-01 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1077 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | | fix DeepLX | dakkar | 2025-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `??` binds tighter than `? :`, so that expression was parsed as: ```ts ( deeplFreeInstance ?? this.serverSettings.deeplIsPro ) ? 'https://api.deepl.com/v2/translate' : 'https://api-free.deepl.com/v2/translate' ``` which ended up calling the non-free DeepL instead of the local DeepLX | ||||
| * | | | correctly render reblogs and quotes-with-CW for discord previews | Hazelnoot | 2025-06-01 | 1 | -4/+20 |
| | | | | |||||
| * | | | allow passing user/note into convertStatus for performance | Hazelnoot | 2025-06-01 | 1 | -3/+3 |
| | | | | |||||
| * | | | return typed relations from MastodonDataService note fetchers | Hazelnoot | 2025-06-01 | 1 | -8/+73 |
| |/ / | |||||
| * / | increase chart rate limits to max=200 and rate=5/s | Hazelnoot | 2025-05-25 | 12 | -36/+36 |
| |/ | |||||
| * | merge: Synchronize database entities and code models (!1040) | Marie | 2025-05-23 | 2 | -1/+5 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1040 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | fix TS errors from defaultLike | Hazelnoot | 2025-05-22 | 2 | -1/+5 |
| | | | |||||
| * | | add "followStats" property to admin/show-user response | Hazelnoot | 2025-05-16 | 1 | -0/+39 |
| |/ | |||||
| * | replace andWhere with where | Hazelnoot | 2025-05-14 | 1 | -1/+1 |
| | | |||||
| * | use /users endpoint for explore exclusively (restore original behavior) | Hazelnoot | 2025-05-14 | 1 | -12/+6 |
| | | |||||
| * | don't trend notes from non-explorable or non-trendable users | Hazelnoot | 2025-05-14 | 1 | -1/+2 |
| | | |||||
| * | check ps.trending before hiding non-explorable users from /users endpoint | Hazelnoot | 2025-05-14 | 1 | -1/+4 |
| | | |||||
| * | enforce "can trend" role policy in trending user page | Hazelnoot | 2025-05-14 | 2 | -2/+30 |
| | | |||||
| * | add new featured tab for "users popular locally" | Hazelnoot | 2025-05-14 | 1 | -2/+17 |
| | | |||||
| * | add role policy to allow note trending | Hazelnoot | 2025-05-14 | 2 | -2/+2 |
| | | |||||
| * | merge: Cache note translations in Redis (!1027) | Marie | 2025-05-14 | 1 | -13/+48 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1027 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | add debug logging for translation endpoint | Hazelnoot | 2025-05-12 | 1 | -0/+1 |
| | | | |||||
| | * | cache and re-use note translations | Hazelnoot | 2025-05-12 | 1 | -13/+47 |
| | | | |||||
| * | | add configurable timeout for note translations | Hazelnoot | 2025-05-12 | 3 | -0/+12 |
| |/ | |||||
| * | merge: Fix word mute character calculation (resolves #861) (!1018) | Hazelnoot | 2025-05-12 | 1 | -2/+7 |
| |\ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1018 Closes #861 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | fix calculation of word mute | Hazelnoot | 2025-05-10 | 1 | -2/+7 |
| | | | |||||
| * | | don't show hidden hashtags on the trending page | Hazelnoot | 2025-05-10 | 1 | -0/+6 |
| |/ | |||||
| * | added cleanup to more sections | Marie | 2025-05-08 | 1 | -0/+3 |
| | | |||||
| * | refactor: ファイルアップロード時のテストを追加 (#15928) | おさむのひと | 2025-05-08 | 1 | -0/+1 |
| | | | | | | | * refactor: ファイルアップロード時のテストを追加 * なぜかsemverが消えてた | ||||
| * | Revert "fix: ↵ | おさむのひと | 2025-05-08 | 2 | -117/+59 |
| | | | | | | | | | | | 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" (#15927) * Revert "fix: 添付ファイルのあるリクエストを受けたときの初動を改善 (#15896)" This reverts commit 7e8cc4d7c0a86ad0bf71a727fb16132e8bc180a8. * fix CHANGELOG.md | ||||
| * | merge: Replace JSDOM with cheerio (!973) | Marie | 2025-05-08 | 2 | -3/+4 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/973 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | fix type errors | Hazelnoot | 2025-05-08 | 1 | -2/+2 |
| | | | |||||
| | * | replace JSDOM with cheerio | Hazelnoot | 2025-05-08 | 1 | -1/+2 |
| | | | |||||
| * | | implement '/v1/apps/verify_credentials' | Hazelnoot | 2025-05-08 | 5 | -2/+95 |
| | | | |||||
| * | | fix "cannot use 'in' operator" error | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | copy stack to AxiosError causes | Hazelnoot | 2025-05-08 | 1 | -0/+8 |
| | | | |||||
| * | | use isAxiosError to improve type detection | Hazelnoot | 2025-05-08 | 1 | -13/+12 |
| | | | |||||
| * | | more improvements to Mastodon error logging | Hazelnoot | 2025-05-08 | 1 | -17/+36 |
| | | | |||||
| * | | differentiate between "error" and "exception" in mastodon API | Hazelnoot | 2025-05-08 | 1 | -1/+1 |
| | | | |||||
| * | | add missing "return reply" calls to async fastify routes | Hazelnoot | 2025-05-08 | 9 | -86/+86 |
| | | | | | | | | | Required, according to docs: https://fastify.dev/docs/latest/Reference/Routes/#async-await | ||||
| * | | more fixes to Mastodon logging | Hazelnoot | 2025-05-08 | 2 | -19/+8 |
| | | | |||||
| * | | handle AxiosErrors without a response | Hazelnoot | 2025-05-08 | 1 | -3/+30 |
| | | | |||||
| * | | split exception logging from error logging to simplify and improve mastodon ↵ | Hazelnoot | 2025-05-08 | 2 | -49/+42 |
| | | | | | | | | | errors | ||||
| * | | improvements to Mastodon error conversion | Hazelnoot | 2025-05-08 | 1 | -5/+41 |
| | | | |||||