azivner
|
9abb97627c
|
fixed link color in recent changes
|
2017-10-05 20:15:45 -04:00 |
|
azivner
|
3a60feae4d
|
doubleclick on the link to note will go there
|
2017-10-05 20:08:15 -04:00 |
|
azivner
|
d5320bff0f
|
fixed tree scrolling
|
2017-10-05 19:28:56 -04:00 |
|
azivner
|
29f5a35a1f
|
using Map for grouped changes
|
2017-10-03 00:02:58 -04:00 |
|
azivner
|
8f91b8f5d5
|
we now add link to exact history revision to recent changes
|
2017-10-02 23:38:05 -04:00 |
|
azivner
|
ade9da4a8a
|
recent notes can now both jump and add link
|
2017-10-01 23:07:32 -04:00 |
|
azivner
|
5d4c06a229
|
fixed sorting of recent changes
|
2017-10-01 22:47:41 -04:00 |
|
azivner
|
bd7be9a8fd
|
hiding the search resets filtering, showing gives focus to input box
|
2017-10-01 09:49:50 -04:00 |
|
azivner
|
2e8787ff91
|
moved search behind tree action button
|
2017-10-01 08:47:26 -04:00 |
|
azivner
|
566008baae
|
cleaned up fuse.js which isn't used anymore
|
2017-09-30 22:37:25 -04:00 |
|
azivner
|
16eb7a0639
|
moved date functions to utils.js
|
2017-09-30 22:36:14 -04:00 |
|
azivner
|
d0cc5f4a5f
|
dates are now stored in UTC and displayed in local time
|
2017-09-30 22:35:13 -04:00 |
|
azivner
|
470e1fc19f
|
logout detection - if user is logged out then we redirect to login page
|
2017-09-30 19:45:57 -04:00 |
|
azivner
|
e28c06ef37
|
all APIs are not prefixed with /api
|
2017-09-30 10:05:12 -04:00 |
|
azivner
|
ff58456332
|
basic conflict detection based on the audit log
|
2017-09-29 00:17:28 -04:00 |
|
azivner
|
a9698d362f
|
basic implementation of audit logging
|
2017-09-28 23:16:36 -04:00 |
|
azivner
|
47d296cf12
|
on a second thought, we'll display [encrypted] on recent changes when not in secure session
|
2017-09-27 00:16:55 -04:00 |
|
azivner
|
5d531216d9
|
decrypt note title in the recent changes if in secure session, otherwise omit the change altogether
|
2017-09-27 00:15:00 -04:00 |
|
azivner
|
50b61d30f0
|
cleanup of old code which used notecase formatting
|
2017-09-27 00:04:50 -04:00 |
|
azivner
|
b30bc19bd2
|
basic recent changes implementation
|
2017-09-26 23:23:03 -04:00 |
|
azivner
|
0ef8da5bad
|
correct formatting of minutes less than 10 (lead zero)
|
2017-09-25 21:35:02 -04:00 |
|
azivner
|
c12161feba
|
history snaphost time interval is now configurable in settings
|
2017-09-24 20:50:14 -04:00 |
|
azivner
|
08064b181d
|
main layout improvements - whole thing is now limited to 1100px wide (again)
|
2017-09-24 20:22:07 -04:00 |
|
azivner
|
da17bc6370
|
removed initial help message - outdated and help will be done differently
|
2017-09-24 11:52:16 -04:00 |
|
azivner
|
398a0bce5e
|
moved message area next to note title
|
2017-09-24 11:34:16 -04:00 |
|
azivner
|
21f49ea7c5
|
layout conversion to cleaner CSS grid, work in progress
|
2017-09-23 23:54:38 -04:00 |
|
azivner
|
d47b2e5d0e
|
after changing encryption timeout in the settings, apply this immediatelly
|
2017-09-23 10:59:36 -04:00 |
|
azivner
|
a14257a31c
|
basic functionality of history now working
|
2017-09-23 10:18:08 -04:00 |
|
azivner
|
647bbcaee1
|
WIP on the dialog for history
|
2017-09-21 22:20:10 -04:00 |
|
azivner
|
66f4176fe8
|
autocomplete doesn't show clones and encrypted items (when encryption not available)
|
2017-09-18 20:48:02 -04:00 |
|
azivner
|
9e5fcb8be2
|
simple custom tokenizer search instead of fuse
|
2017-09-18 20:07:56 -04:00 |
|
azivner
|
a36282caf0
|
parsing links in html to keep references between notes in links table
|
2017-09-17 21:58:03 -04:00 |
|
azivner
|
a460c40587
|
tweaking html conversion process
|
2017-09-17 21:17:04 -04:00 |
|
azivner
|
d6ffae2035
|
encrypt and decrypt subtrees (in tree context menu)
|
2017-09-17 12:46:14 -04:00 |
|
azivner
|
52034e0cdc
|
added conversion of notes to html
|
2017-09-17 11:20:33 -04:00 |
|
azivner
|
0fc604e7b4
|
fixed changing password
|
2017-09-17 00:18:03 -04:00 |
|
azivner
|
1d395badfa
|
password now encrypts random "data key" which is then used for encryption of the actual data
|
2017-09-16 23:21:46 -04:00 |
|
azivner
|
fdc668e28b
|
scroll to current note in the tree
|
2017-09-16 11:37:50 -04:00 |
|
azivner
|
4e298d9d85
|
after changing password, encryption key changed so current encryption session is invalid and needs to be cleared
|
2017-09-12 23:07:08 -04:00 |
|
azivner
|
5b84487aac
|
encryption timeout is now configurable in the db
|
2017-09-12 23:04:17 -04:00 |
|
azivner
|
3e97cdf085
|
changing password in settings dialog
|
2017-09-12 22:23:57 -04:00 |
|
azivner
|
8bc1bdd5f7
|
use generated salts instead of fixed ones
|
2017-09-12 21:43:24 -04:00 |
|
azivner
|
9787ce432a
|
settings button, dialog with tabs. Change password form, currently without implementation
|
2017-09-10 23:10:32 -04:00 |
|
azivner
|
7c0f89bc95
|
encrypt / decrypt is now using icons next to note title
|
2017-09-10 21:33:39 -04:00 |
|
azivner
|
19561191f6
|
fuzzy search
|
2017-09-10 11:50:17 -04:00 |
|
azivner
|
42c21afa62
|
more refactoring
|
2017-09-09 12:34:20 -04:00 |
|
azivner
|
aad90f016b
|
refactoring - moving stuff to separate files
|
2017-09-09 12:06:15 -04:00 |
|
azivner
|
7c623d9a0b
|
toggling encrypted/decrypted switches tree node status as well
|
2017-09-08 23:41:29 -04:00 |
|
azivner
|
07af2de0f5
|
encrypted notes are distinguished in the tree by shaded icons
|
2017-09-08 23:14:42 -04:00 |
|
azivner
|
adf18132fb
|
if parent note is encrypted, then child note will be created as encrypted as well
|
2017-09-08 22:43:02 -04:00 |
|