dnote/pkg/server/database
Sung Won Cho 2758923c34
Implement personal knowedge base version (#254)
* Allow to add and edit notes

* Implement search

* Implement settings

* Implement checkout page

* Implement paywall

* Fix inconsistent margin

* Render mobile menu

* Allow to logout

* emails

* Implement user migration

* Always build standalone

* Embed digest in email

* Move browser extension

* Fix test

* Use system font

* Add favicon and app icons

* Make tabbar smaller

* Initialize focus on editor

* Fix various UI audit issues

* Simplify asset serving

* Register sw

* Upgrade deps
2019-09-30 11:02:09 +08:00
..
migrate Require database connection configuraton (#228) 2019-07-24 17:32:12 +10:00
migrations Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
scripts Improve shell portability (#249) 2019-08-13 12:54:06 +10:00
database.go Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +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 Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +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