dnote/pkg/server/database
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
..
migrate Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
migrations Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
scripts Improve shell portability (#249) 2019-08-13 12:54:06 +10:00
consts.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
database.go Allow unsecure database connection in production (#276) 2019-11-03 19:05:39 -08:00
database_test.go Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
migrate.go Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
models.go Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
notes.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
sql-migrate.yml Implement server binary (#223) 2019-07-22 13:41:09 +10:00
types.go Improve package structure (#207) 2019-06-25 19:20:19 +10:00