| .. |
|
export
|
fix weight tracker demo to use relations instead of hardcoded noteId, fixes #329
|
2019-01-13 12:21:17 +07:00 |
|
import
|
enex import: attempt to get correct mime from Buffer
|
2019-01-09 06:29:13 +07:00 |
|
anonymization.js
|
fix anonymization
|
2019-01-09 19:49:02 +07:00 |
|
app_icon.js
|
create app icon only for electron build
|
2018-11-22 00:24:33 +07:00 |
|
app_info.js
|
store font size in options #326
|
2019-01-13 21:27:32 +07:00 |
|
attributes.js
|
added hidePromotedAttributes label, fixes #221
|
2018-11-13 22:14:41 +07:00 |
|
auth.js
|
#98, sync to server now works as well + a lot of related changes
|
2018-07-24 20:35:03 +07:00 |
|
backend_script_api.js
|
added another mime type for JS
|
2018-11-30 22:28:30 +07:00 |
|
backup.js
|
changed backup to simple scheme with one daily, one weekly and one monthly backup, fixes #15
|
2018-07-30 16:40:50 +07:00 |
|
build.js
|
release 0.28.1-beta
|
2019-01-17 00:03:17 +07:00 |
|
build_search_query.js
|
better detection of float parameter in label filters, fixes #265
|
2018-12-30 22:09:14 +07:00 |
|
change_password.js
|
label service refactoring + rename of doInTransaction to transactional
|
2018-04-07 13:03:16 +07:00 |
|
cloning.js
|
script API changes for task management #140
|
2018-08-13 13:53:08 +07:00 |
|
cls.js
|
entity events are not triggered on imported entities
|
2018-11-26 22:27:57 +07:00 |
|
config.js
|
refactored backend to use new naming convention for modules
|
2018-04-01 21:27:46 +07:00 |
|
consistency_checks.js
|
fix bug when saving non-text notes
|
2018-11-19 23:11:36 +07:00 |
|
content_hash.js
|
updating the note cache after sync
|
2019-01-03 23:27:10 +07:00 |
|
data_dir.js
|
removed unnecessary logging of data dir which is now logged as part of app info
|
2019-01-03 21:46:32 +07:00 |
|
data_encryption.js
|
delete note through its entity instead of manually with SQL, closes #303
|
2019-01-13 00:24:51 +07:00 |
|
date_notes.js
|
use local dates to create day notes, closes #337
|
2019-01-15 23:46:01 +07:00 |
|
date_utils.js
|
use local dates to create day notes, closes #337
|
2019-01-15 23:46:01 +07:00 |
|
event_log.js
|
#98, better error reporting for sync setup
|
2018-07-25 22:54:37 +07:00 |
|
events.js
|
updating the note cache after sync
|
2019-01-03 23:27:10 +07:00 |
|
handlers.js
|
trigger runOnAttributeChange, runOnNoteChange on entity deletions as well
|
2019-01-11 23:43:22 +07:00 |
|
hoisted_note.js
|
note titles in jump to note start from hoisted note instead of root
|
2018-12-13 21:18:35 +07:00 |
|
image.js
|
use resizedImage if image optimization fails
|
2019-01-09 06:29:49 +07:00 |
|
log.js
|
removed unnecessary logging of data dir which is now logged as part of app info
|
2019-01-03 21:46:32 +07:00 |
|
messaging.js
|
tiny fixes
|
2019-01-02 22:36:06 +07:00 |
|
migration.js
|
fixed app termination after unsuccessful migration for electron
|
2018-11-18 09:05:50 +07:00 |
|
my_scrypt.js
|
using new scrypt api from node 10 as a replacement of third party library
|
2018-10-14 11:48:29 +07:00 |
|
note_cache.js
|
reload note cache after import, closes #293
|
2019-01-08 20:19:41 +07:00 |
|
notes.js
|
delete note through its entity instead of manually with SQL, closes #303
|
2019-01-13 00:24:51 +07:00 |
|
options.js
|
left pane sizing taking effect
|
2018-09-06 11:54:04 +07:00 |
|
options_init.js
|
store iv directly in the respective columns
|
2019-01-11 23:04:51 +07:00 |
|
parse_filters.js
|
renamed outstanding attribute references to labels
|
2018-04-01 09:59:44 +07:00 |
|
password_encryption.js
|
delete note through its entity instead of manually with SQL, closes #303
|
2019-01-13 00:24:51 +07:00 |
|
port.js
|
electron build uses random free port, fixes #142
|
2018-07-31 19:50:18 +07:00 |
|
protected_session.js
|
store iv directly in the respective columns
|
2019-01-11 23:04:51 +07:00 |
|
repository.js
|
frontend scripts now have startNote, currentNote and targetNote as NoteShort entities which e.g. provides easy access to relations/labels
|
2019-01-13 12:16:05 +07:00 |
|
request.js
|
explicit error handler for connection errors
|
2018-12-19 21:29:35 +07:00 |
|
resource_dir.js
|
fix .desktop + allow to turn this feature off
|
2018-11-21 11:19:33 +07:00 |
|
scheduler.js
|
fixed runOnAttributeChange event
|
2018-08-10 14:31:57 +07:00 |
|
script.js
|
runOnNoteChange fires also on the frontend, closes #340
|
2019-01-16 22:52:32 +07:00 |
|
script_context.js
|
backend script API documentation
|
2018-08-23 10:10:04 +07:00 |
|
session_secret.js
|
moved all sources to src directory
|
2018-01-28 22:18:15 +07:00 |
|
setup.js
|
using http service for sync setup as well, removed request(-promise) dependency
|
2018-12-17 22:12:26 +07:00 |
|
source_id.js
|
separated DB initialization methods into sql_init
|
2018-04-02 21:25:20 +07:00 |
|
sql.js
|
removing logging params for slow queries
|
2019-01-15 19:36:04 +07:00 |
|
sql_init.js
|
create top level note and collapse tree now work relative to hoisted note, closes #343
|
2019-01-15 20:30:54 +07:00 |
|
sync.js
|
lower lastSyncedPull if server max sync ID is lower
|
2019-01-04 18:58:46 +07:00 |
|
sync_mutex.js
|
#98, sync to server now works as well + a lot of related changes
|
2018-07-24 20:35:03 +07:00 |
|
sync_options.js
|
image sync fixes and 4.0.0 electron
|
2018-12-22 09:54:09 +07:00 |
|
sync_table.js
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +07:00 |
|
sync_update.js
|
updating the note cache after sync
|
2019-01-03 23:27:10 +07:00 |
|
tree.js
|
fixes for invalid operations on root note
|
2018-10-21 22:42:20 +07:00 |
|
utils.js
|
fixed export with non-ASCII characters in note title, fixes #285, #331
|
2019-01-13 10:22:17 +07:00 |