dnote/pkg/server
Sung Won Cho 4adb7764ed
Add free plan (#351)
* Allow free usage

* Update features

* Update plan details

* Render footer

* Type

* Unlimited books

* Restrict repetition for non pro
2019-11-28 15:59:49 +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 Add free plan (#351) 2019-11-28 15:59:49 +08:00
helpers Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
job Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +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 Fix test (#317) 2019-11-17 14:58:15 +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 Fix direct access to note pages (#324) 2019-11-20 14:38:39 +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.