dnote/pkg/server
Sung Won Cho 1e3efa9bb2
Remove deprecated classic migrations (#433)
* Remove repetition and digest

* Document change

* Remove classic

* Document change

* Document change

* Upgrade dep

* Fix changelog

* Upgrade dep

* fix

* fix
2020-03-22 11:00:50 +11:00
..
app Remove repetition (#432) 2020-03-22 10:36:13 +11:00
config Encapsulate config load (#414) 2020-02-10 09:56:47 +10:00
crypt Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
database Remove deprecated classic migrations (#433) 2020-03-22 11:00:50 +11:00
handlers Remove deprecated classic migrations (#433) 2020-03-22 11:00:50 +11:00
helpers Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
job Remove repetition (#432) 2020-03-22 10:36:13 +11:00
log Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
mailer Remove repetition (#432) 2020-03-22 10:36:13 +11:00
operations Remove repetition (#432) 2020-03-22 10:36:13 +11:00
permissions Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
presenters Remove deprecated classic migrations (#433) 2020-03-22 11:00:50 +11:00
testutils Remove deprecated classic migrations (#433) 2020-03-22 11:00:50 +11:00
tmpl Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
token Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
web Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
.env.dev Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
.env.test Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
.gitignore Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
main.go Encapsulate config load (#414) 2020-02-10 09:56:47 +10:00
README.md Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00

This directory contains the Dnote server. It comprises of the web interface, the web API, and the background jobs.