dnote/pkg/server
Sung Won Cho 891be61031
Improve email and signup for self-hosting users (#355)
* Add app abstraction

* Abstract out email sending

* Get sender

* Test

* Move operations to app

* Test

* Test

* Add license

* Fix lint
2019-12-14 12:10:48 +07:00
..
app Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +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 Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
handlers Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +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 Allow to receive welcome email with login instruction (#352) 2019-11-29 17:59:04 +08:00
tmpl Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
web Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07: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 Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +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.