zadam
|
ee15db0ae1
|
for title/content search does not make sense to search for protected notes
|
2019-12-10 21:40:53 +01:00 |
|
zadam
|
6f32d6fabe
|
new mechanism to wait for sync after interaction with backend in Script API using api.waitForMaxKnownSyncId()
|
2019-12-09 23:07:45 +01:00 |
|
zadam
|
b29155775e
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
|
2019-12-09 20:23:22 +01:00 |
|
zadam
|
7554cb057b
|
support unicode characters in filters without quotes, fixes #757
|
2019-12-09 19:38:48 +01:00 |
|
zadam
|
afe44a6fe8
|
Merge branch 'stable'
|
2019-12-08 10:37:19 +01:00 |
|
zadam
|
af695802e3
|
codeNotesMimeTypes option has not been created for new documents, fixes #755
|
2019-12-08 09:12:42 +01:00 |
|
zadam
|
156f040880
|
added "backend log" dialog
|
2019-12-05 21:25:36 +01:00 |
|
zadam
|
a890b91079
|
release 0.38.0-beta
|
2019-12-04 22:40:31 +01:00 |
|
zadam
|
aa5ede5039
|
Merge branch 'stable'
|
2019-12-03 22:52:37 +01:00 |
|
zadam
|
21e77c83fc
|
release 0.37.8
|
2019-12-03 22:31:20 +01:00 |
|
zadam
|
9812b9c272
|
(mostly) backwards compatible .createNote() backend API
|
2019-12-03 21:31:46 +01:00 |
|
zadam
|
92d5f91aa6
|
Merge branch 'stable'
|
2019-12-03 20:33:42 +01:00 |
|
zadam
|
b0368c7f17
|
Merge remote-tracking branch 'origin/master'
|
2019-12-03 20:32:01 +01:00 |
|
zadam
|
8e1f8c869b
|
new @parentCount virtual search attribute, closes #738
|
2019-12-03 20:31:34 +01:00 |
|
nil0x42
|
4688cda493
|
[DOC] createNewNote(): Add missing render type (#740)
|
2019-12-03 19:49:27 +01:00 |
|
zadam
|
0e2f8b5734
|
don't set date modified on erasing
|
2019-12-03 19:10:40 +01:00 |
|
zadam
|
a1402c7c66
|
release 0.37.7
|
2019-12-02 23:09:42 +01:00 |
|
zadam
|
f740e52ebf
|
correctly respect label @disableVersioning
(cherry picked from commit dc063983ea736f338e1d01d0863ee6f5ae40b2ee)
|
2019-12-02 23:06:06 +01:00 |
|
zadam
|
eb8c296e62
|
attempt to make updating clients via websocket faster
|
2019-12-02 22:27:06 +01:00 |
|
zadam
|
dc063983ea
|
correctly respect label @disableVersioning
|
2019-12-02 20:21:52 +01:00 |
|
zadam
|
3b690f5456
|
mini optimizations
|
2019-12-01 15:01:09 +01:00 |
|
zadam
|
7ef2e7769f
|
added index to source_ids
|
2019-12-01 14:39:24 +01:00 |
|
zadam
|
35cd7f3261
|
optimization of recursive CTE attribute query
|
2019-12-01 13:29:39 +01:00 |
|
zadam
|
8c3e2e5eb7
|
better placement of slow query detection
|
2019-12-01 12:51:47 +01:00 |
|
zadam
|
d57caee0d3
|
drop unnecessary indexes
|
2019-12-01 12:38:07 +01:00 |
|
zadam
|
295af1f43e
|
adding file length limit to tar export
|
2019-12-01 11:49:14 +01:00 |
|
zadam
|
ed2afe5c20
|
Merge branch 'stable'
|
2019-12-01 11:32:33 +01:00 |
|
zadam
|
bfc7570e14
|
don't convert MD to HTML if "import markdown as text" is not selected, closes #733
|
2019-12-01 11:27:22 +01:00 |
|
zadam
|
d9b9d730bb
|
moving from inherited attribute queries to owned one where it makes sense
|
2019-12-01 11:10:04 +01:00 |
|
zadam
|
29eb5a8435
|
Merge branch 'stable'
# Conflicts:
# src/services/notes.js
# src/tools/generate_document.js
|
2019-12-01 10:32:30 +01:00 |
|
zadam
|
5de92171a7
|
use owned attributes where it's a better fit
|
2019-12-01 10:28:05 +01:00 |
|
zadam
|
29c5e394ab
|
generate document now creates also labels and relations
|
2019-12-01 10:20:18 +01:00 |
|
zadam
|
67663fba50
|
fixes
|
2019-11-30 11:36:36 +01:00 |
|
zadam
|
995ebbf577
|
removed foreign keys PRAGMAs since foreign key constraints are not used anymore
|
2019-11-30 10:41:53 +01:00 |
|
zadam
|
d0e6be3e0c
|
entity stat as part of consistency checks
|
2019-11-30 09:15:08 +01:00 |
|
zadam
|
01370a5968
|
fix anonymization according to latest schema
|
2019-11-29 21:42:24 +01:00 |
|
zadam
|
6c561b5764
|
rename API .createNote() to .createNewNote() to allow future backwards compatibility
|
2019-11-28 22:35:55 +01:00 |
|
zadam
|
1c057cac75
|
small script API additions
|
2019-11-27 23:07:10 +01:00 |
|
zadam
|
0415efd33b
|
create year/month/date labels/relation only when the note is created
|
2019-11-27 19:42:10 +01:00 |
|
zadam
|
90d10c1ff3
|
Merge branch 'stable'
# Conflicts:
# package-lock.json
# src/public/javascripts/services/tree_context_menu.js
# src/services/import/enex.js
|
2019-11-27 18:54:49 +01:00 |
|
zadam
|
5b30291601
|
release 0.37.6
|
2019-11-26 22:50:08 +01:00 |
|
zadam
|
5193f073e9
|
if there's no updated field use created #725
|
2019-11-26 22:47:54 +01:00 |
|
zadam
|
6c7d8a9667
|
preserve dateCreated and dateModified in ENEX import, fixes #725
|
2019-11-26 22:02:21 +01:00 |
|
zadam
|
3ff24d53e5
|
fix decrypting note titles on the server installation, closes #724
|
2019-11-26 19:49:52 +01:00 |
|
zadam
|
5f258fbbbf
|
release 0.37.5
|
2019-11-25 22:46:15 +01:00 |
|
zadam
|
19206d1e0d
|
backend API note creation updates
|
2019-11-25 21:24:41 +01:00 |
|
zadam
|
dbd2040bee
|
shortcut fixes
|
2019-11-24 22:15:33 +01:00 |
|
zadam
|
1e979d71c7
|
changed note selection in tree using keyboard - now only sibling nodes are selected
|
2019-11-24 22:01:10 +01:00 |
|
zadam
|
6bbd4c59bc
|
reduce flicker of "create new day note"
|
2019-11-24 21:40:50 +01:00 |
|
zadam
|
cd139bdd76
|
note can be activated through 'keyboardShortcut' label
|
2019-11-24 18:32:18 +01:00 |
|