summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/notes/versions.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make NoteEdit entity match the database schemaHazelnoot2025-04-131-1/+1
* fix type errors from notes/versions endpointHazelnoot2025-03-311-8/+26
* Merge branch 'develop' into feature/2024.10dakkar2024-11-281-0/+6
|\
| * add rate limits to all public endpointsHazelnoot2024-11-221-2/+8
* | honour blocks and "signing required" for note versionsdakkar2024-11-231-4/+17
|/
* fix: notes/versions not checking visibilityMarie2024-01-251-1/+20
* upd: add additional checksMar0xy2023-10-221-3/+3
* upd: store old date and use it in previous versionsMar0xy2023-10-221-1/+2
* fix: date formatting in previous note viewMar0xy2023-10-221-1/+1
* upd: improve note edit table & improve previous version viewMar0xy2023-10-221-1/+1
* add: view previous versions of notesMar0xy2023-10-221-0/+63