dnote/pkg/server
Sung Won Cho 41ada2298c
Implement note sharing (#300)
* Implement publicity control for notes

* Implement server side rendering for note sharing

* Implement UI

* Modularize

* Remove autofocus

* Fix test

* Document
2019-11-07 22:47:25 -08:00
..
crypt Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
database Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
handlers Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
helpers Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
job Customize app URLs in the emails (#290) 2019-10-29 20:21:08 -07:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
operations Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
permissions Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
presenters Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
scripts Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
testutils Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
tmpl Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
watcher Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
web Implement note sharing (#300) 2019-11-07 22:47:25 -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 Implement note sharing (#300) 2019-11-07 22:47:25 -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.