7 Commits

Author SHA1 Message Date
Elian Doran
d99cc11d8b
server: Fix import of notes with type=file 2024-07-13 16:52:31 +03:00
Elian Doran
1b0690ddfc
server: Fix note type import
A regression caused by the port to TypeScript caused all note types to
be treated as a "text" instead of other types such as canvas. The MIME
type, however, was unaffected.
2024-07-13 16:43:33 +03:00
Elian Doran
4c69384b5d
Merge pull request #41 from TriliumNext/feature/typescript_backend_5
Convert backend to TypeScript (64% -> 67%)
2024-04-15 21:09:37 +03:00
Elian Doran
a66e4435ba
server-ts: Address requested changes 2024-04-13 17:30:48 +03:00
Elian Doran
fb32ab9707
server-ts: Address requested changes 2024-04-10 19:26:08 +03:00
Elian Doran
15dee4b952
server-ts: Convert services/backend_script_api 2024-04-04 22:04:30 +03:00
Elian Doran
53d4873c1f
server-ts: Port services/import/zip 2024-04-03 22:46:14 +03:00