| .. |
|
export
|
fix setting exported file extension when truncated
|
2021-12-17 22:03:00 +07:00 |
|
import
|
importing of cloned notes should not depend on ZIP listing order, fixes #2440
|
2021-12-15 22:36:45 +07:00 |
|
search
|
fixed search tests
|
2021-12-20 21:31:44 +07:00 |
|
app_icon.js
|
refactoring of router search code into service
|
2019-03-16 22:19:01 +07:00 |
|
app_info.js
|
increase sync version to 22
|
2021-11-21 16:16:28 +07:00 |
|
attribute_formatter.js
|
fix searching by label
|
2021-07-04 21:05:47 +07:00 |
|
attributes.js
|
fix for "Today page does not work for 2021-11-20", closes #2359
|
2021-11-30 21:21:16 +07:00 |
|
auth.js
|
extra init check to provide better error response
|
2021-11-10 21:12:53 +07:00 |
|
backend_script_api.js
|
fix backend API's getNote, getBranch, getAttribute, closes #2230
|
2021-10-14 21:19:03 +07:00 |
|
backup.js
|
added option to disable backup, #2210
|
2021-10-11 22:30:23 +07:00 |
|
build.js
|
release 0.48.8
|
2021-12-13 11:12:31 +07:00 |
|
change_password.js
|
change salts on password change + more robust handling of decryption failures
|
2020-09-25 20:55:45 +07:00 |
|
cloning.js
|
backend import unification
|
2021-06-29 22:15:57 +07:00 |
|
cls.js
|
store in CLS only entity change IDs instead of whole records
|
2021-09-16 15:02:20 +07:00 |
|
config.js
|
refactored backend to use new naming convention for modules
|
2018-04-01 21:27:46 +07:00 |
|
consistency_checks.js
|
added entity changes check after sync check failure, fixed sync
|
2021-11-17 22:57:09 +07:00 |
|
content_hash.js
|
fix SQL console
|
2021-07-27 22:08:41 +07:00 |
|
data_dir.js
|
use correct path separator, closes #1308
|
2020-10-14 20:42:55 +07:00 |
|
data_encryption.js
|
fixed some encryption issues
|
2020-12-21 23:19:03 +07:00 |
|
date_notes.js
|
fix "getNoteStartingWith" relic
|
2021-12-11 14:15:38 +07:00 |
|
date_utils.js
|
fix {isoDate} template variable in journal date naming, closes #2306
|
2021-11-04 19:56:45 +07:00 |
|
entity_changes.js
|
fix bug overwriting entity changes
|
2021-11-17 21:47:41 +07:00 |
|
env.js
|
in web version use local client time instead of server time for recording dateModified etc.
|
2020-04-26 14:26:57 +07:00 |
|
events.js
|
add back .isDeleted property to becca's note, branch and attribute entities for BC, fixes #2268
|
2021-10-31 21:03:26 +07:00 |
|
handlers.js
|
after creation of inverse relation we need to clear the cache, otherwise inverse relations will be created infinitely, fixes #2269
|
2021-10-27 22:36:33 +07:00 |
|
host.js
|
Add host option (#588)
|
2019-07-09 22:50:20 +07:00 |
|
html_sanitizer.js
|
fix importing notePosition of directories
|
2021-10-08 22:31:35 +07:00 |
|
image.js
|
add default JPG quality if value not in range
|
2021-12-16 22:10:51 +07:00 |
|
keyboard_actions.js
|
add toggleLeftPane command/shortcut, closes #2225
|
2021-10-12 19:29:42 +07:00 |
|
log.js
|
script execution results are also pojo-ized
|
2021-10-08 15:14:23 +07:00 |
|
migration.js
|
simplify migration
|
2021-09-23 22:49:16 +07:00 |
|
my_scrypt.js
|
syncification
|
2020-06-20 12:31:38 +07:00 |
|
note_revisions.js
|
backend import unification
|
2021-06-29 22:15:57 +07:00 |
|
notes.js
|
trigger note revisioning saving also on title changes #2426
|
2021-12-08 21:04:22 +07:00 |
|
options.js
|
backend import unification
|
2021-06-29 22:15:57 +07:00 |
|
options_init.js
|
default font family after checking font overriding should be "theme"
|
2021-11-04 21:23:16 +07:00 |
|
password_encryption.js
|
syncification
|
2020-06-20 12:31:38 +07:00 |
|
port.js
|
choose port dynamically from range based on environment
|
2019-07-07 10:49:34 +07:00 |
|
promoted_attribute_definition_parser.js
|
validate/clean inverse relation name in promoted attr definition
|
2021-10-27 22:13:54 +07:00 |
|
protected_session.js
|
protected session is now global application state to avoid weird issues with multiple tabs/windows/reloads
|
2021-05-07 22:23:49 +07:00 |
|
request.js
|
fix 0.46 regression to set up sync from client, fixes #1742
|
2021-03-13 22:54:00 +07:00 |
|
resource_dir.js
|
fix icon in desktop linux build, fixes #372
|
2019-01-22 19:49:33 +07:00 |
|
scheduler.js
|
auto init of special notes after startup
|
2021-09-16 22:20:59 +07:00 |
|
script.js
|
fix preserving original sourceId after running script notes, fixes #2224
|
2021-10-12 21:41:25 +07:00 |
|
script_context.js
|
allow requiring native node modules from backend scripts
|
2019-08-12 20:41:38 +07:00 |
|
session_secret.js
|
moved all sources to src directory
|
2018-01-28 22:18:15 +07:00 |
|
setup.js
|
backend import unification
|
2021-06-29 22:15:57 +07:00 |
|
source_id.js
|
sql_init/migration fixes
|
2020-07-02 22:57:17 +07:00 |
|
special_notes.js
|
fix hidden notes appearing in note map, closes #2403
|
2021-12-04 13:45:15 +07:00 |
|
sql.js
|
store in CLS only entity change IDs instead of whole records
|
2021-09-16 15:02:20 +07:00 |
|
sql_init.js
|
backend import unification
|
2021-06-29 22:15:57 +07:00 |
|
sync.js
|
added entity changes check after sync check failure, fixed sync
|
2021-11-17 22:57:09 +07:00 |
|
sync_mutex.js
|
non-intrusive logging of sync errors
|
2020-07-01 21:33:52 +07:00 |
|
sync_options.js
|
sync fixes
|
2021-02-10 22:56:23 +07:00 |
|
sync_update.js
|
fix bug overwriting entity changes
|
2021-11-17 21:47:41 +07:00 |
|
task_context.js
|
when saving Saved Search or SQL console, move it to their home (i.e. remove from hidden subtree)
|
2021-10-24 14:53:45 +07:00 |
|
tree.js
|
allow specifiyng sorted attribute (including off for overriding), #2142
|
2021-09-03 22:33:40 +07:00 |
|
utils.js
|
validate/clean inverse relation name in promoted attr definition
|
2021-10-27 22:13:54 +07:00 |
|
window.js
|
allow overriding theme fonts
|
2021-09-27 21:01:56 +07:00 |
|
ws.js
|
fix duplicate subtree
|
2021-10-02 23:26:18 +07:00 |