dnote/pkg/server
Sung Won Cho b92bff942b
Deprecate spaced repetition (#397)
* Change button style

* Require pro

* Update README

* Change wording

* Require sudo
2020-02-03 14:29:42 +10:00
..
app Add client field (#396) 2020-01-31 08:49:12 +10:00
crypt Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
database Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00
dbconn Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
handlers Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00
helpers Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
job Fix email type (#385) 2020-01-08 09:27:55 +11:00
log Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
mailer Deprecate spaced repetition (#397) 2020-02-03 14:29:42 +10:00
operations Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
permissions Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
presenters Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
testutils Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +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 Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11: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.