dnote/pkg/server
Sung Won Cho 3152ca770b
Alert when we stop learning (#375)
* Send password reset alert

* Send inactive reminder

* Send subscription confirmation email
2019-12-24 13:07:27 +07:00
..
app Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
crypt Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
database Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
dbconn Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
handlers Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
helpers Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
job Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
permissions Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
presenters Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
testutils Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
tmpl Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
token Alert when we stop learning (#375) 2019-12-24 13:07:27 +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 Alert when we stop learning (#375) 2019-12-24 13:07:27 +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.