Jin
8df1e3263b
Merge branch 'develop' into feature/MFA
2025-03-22 12:35:00 +01:00
Panagiotis Papadopoulos
ca2bb94200
refactor(server/utils): isElectron - replace fn with boolean
...
this values cannot change during runtime,
=> there is no need to have these checks
as dynamic function, instead just
export the boolean value directly
2025-01-29 10:55:53 +01:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax
2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Panagiotis Papadopoulos
7fe23c7ac2
refactor(services): use named imports from utils
2025-01-02 13:47:44 +01:00
Elian Doran
2eb4d4fb66
Merge remote-tracking branch 'origin/develop' into feature/MFA
2024-12-24 13:30:37 +02:00
Elian Doran
b321d99076
chore(code): fix editorconfig for src/public
2024-12-22 15:42:15 +02:00
Elian Doran
2e544a7337
feat(theme): use TriliumNext as default theme
2024-11-22 20:15:35 +02:00
chesspro13
d92820280d
Fixed problem with using existing databases.
2024-09-14 10:04:39 -07:00
Elian Doran
9e85d2cdbd
server: Fix missing translations in keyboard actions
2024-09-14 14:34:24 +03:00
Elian Doran
99ca701a5c
electron: Fix initial sync ( closes #284 )
...
Apparently the issue was caused by options_init which for Electron was
attempting to read the theme asynchronously. That's why it didn't cause
issues on the server build.
2024-07-29 20:41:28 +03:00
Elian Doran
76fcea7189
server: Fix missing .js import for rows file
2024-07-24 20:20:20 +03:00
Elian Doran
1cd6670c55
server-esm: Fix circular dependency between sql and sql_init
2024-07-19 00:47:09 +03:00
Elian Doran
508b5e3c69
server-esm: Handle more straightforward requires
2024-07-18 23:45:17 +03:00
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
0ceae0a65e
server-esm: Change some more export object to export default object
2024-07-18 21:47:30 +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
aa233b8adb
server-ts: Port consistency_checks
2024-04-03 20:48:54 +03:00
Elian Doran
29d37c40c1
server-ts: Port services/export/zip
2024-02-19 23:08:43 +02:00
Elian Doran
5f4f30f84b
server-ts: Port services/options_init
2024-02-18 13:32:00 +02:00
Elian Doran
d35613f510
server-ts: Port becca_loader
2024-02-17 20:45:31 +02:00
Elian Doran
3d5ef81860
server-ts: Simplify deferred promise in sql_init
2024-02-17 20:33:18 +02:00
Elian Doran
a029ee268a
server-ts: Fix export
2024-02-17 20:06:54 +02:00
Elian Doran
56ca0ea5d0
server-ts: Port migration, port, sql_init services
2024-02-17 19:51:22 +02:00