.. |
export
|
tar export fixes + added code block example to the demo document
|
2019-12-25 11:56:55 +01:00 |
import
|
fix import with style.css
|
2019-12-25 12:09:49 +01:00 |
anonymization.js
|
fix anonymization according to latest schema
|
2019-11-29 21:42:24 +01:00 |
app_icon.js
|
|
|
app_info.js
|
added sectors for contect check computation
|
2019-12-18 22:24:13 +01:00 |
attributes.js
|
note can be activated through 'keyboardShortcut' label
|
2019-11-24 18:32:18 +01:00 |
auth.js
|
relaunch app after successful sync
|
2019-12-28 12:55:53 +01:00 |
backend_script_api.js
|
(mostly) backwards compatible .createNote() backend API
|
2019-12-03 21:31:46 +01:00 |
backup.js
|
|
|
build.js
|
release 0.39.2-beta
|
2019-12-30 19:48:54 +01:00 |
build_search_query.js
|
fix searching multi-valued attributes, closes #800
|
2020-01-01 20:49:26 +01:00 |
change_password.js
|
|
|
cloning.js
|
fix ensureNoteIsAbsentFromParent, closes #691
|
2019-11-07 19:51:38 +01:00 |
cls.js
|
|
|
config.js
|
|
|
consistency_checks.js
|
run consistency checks on demand
|
2019-12-10 22:03:00 +01:00 |
content_hash.js
|
sync recovery fixes
|
2019-12-24 16:00:31 +01:00 |
data_dir.js
|
|
|
data_encryption.js
|
|
|
date_notes.js
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
date_utils.js
|
|
|
env.js
|
choose port dynamically from range based on environment
|
2019-07-07 10:49:34 +02:00 |
events.js
|
|
|
handlers.js
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
hoisted_note.js
|
|
|
host.js
|
Add host option (#588)
|
2019-07-09 22:50:20 +02:00 |
image.js
|
correctly respect label @disableVersioning
|
2019-12-02 23:06:06 +01:00 |
keyboard_actions.js
|
ability to define a keyboard shortcut for paste markdown, closes #761
|
2019-12-10 23:04:18 +01:00 |
log.js
|
fix non disappearing persistent toast
|
2019-10-28 20:26:40 +01:00 |
migration.js
|
removed foreign keys PRAGMAs since foreign key constraints are not used anymore
|
2019-11-30 10:41:53 +01:00 |
my_scrypt.js
|
|
|
note_cache.js
|
added index to source_ids
|
2019-12-01 14:39:24 +01:00 |
note_revisions.js
|
correctly respect label @disableVersioning
|
2019-12-02 23:06:06 +01:00 |
notes.js
|
small sync fixes
|
2019-12-16 22:00:44 +01:00 |
options.js
|
shortcuts WIP
|
2019-11-19 20:53:04 +01:00 |
options_init.js
|
added option to enable native title bar (disabled by default)
|
2019-12-24 12:10:32 +01:00 |
parse_filters.js
|
more general filter parsing
|
2019-12-18 20:51:48 +01:00 |
password_encryption.js
|
|
|
port.js
|
choose port dynamically from range based on environment
|
2019-07-07 10:49:34 +02:00 |
protected_session.js
|
fix decrypting note titles on the server installation, closes #724
|
2019-11-26 19:49:52 +01:00 |
repository.js
|
note revision sync and other fixes
|
2019-11-01 20:00:56 +01:00 |
request.js
|
fix sync proxy with TLS
|
2019-07-24 20:47:41 +02:00 |
resource_dir.js
|
|
|
scheduler.js
|
|
|
script.js
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
script_context.js
|
allow requiring native node modules from backend scripts
|
2019-08-12 20:41:38 +02:00 |
search.js
|
allow multiple instances of @in operator, closes #716
|
2019-11-22 21:17:46 +01:00 |
session_secret.js
|
|
|
setup.js
|
set timeout for the initial sync seed request
|
2019-12-29 10:19:00 +01:00 |
source_id.js
|
|
|
sql.js
|
optimization of recursive CTE attribute query
|
2019-12-01 13:29:39 +01:00 |
sql_init.js
|
fixes
|
2019-11-30 11:36:36 +01:00 |
sync.js
|
more sync recovery fixes
|
2019-12-24 17:49:44 +01:00 |
sync_mutex.js
|
|
|
sync_options.js
|
set timeout for the initial sync seed request
|
2019-12-29 10:19:00 +01:00 |
sync_table.js
|
implemented sync hash check recovery process
|
2019-12-18 22:58:30 +01:00 |
sync_update.js
|
more sync recovery fixes
|
2019-12-24 17:49:44 +01:00 |
task_context.js
|
sending ws messages doesn't need await
|
2019-10-28 18:42:22 +01:00 |
tree.js
|
include note feature
|
2019-12-30 19:32:45 +01:00 |
utils.js
|
sync recovery fixes
|
2019-12-24 16:00:31 +01:00 |
window.js
|
fix icon
|
2019-12-27 21:11:56 +01:00 |
ws.js
|
attempt to make updating clients via websocket faster
|
2019-12-02 22:27:06 +01:00 |