| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use more bulk hints in NoteEntityService / UserEntityService, and run the ↵ | Hazelnoot | 2025-06-09 | 1 | -1/+1 |
| | | | | | packMany queries in parallel | ||||
| * | copy changes to notes/edit.ts | Hazelnoot | 2025-04-01 | 1 | -4/+2 |
| | | |||||
| * | collapse empty `cw` to null | Hazelnoot | 2025-03-03 | 1 | -1/+1 |
| | | |||||
| * | ignore empty CW with creating / editing notes | Hazelnoot | 2025-03-03 | 1 | -1/+1 |
| | | |||||
| * | add "reject quotes" toggle at user and instance level | Hazelnoot | 2025-02-20 | 1 | -0/+8 |
| | | | | | | | + 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 | ||||
| * | add separate limits for CW length | Hazelnoot | 2024-10-26 | 1 | -3/+11 |
| | | |||||
| * | fix length validation | Hazel K | 2024-10-03 | 1 | -1/+3 |
| | | |||||
| * | sync notes/edit.ts from notes/create.ts | dakkar | 2024-04-25 | 1 | -3/+3 |
| | | |||||
| * | merge upstream for 2024.2.1 | dakkar | 2024-03-02 | 1 | -41/+84 |
| | | |||||
| * | fix: align note edit errors with note create errors | Marie | 2024-02-23 | 1 | -24/+39 |
| | | |||||
| * | merge: latest changes | Marie | 2024-02-09 | 1 | -2/+2 |
| | | |||||
| * | upd: Note Length customization | Marie | 2023-12-31 | 1 | -3/+13 |
| | | | | | | | | | note length is now configurable through the config file Closes #281 falls back to 3000 (misskey default) if not used/included in config | ||||
| * | fix: edit when it comes to quotes | Mar0xy | 2023-12-04 | 1 | -0/+21 |
| | | |||||
| * | upd: increase cw limit | Mar0xy | 2023-12-03 | 1 | -1/+1 |
| | | | | | Closes transfem-org/Sharkey#193 | ||||
| * | upd: improve post editing on polls | Mar0xy | 2023-11-30 | 1 | -80/+83 |
| | | | | | Fixes not being able to edit post if poll expiry was set and now checks properly if poll was edited or not | ||||
| * | merge: upstream | Mar0xy | 2023-11-03 | 1 | -1/+20 |
| | | |||||
| * | fix: update? what update | Mar0xy | 2023-09-22 | 1 | -1/+1 |
| | | |||||
| * | upd: add backend for post editing | Mar0xy | 2023-09-22 | 1 | -0/+357 |