dnote/pkg/server
Sung Won Cho e84e8ed2f3
Allow to rename books (#239)
* Allow to rename books

* Avoid mutating the flag variable

* Validate book name upon edit

* Write integration test

* Add missing licenses

* Mark book as dirty upon renaming so it can be synced

* Remove TODO that is no longer needed
2019-08-01 09:21:24 +10:00
..
api Fix conflict report format (#237) 2019-07-30 18:57:23 +10:00
database Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
job Simplify template path (#224) 2019-07-22 15:42:56 +10:00
log Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
mailer Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
scripts Implement server binary (#223) 2019-07-22 13:41:09 +10:00
testutils Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
.env.dev Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
.env.test Simplify the env vars (#225) 2019-07-23 15:55:23 +10:00
.gitignore Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
main.go Allow to move notes to another book (#234) 2019-07-27 19:51:30 +10: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.