Build your personal knowledge base with Trilium Notes
Go to file
2017-09-05 21:22:16 -04:00
src verifying password with hash on the backend to make sure we don't decrypt garbage and also to make sure that everything is encrypted with same password/key 2017-09-05 21:22:16 -04:00
static verifying password with hash on the backend to make sure we don't decrypt garbage and also to make sure that everything is encrypted with same password/key 2017-09-05 21:22:16 -04:00
.gitignore configurable port plus support for SSL 2017-08-14 21:05:01 -04:00
.pylintrc app broken up into individual files/modules 2017-08-13 19:43:33 -04:00
config-sample.ini https can be disabled 2017-08-16 20:48:40 -04:00
generate-cert.sh configurable port plus support for SSL 2017-08-14 21:05:01 -04:00
generate-password.py verifying password with hash on the backend to make sure we don't decrypt garbage and also to make sure that everything is encrypted with same password/key 2017-09-05 21:22:16 -04:00
generate-secret-key.py path to document file is now configurable, flask secret is now also taken from configuration 2017-08-15 22:57:44 -04:00
run-debug.sh encryption POC 2017-08-21 20:34:17 -04:00
run.sh path to document file is now configurable, flask secret is now also taken from configuration 2017-08-15 22:57:44 -04:00
TODO added context menu on tree items - implemented cut, paste into, paste after 2017-09-04 13:22:24 -04:00