| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support boosts and edits in renderNoteOrRenoteActivity | Hazelnoot | 2025-06-18 | 1 | -12/+1 |
| | | |||||
| * | avoid pushing to timelines of remote users | dakkar | 2025-06-13 | 1 | -0/+1 |
| | | |||||
| * | use pnpm package alias for @transfem-org/sfm-js | Hazelnoot | 2025-06-12 | 1 | -1/+1 |
| | | |||||
| * | normalize userFollowingsCache / userFollowersCache and add ↵ | Hazelnoot | 2025-06-09 | 1 | -19/+14 |
| | | | | | hibernatedUserCache to reduce the number of cache-clears and allow use of caching in many more places | ||||
| * | more use of identifiable errors, improvements to inner error rendering, and ↵ | Hazelnoot | 2025-06-06 | 1 | -3/+3 |
| | | | | | more heuristics for is-retryable-error | ||||
| * | update user activity on Renote, Un-Renote, Note Edit, React, and Un-React | Hazelnoot | 2025-05-14 | 1 | -0/+2 |
| | | |||||
| * | re-fetch notes after create/edit to ensure they have all fields populated | Hazelnoot | 2025-05-08 | 1 | -2/+5 |
| | | |||||
| * | reorder relay activities to avoid delivery race condition | Hazelnoot | 2025-05-07 | 1 | -6/+6 |
| | | |||||
| * | copy changes to notes/edit.ts | Hazelnoot | 2025-04-01 | 1 | -2/+2 |
| | | |||||
| * | copy changes to NoteEditService.ts | Hazelnoot | 2025-04-01 | 1 | -91/+17 |
| | | |||||
| * | merge: Remove visibility of DMs for non-recipient users (!912) | dakkar | 2025-03-30 | 1 | -0/+1 |
| |\ | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/912 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev> | ||||
| | * | do not notify mentioned users if a DM is not visible to them | Jacob Hall | 2025-02-20 | 1 | -0/+1 |
| | | | |||||
| * | | add "reject quotes" toggle at user and instance level | Hazelnoot | 2025-02-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | + improve, cleanup, and de-duplicate quote resolution + add warning message when quote cannot be loaded + add "process error" framework to display warnings when a note cannot be correctly loaded from another instance | ||||
| * | | adjust types to avoid merge conflicts in NoteCreateService.ts and ↵ | Hazelnoot | 2025-02-16 | 1 | -2/+14 |
| | | | | | | | | | NoteEditService.ts | ||||
| * | | append mandatory CW in `Update(Note)` activities | Hazelnoot | 2025-02-16 | 1 | -19/+5 |
| | | | |||||
| * | | remove mandatory CW logic from NoteCreateService and NoteEditService | Hazelnoot | 2025-02-16 | 1 | -10/+0 |
| | | | |||||
| * | | don't duplicate mandatory CWs | Hazelnoot | 2025-02-16 | 1 | -3/+3 |
| | | | |||||
| * | | add user-level "force content warning" moderation feature | Hazelnoot | 2025-02-16 | 1 | -0/+10 |
| | | | |||||
| * | | fix lint errors in NoteCreateService & NoteEditService | Hazelnoot | 2025-02-16 | 1 | -1/+1 |
| |/ | |||||
| * | copy changes to NoteEditService.ts | Hazelnoot | 2025-02-03 | 1 | -22/+5 |
| | | |||||
| * | Merge branch 'develop' into feature/2024.10 | dakkar | 2024-11-28 | 1 | -3/+5 |
| |\ | |||||
| | * | better poll editing - fixes #668 | dakkar | 2024-11-27 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | * editing _just the poll_ is now recognised as an actual change to the note * the "poll ended" notification job is now replaced (with potentially the new expiry time) | ||||
| * | | Merge branch 'develop' into feature/2024.10 | dakkar | 2024-11-22 | 1 | -1/+1 |
| |\| | |||||
| | * | remove duplicate `isPureRenote` method | Hazelnoot | 2024-11-20 | 1 | -8/+1 |
| | | | |||||
| | * | ignore `isNSFW` for pure renotes | Hazelnoot | 2024-11-20 | 1 | -1/+8 |
| | | | |||||
| * | | fix uses of renamed method | dakkar | 2024-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | `FederatedInstanceService.fetch` will now just load from the DB, it won't do anything if the instance is not already there | ||||
| * | | copy changes from NoteCreate to NoteEdit | dakkar | 2024-11-08 | 1 | -8/+12 |
| |/ | |||||
| * | add separate limits for CW length | Hazelnoot | 2024-10-26 | 1 | -2/+6 |
| | | |||||
| * | separate character limits for local and remote notes | Hazel K | 2024-10-26 | 1 | -5/+8 |
| | | |||||
| * | fix TS errors in NoteCreateService / NoteEditService | Hazelnoot | 2024-10-15 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'develop' into feature/2024.9.0 | Hazelnoot | 2024-10-15 | 1 | -3/+7 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # locales/en-US.yml # locales/ja-JP.yml # packages/backend/src/core/NoteCreateService.ts # packages/backend/src/core/NoteDeleteService.ts # packages/backend/src/core/NoteEditService.ts # packages/frontend-shared/js/config.ts # packages/frontend/src/boot/common.ts # packages/frontend/src/pages/following-feed.vue # packages/misskey-js/src/autogen/endpoint.ts | ||||
| | * | update latest_note for edits | Hazelnoot | 2024-10-15 | 1 | -2/+7 |
| | | | |||||
| * | | fix editing notes | dakkar | 2024-10-12 | 1 | -0/+1 |
| | | | |||||
| * | | thank you linters | dakkar | 2024-10-11 | 1 | -1/+1 |
| | | | |||||
| * | | copy changes from NoteCreateService to NoteEditService | dakkar | 2024-10-09 | 1 | -44/+41 |
| |/ | |||||
| * | fix length validation | Hazel K | 2024-10-03 | 1 | -0/+12 |
| | | |||||
| * | maybe fix #510 - try to not edit visibility | dakkar | 2024-09-21 | 1 | -3/+5 |
| | | | | | | the frontend part is pretty straightforward, the backend part is ugly but it shouldn't make things worse than they already are | ||||
| * | copy changes from NoteCreateService to NoteEditService | dakkar | 2024-08-02 | 1 | -11/+16 |
| | | |||||
| * | Merge branch 'develop' into future-2024-05-31 | dakkar | 2024-06-08 | 1 | -0/+4 |
| |\ | |||||
| | * | merge: use the current resolver for quotes - #524 (!536) | Marie | 2024-06-03 | 1 | -0/+4 |
| | |\ | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/536 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Marie <marie@kaifa.ch> | ||||
| | | * | first basic protection - #524 | dakkar | 2024-05-14 | 1 | -0/+4 |
| | | | | |||||
| * | | | various fixes after the merge | dakkar | 2024-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | copy upstream NoteCreateService changes to NoteEditService | dakkar | 2024-05-31 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'develop' into future | dakkar | 2024-05-31 | 1 | -0/+18 |
| |\| | | |||||
| | * | | feat: send edit events to servers that interacted | Sugar | 2024-05-11 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | a server replied to, renoted or reacted to a note knows about a note, and as such it should get notified about it being edited. this matches similar logic in mastodon. | ||||
| * | | | Merge branch 'develop' into future-2024-04-25-post | dakkar | 2024-05-11 | 1 | -1/+6 |
| |\| | | |||||
| | * | | really edit notes in more cases - fixes #424 | dakkar | 2024-05-07 | 1 | -1/+6 |
| | |/ | |||||
| * / | sync NoteEditService from NoteCreateService | dakkar | 2024-04-25 | 1 | -8/+19 |
| |/ | |||||
| * | merge upstream for 2024.2.1 | dakkar | 2024-03-02 | 1 | -4/+30 |
| | | |||||
| * | fix: align note edit errors with note create errors | Marie | 2024-02-23 | 1 | -3/+3 |
| | | |||||