Notes/src/services
Elian Doran 45208c8039
chore(i18n): define electron locales for all the supported languages
2025-03-25 19:59:05 +07:00
..
encryption fix(server): build errors after newer types 2025-03-01 10:16:24 +07:00
export feat(export/single): mermaid with right extension and MIME 2025-03-22 15:22:55 +07:00
import feat(import/single): mermaid with .mmd extension 2025-03-22 15:45:36 +07:00
meta feat(in_app_help): support folder icons 2025-02-22 12:30:47 +07:00
search chore(prettier): fix code style 2025-03-02 20:47:57 +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_info.ts Revert "Merge pull request #1234 from TriliumNext/feature/task_list" 2025-03-06 23:52:01 +07:00
app_path.ts chore(prettier): fix code style 2025-03-02 20:47:57 +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 WIP: 1st step at verifying shareRoot is set 2025-02-20 08:12:51 +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 fix(test): flaky test due to concurrency 2025-03-24 17:42:38 +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 chore(release): 0.92.4 2025-03-16 16:04:21 +07:00
builtin_attributes.ts feat(pdf): describe the attributes & fix conflict in name 2025-02-01 17:34:42 +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.spec.ts feat(test): add test for code block mpapings 2025-02-16 11:43:20 +07:00
code_block_theme.ts feat(test): add test for code block mpapings 2025-02-16 11:43:20 +07:00
code_block_theme_names.json feat(code_block): map a few more themes 2025-02-16 11:43:12 +07:00
config.ts chore(prettier): fix code style 2025-03-02 20:47:57 +07:00
consistency_checks.ts Revert "Merge pull request #1234 from TriliumNext/feature/task_list" 2025-03-06 23:52:01 +07:00
content_hash.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
data_dir.spec.ts fix(test): tests that got broken along the way 2025-03-15 17:51:10 +07:00
data_dir.ts feat(server): use custom temporary directory within trilium-data 2025-03-15 10:11:54 +07:00
date_notes.ts In month note title patterns, replace {isoMonth} with e.g. "2025-03" for March 2025. 2025-03-20 22:59:20 +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 feat(template): duplicate content for geomap & mindmap (closes #357) 2025-03-08 04:28:24 +07:00
hidden_subtree.ts Merge remote-tracking branch 'origin/develop' into feature/rtl 2025-03-05 21:57:53 +07:00
hidden_subtree_launcherbar.ts chore(prettier): fix code style 2025-03-02 20:47:57 +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.spec.ts chore(prettier): fix code style 2025-03-02 20:47:57 +07:00
html_sanitizer.ts chore(prettier): fix code style 2025-03-02 20:47:57 +07:00
i18n.spec.ts fix(test): broken after adding content-only languages 2025-03-05 22:18:24 +07:00
i18n.ts chore(i18n): define electron locales for all the supported languages 2025-03-25 19:59:05 +07:00
image.ts chore(prettier): fix all files 2025-01-09 18:07:02 +07:00
in_app_help.spec.ts feat(in-app-help): hide notes that are hidden from share 2025-03-16 13:33:07 +07:00
in_app_help.ts feat(in-app-help): hide notes that are hidden from share 2025-03-16 13:33:07 +07:00
instance_id.ts refactor(services): use named imports from utils 2025-01-02 13:47:44 +07:00
keyboard_actions.ts feat(zen): add keyboard shortcut 2025-02-14 19:45:57 +07:00
keyboard_actions_interface.ts feat(zen): add keyboard shortcut 2025-02-14 19:45:57 +07:00
log.ts refactor(server/utils): isMac/isWin - replace fn with boolean 2025-01-29 10:55:53 +07:00
migration.spec.ts fix(migration): using async in transaction 2025-03-02 20:43:01 +07:00
migration.ts fix(migration): using async in transaction 2025-03-02 20:43:01 +07:00
note-interface.ts refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +07:00
note_types.ts feat(mermaid): set right mime type 2025-03-22 15:48:03 +07:00
notes.ts chore(prettier): fix code style 2025-03-02 20:47:57 +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 feat(settings): make the formatting locale value adjustable 2025-03-25 19:56:07 +07:00
options_interface.ts feat(settings): make the formatting locale value adjustable 2025-03-25 19:56:07 +07:00
port.ts refactor(server/utils): isDev move to utils and replace fn with boolean 2025-01-29 10:58:00 +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 10:55:53 +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(prettier): fix code style 2025-03-02 20:47:57 +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 fix(client): type errors due to command change 2025-02-24 12:39:40 +07:00
sql.ts feat(edit-docs): initialize database automatically 2025-03-10 17:04:17 +07:00
sql_init.ts refactor(server/utils): isElectron - replace fn with boolean 2025-01-29 10:55:53 +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 chore(prettier): fix code style 2025-03-02 20:47:57 +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 code style 2025-03-02 20:47:57 +07:00
tree.spec.ts chore(prettier): fix code style 2025-03-02 20:47:57 +07:00
tree.ts fix(server): sorting notes by custom attribute with missing value not idempotent 2025-02-06 20:41:35 +07:00
utils.spec.ts refactor(utils): add safeExtractMessageAndStackFromError util to remove code duplication 2025-03-08 17:07:25 +07:00
utils.ts Merge branch 'develop' into chore_lint-share 2025-03-23 12:13:22 +07:00
window.ts chore(prettier): fix code style 2025-03-02 20:47:57 +07:00
ws.ts feat(edit-docs): periodic export 2025-03-10 19:34:10 +07:00