Notes/src/services
Panagiotis Papadopoulos 818cc30650
refactor(server/utils): isDev move to utils and replace fn with boolean
this value 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 22:40:43 +07:00
..
encryption chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
export test: port spec tests to vitest 2025-01-17 20:24:20 +07:00
import Merge pull request #1022 from TriliumNext/fix_import-utils-#1016 2025-01-26 14:28:52 +07:00
meta refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
search chore(tests): move remaining valid tests next to actual files 2025-01-18 20:20:30 +07:00
anonymization.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
api-interface.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
app_icon.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 22:40:42 +07:00
app_info.ts chore(build): bump sync version 2025-01-23 16:52:22 +07:00
app_path.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00
asset_path.ts electron: Fix deprecated assert syntax 2024-07-27 16:51:36 +07:00
attribute_formatter.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
attributes.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
auth.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 22:40:42 +07:00
backend_script_api.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
backend_script_api_interface.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
backup.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
blob-interface.ts chore(code): fix editorconfig for src/public 2024-12-22 15:42:15 +07:00
blob.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
branches.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
build.ts release 0.90.6-beta 2024-09-07 21:36:34 +07:00
builtin_attributes.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
bulk_actions.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
cloning.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
cls.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
code_block_theme.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00
code_block_theme_names.json chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
config.ts feat(services/config): rename syncProxy to syncServerProxy for naming consistency 2025-01-24 07:45:47 +07:00
consistency_checks.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
content_hash.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
data_dir.spec.ts test(data_dir): fix flaky getPlatformAppDataDir test on Windows 2025-01-20 18:57:43 +07:00
data_dir.ts chore(prettier): fix code style 2025-01-13 08:28:12 +07:00
date_notes.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
date_utils.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
entity_changes.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
entity_changes_interface.ts chore(code): fix editorconfig for src/public 2024-12-22 15:42:15 +07:00
erase.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
etapi_tokens.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
events.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
handlers.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
hidden_subtree.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
hoisted_note.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
host.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
html_sanitizer.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
i18n.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
image.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
instance_id.ts refactor(services): use named imports from utils 2025-01-02 13:47:44 +07:00
keyboard_actions.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 22:40:42 +07:00
keyboard_actions_interface.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
log.ts refactor(server/utils): isMac/isWin - replace fn with boolean 2025-01-29 22:40:42 +07:00
migration.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
note-interface.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
note_types.ts feat(geomap): create geomap note type 2025-01-20 18:45:56 +07:00
notes.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
one_time_timer.ts server-esm: Change export object to export default object 2024-07-18 21:42:44 +07:00
options.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
options_init.ts refactor(server/utils): isMac/isWin - replace fn with boolean 2025-01-29 22:40:42 +07:00
options_interface.ts chore(client/ts): port options 2025-01-11 11:45:06 +07:00
port.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00
promoted_attribute_definition_interface.ts server-ts: Convert services/handlers 2024-04-04 23:04:54 +07:00
promoted_attribute_definition_parser.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
protected_session.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
request.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 22:40:42 +07:00
request_interface.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
resource_dir.ts Merge branch 'feature/server_esm_part2' into feature/server_esm_part3 2024-07-23 19:15:59 +07:00
revisions.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
sanitize_attribute_name.spec.ts chore(tests): move tests next to actual file 2025-01-18 20:15:29 +07:00
sanitize_attribute_name.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
scheduler.ts fix(services): fix type errors 2025-01-24 00:02:45 +07:00
script.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
script_context.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
session_secret.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
setup.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
spaced_update.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
special_notes.ts feat(mobile): allow resetting launch bar config 2025-01-18 18:49:36 +07:00
sql.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
sql_init.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 22:40:42 +07:00
sync.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
sync_mutex.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
sync_options.ts refactor(services/sync_options): get rid of process.env query 2025-01-24 00:03:50 +07:00
sync_update.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
task_context.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
task_context_interface.ts server-ts: Fix build errors 2024-04-03 00:02:51 +07:00
tray.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
tree.ts chore(types): missing import type for JS imports 2025-01-13 23:18:10 +07:00
utils.formatDownloadTitle.spec.ts chore(tests): move tests next to actual file 2025-01-18 20:15:29 +07:00
utils.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00
window.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00
ws.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 22:40:43 +07:00