| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move supported MIME types into file-level const | PrivateGER | 2025-05-29 | 1 | -9/+9 |
| | | |||||
| * | Fix formatting and import spacing in VideoProcessingService | PrivateGER | 2025-05-29 | 1 | -2/+2 |
| | | |||||
| * | Add web optimization for video files during processing | PrivateGER | 2025-05-29 | 2 | -1/+67 |
| | | |||||
| * | merge: handle "follow" notifs from deleted user (!1032) | Marie | 2025-05-26 | 1 | -9/+13 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1032 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | handle `EntityNotFoundError` on all calls to `*.pack()` | dakkar | 2025-05-25 | 1 | -9/+13 |
| | | | |||||
| * | | merge: add mediaDirectory config option to configure location of uploaded ↵ | Hazelnoot | 2025-05-26 | 2 | -10/+6 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | media (!1045) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1045 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: dakkar <dakkar@thenautilus.net> | ||||
| | * | | add mediaDirectory config option to configure location of uploaded media | Ruby Iris Juric | 2025-05-26 | 2 | -10/+6 |
| | | | | |||||
| * | | | make configuration file directory configurable with MISSKEY_CONFIG_DIR ↵ | Ruby Iris Juric | 2025-05-26 | 1 | -1/+1 |
| |/ / | | | | | | | environment variable | ||||
| * / | enforce HTTPS for all federation | Hazelnoot | 2025-05-25 | 5 | -3/+46 |
| |/ | |||||
| * | merge: Synchronize database entities and code models (!1040) | Marie | 2025-05-23 | 11 | -24/+46 |
| |\ | | | | | | | | | | | 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 |
| | | | |||||
| | * | make meta.defaultLike non-nullable | Hazelnoot | 2025-05-22 | 1 | -2/+2 |
| | | | |||||
| | * | synchronize database entities and code models | Hazelnoot | 2025-05-22 | 9 | -21/+39 |
| | | | |||||
| * | | merge: Cleanup admin user UI (!1012) | Marie | 2025-05-23 | 1 | -0/+39 |
| |\ \ | |/ |/| | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1012 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | add "followStats" property to admin/show-user response | Hazelnoot | 2025-05-16 | 1 | -0/+39 |
| | | | |||||
| * | | use config.url instead of "https://${config.host}" | Hazelnoot | 2025-05-21 | 2 | -1/+2 |
| | | | |||||
| * | | 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 | ||||
| * | | fix error schema for FileServerService rate limit | Hazelnoot | 2025-05-19 | 1 | -3/+5 |
| | | | |||||
| * | | 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 MK_CONFIG_MEILISEARCH_APIKEY not correctly setting config | Ruby Iris Juric | 2025-05-19 | 1 | -1/+1 |
| |/ | |||||
| * | merge: Experimental improvements to Delete Account process (maybe resolves ↵ | Hazelnoot | 2025-05-15 | 3 | -60/+240 |
| |\ | | | | | | | | | | | | | | | | | | | #1035) (!1021) View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1021 Closes #1035 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | allow user to be deleted if profile is missing | Hazelnoot | 2025-05-12 | 1 | -2/+2 |
| | | | |||||
| | * | delete user registry items | Hazelnoot | 2025-05-12 | 1 | -1/+8 |
| | | | |||||
| | * | don't sent account deletion notice until after it actually completes | Hazelnoot | 2025-05-12 | 1 | -11/+29 |
| | | | |||||
| | * | add more manual steps to process account deletion in smaller chunks | Hazelnoot | 2025-05-12 | 1 | -7/+169 |
| | | | |||||
| | * | allow caller to pass in existing reaction hint to ReactionService.delete | Hazelnoot | 2025-05-12 | 1 | -2/+2 |
| | | | |||||
| | * | await delete account in queue in case of errors | Hazelnoot | 2025-05-12 | 1 | -2/+2 |
| | | | |||||
| | * | use deliverMany to reduce overhead of account deletion queue | Hazelnoot | 2025-05-12 | 1 | -10/+3 |
| | | | |||||
| | * | delete user reactions before notes | Hazelnoot | 2025-05-12 | 1 | -31/+31 |
| | | | |||||
| * | | 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 | 3 | -21/+33 |
| | | | |||||
| * | | check ps.trending before hiding non-explorable users from /users endpoint | Hazelnoot | 2025-05-14 | 1 | -1/+4 |
| | | | |||||
| * | | update user activity on Renote, Un-Renote, Note Edit, React, and Un-React | Hazelnoot | 2025-05-14 | 4 | -0/+10 |
| | | | |||||
| * | | also delete AP logs for cascading notes | Hazelnoot | 2025-05-14 | 1 | -2/+5 |
| | | | |||||
| * | | decrement quote count correctly | Hazelnoot | 2025-05-14 | 1 | -1/+1 |
| | | | |||||
| * | | fix references to userOrId | Hazelnoot | 2025-05-14 | 1 | -9/+10 |
| | | | |||||
| * | | enforce "can trend" role policy in trending user page | Hazelnoot | 2025-05-14 | 3 | -8/+38 |
| | | | |||||
| * | | 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 | 7 | -18/+36 |
| | | | |||||
| * | | merge: Allow port ranges in allowedPrivateIps (!1025) | Marie | 2025-05-14 | 2 | -44/+86 |
| |\ \ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1025 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | | fix parsing bare IPs | Hazelnoot | 2025-05-13 | 1 | -1/+2 |
| | | | | |||||
| | * | | fix "network" property in allowedPrivateNetworks | Hazelnoot | 2025-05-13 | 1 | -3/+3 |
| | | | | |||||
| | * | | enforce port restrictions against requests that happen to be missing the port | Hazelnoot | 2025-05-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | rename "mask" to "prefixLength" for clarity | Hazelnoot | 2025-05-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | improve YAML syntax for defining allowed IPs | Hazelnoot | 2025-05-13 | 1 | -12/+38 |
| | | | | |||||
| | * | | allow private IP ranges to specify allowed ports | Hazelnoot | 2025-05-12 | 2 | -43/+58 |
| | |/ | |||||
| * | | merge: Cache note translations in Redis (!1027) | Marie | 2025-05-14 | 4 | -20/+104 |
| |\ \ | | | | | | | | | | | | | | | | 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> | ||||