| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | copy changes to timeline.ts | Hazelnoot | 2025-06-03 | 1 | -47/+9 | |
| | | | ||||||
| | * | copy changes to hybrid-timeline.ts | Hazelnoot | 2025-06-03 | 1 | -45/+12 | |
| | | | ||||||
| | * | copy changes to local-timeline.ts | Hazelnoot | 2025-06-03 | 1 | -17/+29 | |
| | | | ||||||
| | * | copy changes to global-timeline.ts | Hazelnoot | 2025-06-03 | 1 | -26/+12 | |
| | | | ||||||
| | * | fix bubble timeline query performance | Hazelnoot | 2025-06-03 | 1 | -10/+12 | |
| | | | ||||||
| | * | replace renotes check with generateExcludedRenotesQueryForNotes in ↵ | Hazelnoot | 2025-06-03 | 1 | -7/+1 | |
| | | | | | | | | | bubble-timeline.ts | |||||
| | * | replace silenced users check with generateSilencedUserQueryForNotes in ↵ | Hazelnoot | 2025-06-03 | 1 | -18/+2 | |
| | | | | | | | | | bubble-timeline.ts | |||||
| | * | replace generateBlockedHostQueryForNote allowSilenced parameter with ↵ | Hazelnoot | 2025-06-02 | 1 | -1/+2 | |
| | | | | | | | | | generateSilencedUserQueryForNotes | |||||
| | * | fetch followings asynchronously in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -11/+14 | |
| | | | ||||||
| | * | use generateMatchingHostQuery in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -0/+5 | |
| | | | ||||||
| | * | match if(me) formatting of other endpoints in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -2/+4 | |
| | | | ||||||
| | * | reduce calls to generateMutedUserRenotesQueryForNotes in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -1/+3 | |
| | | | ||||||
| | * | fix hasPoll check in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -1/+1 | |
| | | | ||||||
| | * | remove incorrect requireSigninToViewContents check in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -2/+0 | |
| | | | ||||||
| | * | fix query slowdown caused by unnecessary userHost IS NOT NULL condition in ↵ | Hazelnoot | 2025-06-02 | 1 | -1/+0 | |
| | | | | | | | | | bubble-timeline.ts | |||||
| | * | remove unnecessary call to generateVisibilityQuery in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -1/+0 | |
| | | | ||||||
| | * | avoid unnecessary nextTick callbacks in bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -4/+4 | |
| | | | ||||||
| | * | remove unused DI from bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -4/+1 | |
| | | | ||||||
| | * | add copyright header to bubble-timeline.ts | Hazelnoot | 2025-06-02 | 1 | -0/+5 | |
| | | | ||||||
| * | | merge develop and fix conflicts. | piuvas | 2025-06-03 | 24 | -94/+177 | |
| |\| | ||||||
| | * | merge: Allow unauthenticated (logged-out) users to translate notes (!1055) | Hazelnoot | 2025-06-01 | 1 | -10/+3 | |
| | |\ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1055 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | |||||
| | | * | allow unauthenticated (logged-out) users to translate notes | Hazelnoot | 2025-05-30 | 1 | -10/+3 | |
| | | | | ||||||
| | * | | merge: Overhaul trending polls (!1022) | Hazelnoot | 2025-06-01 | 1 | -19/+75 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1022 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | |||||
| | | * | | fix policy check for unspecified "local" property in polls/recommendation ↵ | Hazelnoot | 2025-05-23 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | endpoint | |||||
| | | * | | catch polls that are expiring exactly in the current instant | Hazelnoot | 2025-05-23 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | only show polls from explorable users | Hazelnoot | 2025-05-23 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | overhaul trending polls | Hazelnoot | 2025-05-23 | 1 | -19/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split into local, global, and completed sections * Don't require credential, but check for local/global timeline perms * Fix rate limit * Return polls where the current user has already voted * Return non-public polls if the user has permission to view them * Apply user/instance blocks * Fetch polls + notes + users in a single step to speed up pack | |||||
| | * | | | sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.ts | Hazelnoot | 2025-06-01 | 1 | -2/+9 | |
| | | | | | ||||||
| | * | | | 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 | |
| | | |/ / / | ||||||
| | * | | / | 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 | |||||
| | * | | | increase chart rate limits to max=200 and rate=5/s | Hazelnoot | 2025-05-25 | 12 | -36/+36 | |
| | |/ / | ||||||
| * / / | initial link attributions work. | piuvas | 2025-05-26 | 1 | -1/+5 | |
| |/ / | ||||||
| * | | 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 | |
| | | ||||||