dnote/pkg/server
Sung Won Cho 7856d09a92
Fix OnPremise signup (#361)
* Allow to provide test server url directly

* Set on premise

* Fix release title
2019-12-16 15:27:41 +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 Fix OnPremise signup (#361) 2019-12-16 15:27:41 +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 Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07: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 Fix OnPremise signup (#361) 2019-12-16 15:27:41 +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.