dnote/pkg/server
2019-11-18 11:16:46 +08:00
..
crypt Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
database Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
dbconn Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
handlers Display helpful error message to the client (#314) 2019-11-18 11:16:46 +08:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
operations Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
permissions Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
presenters Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
testutils Fix test (#317) 2019-11-17 14:58:15 +08:00
tmpl Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
watcher Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
web Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
.env.dev Allow to configure SMTP port (#292) 2019-10-29 21:34:52 -07:00
.env.test Allow to configure SMTP port (#292) 2019-10-29 21:34:52 -07:00
.gitignore Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
main.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
README.md Implement server binary (#223) 2019-07-22 13:41:09 +10:00

Dnote Server

The Dnote server containing the web interface, the web API, and the background jobs.