Elian Doran
4f018c8ceb
server-esm: Fix one more service import
2024-07-18 23:15:01 +03:00
Elian Doran
bf29b30004
server-esm: Fix some more service imports
2024-07-18 23:06:08 +03:00
Elian Doran
c5561530ec
server-esm: Fix import to session-file-store
2024-07-18 22:59:39 +03:00
Elian Doran
f4d19e2bc1
server-esm: Solve some more imports
2024-07-18 22:58:12 +03:00
Elian Doran
4ed88d28e9
server-esm: Fix type errors related to cloning
2024-07-18 22:41:58 +03:00
Elian Doran
8ac8f6c2df
server-esm: Fix a few more import issues
2024-07-18 22:33:36 +03:00
Elian Doran
ad93fe4b75
server-esm: Remove dynamic imports due to past circular issues
2024-07-18 22:30:16 +03:00
Elian Doran
efdae79c10
server-esm: Remove two more straightforward imports
2024-07-18 22:25:03 +03:00
Elian Doran
a8fd3be133
server-esm: Remove dynamic import to utils
2024-07-18 22:21:33 +03:00
Elian Doran
0c87fab550
server-esm: Fix wonderful token type mismatch
2024-07-18 22:18:10 +03:00
Elian Doran
20c729e62b
server-esm: Solve a few straightforward imports
2024-07-18 22:11:38 +03:00
Elian Doran
5d3e54ee9c
server-esm: Fix Electron helpers
2024-07-18 22:07:57 +03:00
Elian Doran
1dc894e279
server-esm: Fix the remaining compilation errors
2024-07-18 21:56:20 +03:00
Elian Doran
46f76d7284
server-esm: Fix some imports in app.ts
2024-07-18 21:55:26 +03:00
Elian Doran
6c8e9f69b0
server-esm: Fix import of package.json
2024-07-18 21:53:50 +03:00
Elian Doran
ecb8a7f394
server-esm: Change single export to export default
2024-07-18 21:50:12 +03:00
Elian Doran
0ceae0a65e
server-esm: Change some more export object to export default object
2024-07-18 21:47:30 +03:00
Elian Doran
55eecb0f61
server-esm: Change export object to export default object
2024-07-18 21:42:44 +03:00
Elian Doran
2750df04a3
server-esm: Change simple library import statements
2024-07-18 21:37:45 +03:00
Elian Doran
35d11cc0d2
server-esm: Change simple local import statements
2024-07-18 21:35:17 +03:00
Elian Doran
8fb67c9766
server-esm: Normalize quotes in require imports
2024-07-18 21:28:51 +03:00
Elian Doran
971c1472a5
server: Set to bundler / ES2015
2024-07-18 21:22:10 +03:00
Elian Doran
893a563afb
vscode: Add task to watch build errors
2024-07-18 20:45:46 +03:00
Elian Doran
623b2730ed
server: Update @types/* to latest
2024-07-16 21:43:14 +03:00
Elian Doran
c0b3c8496e
server: Fix build errors after updating to latest TypeScript
2024-07-16 21:43:04 +03:00
Elian Doran
9fdb7b29de
server: Update TypeScript to latest
2024-07-16 21:30:07 +03:00
Elian Doran
66108c1067
client: Fix regression (front end no longer loading)
2024-07-16 18:33:39 +03:00
Elian Doran
eff6ca3365
Merge pull request #173 from TriliumNext/feat/ts-unit-and-integration-tests
...
feat: TS unit and integration tests
2024-07-15 21:21:11 +03:00
Elian Doran
6a7eb9b34f
Merge remote-tracking branch 'origin/develop' into feat/ts-unit-and-integration-tests
...
; Conflicts:
; package.json
; tsconfig.json
2024-07-15 21:17:20 +03:00
Elian Doran
1e54a9660b
Revert indentation change
2024-07-15 21:15:22 +03:00
Elian Doran
653fba3b71
client: Fix URL to repository
2024-07-15 20:21:43 +03:00
Elian Doran
f323193c9d
release 0.90.0-beta
2024-07-14 22:32:45 +03:00
Elian Doran
b811f3d399
release 0.90.0-beta
2024-07-14 22:32:17 +03:00
Elian Doran
bbbbc3b860
bin/build*: Adjust error tolerance
2024-07-14 21:48:15 +03:00
Elian Doran
c9f27547a2
bin/build*: Check if dpkg-deb tool is correct
2024-07-14 21:45:48 +03:00
Elian Doran
6bf063b92f
bin/build*: Check that required binaries are present
2024-07-14 21:35:08 +03:00
Elian Doran
590442b0d5
client,server: Trilium Notes -> TriliumNext Notes ( closes #195 )
2024-07-14 21:20:42 +03:00
Elian Doran
4862b324a5
bin/release: Get rid of sponge
2024-07-14 21:13:06 +03:00
Elian Doran
f678c4337b
bin/release: Fail if jq is missing
2024-07-14 21:12:51 +03:00
Elian Doran
686b9c840e
release 0.9.0
2024-07-14 21:04:43 +03:00
Elian Doran
2e8b2d4b81
server: Fix empty note titles ( closes #205 )
2024-07-14 20:50:42 +03:00
Elian Doran
3d423d25f8
Merge pull request #208 from TriliumNext/bugfix/fix_importing_non_text_files
...
Unable to import a PDF file
2024-07-14 17:14:04 +03:00
Elian Doran
79123b0c63
server: Fix import of non-text files
2024-07-14 15:21:45 +03:00
Elian Doran
595402adea
dev: Fix npm start-electron script
2024-07-14 13:03:06 +03:00
Elian Doran
f40257b591
Merge pull request #206 from TriliumNext/bugfix/image_upload_regression
...
server: Fix regression in uploading images
2024-07-14 11:07:34 +03:00
Elian Doran
b6ca2281f7
Merge pull request #199 from TriliumNext/feature/port_0.63.7
...
Port 0.63.7
2024-07-14 10:17:18 +03:00
Elian Doran
186650b1cf
ci: Add workflow to build macOS ARM64
2024-07-14 10:12:12 +03:00
Elian Doran
1dad4bc80f
Merge remote-tracking branch 'origin/develop' into feature/port_0.63.7
2024-07-14 09:58:37 +03:00
Elian Doran
d66a70f099
Merge pull request #201 from TriliumNext/feature/fix_build_scripts
...
Fix build scripts & add CI for running them
2024-07-14 09:58:00 +03:00
Elian Doran
0792714e45
server: Fix regression in uploading images
...
The attachment is first saved with no content while the image is being
asynchronously resized. On our side we had a guard condition fail if the
content was empty, whereas the original implementation was simply using
an empty string instead.
2024-07-14 09:52:01 +03:00