1
0
Fork 0
forked from jriou/coller
Commit graph

7 commits

Author SHA1 Message Date
1fcde736a8
fix: convert id to int64
Snowflake identifiers are integers, not strings.

BREAKING CHANGE: notes that are not using snowflake identifiers will not be
compatible anymore.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-27 10:05:58 +02:00
9e0254c0b5
feat: Add password protection
Fixes #37.

BREAKING CHANGE: API routes are prefixed by /api/note.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-27 08:36:00 +02:00
2c3ca08dbf
feat: Use snowflake identifiers
Fixes #29.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-09-20 08:37:37 +02:00
c54f32495b
feat: Add text editor
Use Monaco Editor to create notes. Support syntax highlighting. Store the
language with the note in the database to later support syntax highlighting in
a note web view.

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-27 22:42:12 +02:00
7d7614637b
Several fixes and features
- Commit database transactions
- Listen to all interfaces by default
- Use logger in collerd
- Add docker-compose file with PostgreSQL

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-26 12:30:41 +02:00
e22105049a
fix: Unique ID doesn't fail at first try
Fixes #3

Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-24 15:15:46 +02:00
ef9aca1f3b
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-21 16:22:03 +02:00