zadam
|
9de2927304
|
image import/export related fixes
|
2019-07-10 23:01:30 +02:00 |
|
zadam
|
a72eeb9a98
|
check sync version before setting up the sync, fixes #559
|
2019-06-11 20:42:06 +02:00 |
|
zadam
|
8ab081a3fd
|
configuration of displayed link types + max number of links
|
2019-06-10 14:33:59 +02:00 |
|
zadam
|
4b96ada781
|
link map WIP
|
2019-06-04 22:57:10 +02:00 |
|
zadam
|
87b16f3325
|
link map WIP
|
2019-06-03 22:55:59 +02:00 |
|
zadam
|
7eed076674
|
link router/loading
|
2019-06-02 17:12:18 +02:00 |
|
zadam
|
fbfb7b3b30
|
sync endpoints should not set csrf cookie, #541
|
2019-06-02 13:52:31 +02:00 |
|
zadam
|
0a0cac5f41
|
added extra logging for debugging CSRF issues
|
2019-05-29 23:13:15 +02:00 |
|
zadam
|
dedc1e708f
|
fix redirect after login
|
2019-05-22 21:25:13 +02:00 |
|
zadam
|
29828f8e8f
|
fix recent notes (db & sync version increase)
|
2019-05-21 21:47:28 +02:00 |
|
zadam
|
48b4488a58
|
deleting a note will close all tabs containing the note
|
2019-05-20 21:50:01 +02:00 |
|
zadam
|
dd1fc23fe8
|
work on hash & history
|
2019-05-14 22:29:47 +02:00 |
|
zadam
|
79d779dee8
|
setup cssClass for both note tab and content, #524
|
2019-05-13 22:08:06 +02:00 |
|
zadam
|
fab8b77794
|
configurable hiding of tab row for one tab
|
2019-05-12 21:45:30 +02:00 |
|
zadam
|
be68391c37
|
store "openTabs" session
|
2019-05-10 21:43:40 +02:00 |
|
zadam
|
25fe78012f
|
upgrade to ckeditor 12.1.0 which fixes some upload issues
|
2019-04-15 21:08:31 +02:00 |
|
zadam
|
e1e020c1a4
|
more reliable reimplementation of "create day sub note"
|
2019-04-14 12:18:52 +02:00 |
|
zadam
|
27f74489fd
|
fix login/logout redirects when not in the document root
|
2019-04-11 22:04:36 +02:00 |
|
zadam
|
ef1b32d586
|
search error handling & sanitize input for default fulltext
|
2019-04-02 22:52:42 +02:00 |
|
zadam
|
75dbaa4b77
|
fix csrf protection on electron build
|
2019-03-31 12:49:42 +02:00 |
|
zadam
|
89b8e2bb08
|
redesign of search input. Saved search is now saved under active note and doesn't need page reload
|
2019-03-29 23:24:41 +01:00 |
|
zadam
|
07e9013152
|
content migration fixes
|
2019-03-27 21:04:25 +01:00 |
|
zadam
|
29c60581a6
|
yet another refactoring of working with note's payload/content
|
2019-03-26 22:24:04 +01:00 |
|
zadam
|
001bd1d004
|
fix csrf path so that it's valid only for current path and not whole (sub)domain
|
2019-03-24 23:03:30 +01:00 |
|
zadam
|
9fc5d328b4
|
added CSRF protection using csurf express middleware, fixes #455
|
2019-03-24 22:41:53 +01:00 |
|
zadam
|
fc13e1fa6a
|
added possibility to search by attached script returning note ids + some refactorings
|
2019-03-20 22:28:54 +01:00 |
|
zadam
|
62650a4545
|
refactoring of router search code into service
|
2019-03-16 22:19:01 +01:00 |
|
zadam
|
2326eb85f1
|
filter reimplementation, WIP
|
2019-03-16 16:52:58 +01:00 |
|
zadam
|
ef40c66344
|
renamed currentNote to activeNote to be consistent with frontend API
|
2019-03-14 20:21:27 +01:00 |
|
zadam
|
1c41d459f0
|
renamed dates in code as well
|
2019-03-12 20:58:31 +01:00 |
|
zadam
|
dd9b7bbbb5
|
fix fulltext search
|
2019-03-11 19:50:13 +01:00 |
|
zadam
|
16790e388b
|
recent changes should show titles of protected notes correctly when in protected session
|
2019-03-04 20:44:20 +01:00 |
|
zadam
|
8b3e721028
|
added "explodeArchives" option to the import dialog
|
2019-02-25 22:38:48 +01:00 |
|
zadam
|
4b1cf05c0e
|
import images
|
2019-02-25 21:22:57 +01:00 |
|
zadam
|
d9429c4f4b
|
import plain text file as text/html
|
2019-02-24 13:10:47 +01:00 |
|
zadam
|
b7bd94b6b0
|
switchable image shrinking
|
2019-02-24 12:25:34 +01:00 |
|
zadam
|
51bbc10744
|
switchable image shrinking
|
2019-02-24 12:24:28 +01:00 |
|
zadam
|
d8ba0ccd7d
|
use formdata to pass text arguments during import instead of request path
|
2019-02-24 09:56:00 +01:00 |
|
zadam
|
886ea6c68c
|
allow import of multiple files at the same time
|
2019-02-24 09:34:50 +01:00 |
|
zadam
|
3533160bef
|
fix initial document setup
|
2019-02-20 23:07:57 +01:00 |
|
zadam
|
16f16cb36a
|
fixed API for Trilium Sender, closes #415
|
2019-02-19 21:24:35 +01:00 |
|
zadam
|
9f29521ab8
|
disable caching of note autocomplete for more accurate results
|
2019-02-17 20:59:52 +01:00 |
|
zadam
|
c1ce0c6b22
|
avoid various HTTP server issues with slashes by putting notePath into the body with POST
|
2019-02-17 20:49:51 +01:00 |
|
zadam
|
a7fce33750
|
OPML v2 export
|
2019-02-16 23:58:42 +01:00 |
|
zadam
|
6fd8e73150
|
UI for export of OPML v2, WIP
|
2019-02-16 23:33:40 +01:00 |
|
zadam
|
96de2e7008
|
fixed saved search
|
2019-02-15 21:21:26 +01:00 |
|
zadam
|
22228de63b
|
sync changes for note content
|
2019-02-15 00:15:09 +01:00 |
|
zadam
|
14f7a8b7b9
|
safe import implementation
|
2019-02-11 23:45:58 +01:00 |
|
zadam
|
caa7dd9619
|
prettier progress count
|
2019-02-10 22:56:14 +01:00 |
|
zadam
|
8aa7e2d0a0
|
fixes in opml export and note content loading
|
2019-02-10 22:45:44 +01:00 |
|