dnote/pkg/server
Sung Won Cho 292dc7d515
Allow to receive welcome email with login instruction (#352)
* Implement email backend

* Add job ctx

* Remove job ctx and use EmailBackend everywhere

* Fix watcher to terminate cmd when inturrupted

* Test runner validation

* Send welcome email upon register

* Use plaintext for verification email

* Use plaintext for password reset email

* Fix from
2019-11-29 17:59:04 +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 Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
operations Add free plan (#351) 2019-11-28 15:59:49 +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 Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
tmpl Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
web Fix direct access to note pages (#324) 2019-11-20 14:38:39 +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 Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +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.