dnote/pkg/server
2021-01-08 20:43:49 +11:00
..
api Make models not depend on testutils 2021-01-08 20:43:49 +11:00
app Make models not depend on testutils 2021-01-08 20:43:49 +11:00
config Add auth middleware 2021-01-03 18:57:44 +11:00
context Rename database to models 2021-01-07 21:17:55 +11:00
controllers Rename database to models 2021-01-07 21:17:55 +11:00
crypt Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
handlers Make models not depend on testutils 2021-01-08 20:43:49 +11:00
helpers Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
job Make models not depend on testutils 2021-01-08 20:43:49 +11:00
log Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
mailer Rename database to models 2021-01-07 21:17:55 +11:00
models Make models not depend on testutils 2021-01-08 20:43:49 +11:00
operations Make models not depend on testutils 2021-01-08 20:43:49 +11:00
permissions Make models not depend on testutils 2021-01-08 20:43:49 +11:00
presenters Rename database to models 2021-01-07 21:17:55 +11:00
routes Rename database to models 2021-01-07 21:17:55 +11:00
session Rename database to models 2021-01-07 21:17:55 +11:00
testutils Make models not depend on testutils 2021-01-08 20:43:49 +11:00
tmpl Make models not depend on testutils 2021-01-08 20:43:49 +11:00
token Make models not depend on testutils 2021-01-08 20:43:49 +11:00
views Rename database to models 2021-01-07 21:17:55 +11:00
web Make models not depend on testutils 2021-01-08 20:43:49 +11:00
.env.dev Sort notes by last activity (#452) 2020-04-25 16:08:51 +10:00
.env.test Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
.gitignore Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
main.go Rename database to models 2021-01-07 21:17:55 +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.