dnote/pkg/server
Sung Won Cho 7f981c9f57
Allow to disable registration (#365)
* Allow to disable registration

* Document changes

* Add env vars to templates

* Fix test

* fix
2019-12-17 15:15:06 +07:00
..
app Allow to disable registration (#365) 2019-12-17 15:15:06 +07: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 Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
handlers Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07: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 Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
tmpl Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
web Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
.env.dev Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
.env.test Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
.gitignore Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
main.go Allow to disable registration (#365) 2019-12-17 15:15:06 +07: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.