dnote/pkg/server
2019-11-12 11:31:53 +08:00
..
crypt Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
database Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
handlers Use go module (#303) 2019-11-11 15:28:47 +08:00
helpers Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
job Release 0.3.0 (#306) 2019-11-12 11:31:53 +08:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Use go module (#303) 2019-11-11 15:28:47 +08:00
operations Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
permissions Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
presenters Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
testutils Use go module (#303) 2019-11-11 15:28:47 +08:00
tmpl Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
watcher Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
web Implement note sharing (#300) 2019-11-07 22:47:25 -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 Implement note sharing (#300) 2019-11-07 22:47:25 -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.