.. |
export
|
minor export fixes
|
2018-11-30 22:43:03 +01:00 |
import
|
allow import of single HTML file too
|
2018-11-26 23:47:02 +01:00 |
anonymization.js
|
allow creating anonymized database from command line as well, fixes #200
|
2018-10-25 18:03:28 +02:00 |
app_icon.js
|
create app icon only for electron build
|
2018-11-22 00:24:33 +01:00 |
app_info.js
|
export WIP + some unrelated changes
|
2018-11-25 10:26:45 +01:00 |
attributes.js
|
added hidePromotedAttributes label, fixes #221
|
2018-11-13 22:14:41 +01:00 |
auth.js
|
#98, sync to server now works as well + a lot of related changes
|
2018-07-24 20:35:03 +02:00 |
backend_script_api.js
|
added another mime type for JS
|
2018-11-30 22:28:30 +01: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 +02:00 |
build.js
|
release 0.25.0-beta
|
2018-12-02 00:30:07 +01:00 |
build_search_query.js
|
fix search by attributes was finding also deleted attributes
|
2018-08-13 11:06:17 +02:00 |
change_password.js
|
|
|
cloning.js
|
script API changes for task management #140
|
2018-08-13 13:53:08 +02:00 |
cls.js
|
entity events are not triggered on imported entities
|
2018-11-26 22:27:57 +01:00 |
config.js
|
|
|
consistency_checks.js
|
fix bug when saving non-text notes
|
2018-11-19 23:11:36 +01:00 |
content_hash.js
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +01:00 |
data_dir.js
|
default location for data dir is now .local for linux and Roaming for windows
|
2018-11-30 19:56:20 +01:00 |
data_encryption.js
|
fix encrypting new notes
|
2018-08-27 23:04:52 +02:00 |
date_notes.js
|
cleanup of labels and relations from backend
|
2018-08-07 13:33:10 +02:00 |
date_utils.js
|
|
|
event_log.js
|
#98, better error reporting for sync setup
|
2018-07-25 22:54:37 +02:00 |
events.js
|
implemented mirror relations
|
2018-11-12 23:34:22 +01:00 |
handlers.js
|
renamed "mirror" relation to "inverse" relation
|
2018-11-19 12:07:33 +01:00 |
image.js
|
uploaded attachments with image mime are saved as image notes, closes #211
|
2018-11-15 12:13:32 +01:00 |
log.js
|
|
|
messaging.js
|
#98, sync button now shows total number of outstanding syncs instead of just pushes
|
2018-07-24 21:43:15 +02:00 |
migration.js
|
fixed app termination after unsuccessful migration for electron
|
2018-11-18 09:05:50 +01:00 |
my_scrypt.js
|
using new scrypt api from node 10 as a replacement of third party library
|
2018-10-14 11:48:29 +02:00 |
note_cache.js
|
fix note cache - note entity after initialization doesn't contain ciphertext so decryption is not necessary
|
2018-11-30 15:51:55 +01:00 |
notes.js
|
export stores note position and some other fixes
|
2018-11-26 23:39:43 +01:00 |
options.js
|
left pane sizing taking effect
|
2018-09-06 11:54:04 +02:00 |
options_init.js
|
put missing options also to sqlInit
|
2018-09-06 23:21:14 +02:00 |
parse_filters.js
|
|
|
password_encryption.js
|
|
|
port.js
|
electron build uses random free port, fixes #142
|
2018-07-31 19:50:18 +02:00 |
protected_session.js
|
using dashes instead of underscores in header names to avoid the fact that nginx by default drops all headers with underscore in the header name
|
2018-11-30 15:49:35 +01:00 |
repository.js
|
added "update pojo" stage in entity saving to avoid encrypting data on protected note directly on the entity
|
2018-11-30 10:20:03 +01:00 |
resource_dir.js
|
fix .desktop + allow to turn this feature off
|
2018-11-21 11:19:33 +01:00 |
scheduler.js
|
fixed runOnAttributeChange event
|
2018-08-10 14:31:57 +02:00 |
script.js
|
commonjs modules should have "this" available
|
2018-09-03 17:31:52 +02:00 |
script_context.js
|
backend script API documentation
|
2018-08-23 10:10:04 +02:00 |
session_secret.js
|
|
|
setup.js
|
fix sync double initialization issue
|
2018-09-11 10:01:40 +02:00 |
source_id.js
|
|
|
sql.js
|
logging of slow queries (currently >= 200ms)
|
2018-11-01 11:18:54 +01:00 |
sql_init.js
|
now using .tar export to initialize DB instead of direct DB dumps
|
2018-11-16 14:36:50 +01:00 |
sync.js
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +01:00 |
sync_mutex.js
|
#98, sync to server now works as well + a lot of related changes
|
2018-07-24 20:35:03 +02:00 |
sync_options.js
|
fix undefined Sync section in the config file
|
2018-08-30 23:28:38 +02:00 |
sync_table.js
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +01:00 |
sync_update.js
|
cleanup obsolete image code
|
2018-11-08 11:14:13 +01:00 |
tree.js
|
fixes for invalid operations on root note
|
2018-10-21 22:42:20 +02:00 |
utils.js
|
fixed app termination after unsuccessful migration for electron
|
2018-11-18 09:05:50 +01:00 |