summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/edit.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use more bulk hints in NoteEntityService / UserEntityService, and run the ↵Hazelnoot2025-06-091-1/+1
| | | | packMany queries in parallel
* copy changes to notes/edit.tsHazelnoot2025-04-011-4/+2
|
* collapse empty `cw` to nullHazelnoot2025-03-031-1/+1
|
* ignore empty CW with creating / editing notesHazelnoot2025-03-031-1/+1
|
* add "reject quotes" toggle at user and instance levelHazelnoot2025-02-201-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 lengthHazelnoot2024-10-261-3/+11
|
* fix length validationHazel K2024-10-031-1/+3
|
* sync notes/edit.ts from notes/create.tsdakkar2024-04-251-3/+3
|
* merge upstream for 2024.2.1dakkar2024-03-021-41/+84
|
* fix: align note edit errors with note create errorsMarie2024-02-231-24/+39
|
* merge: latest changesMarie2024-02-091-2/+2
|
* upd: Note Length customizationMarie2023-12-311-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 quotesMar0xy2023-12-041-0/+21
|
* upd: increase cw limitMar0xy2023-12-031-1/+1
| | | | Closes transfem-org/Sharkey#193
* upd: improve post editing on pollsMar0xy2023-11-301-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: upstreamMar0xy2023-11-031-1/+20
|
* fix: update? what updateMar0xy2023-09-221-1/+1
|
* upd: add backend for post editingMar0xy2023-09-221-0/+357