dnote/pkg/server
Sung Won Cho 0d1cb684d5 test
2021-01-06 21:54:45 +11:00
..
api Invalidate existing sessions upon password change (#471) 2020-05-23 10:41:23 +10:00
app test 2021-01-06 21:54:45 +11:00
config Add auth middleware 2021-01-03 18:57:44 +11:00
context Login and logout 2021-01-05 21:22:59 +11:00
controllers Fix error 2021-01-06 21:39:34 +11:00
crypt Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
database Implement login 2021-01-04 22:07:37 +11:00
handlers Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
helpers Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
job Reduce bundle size (#469) 2020-05-22 16:30:05 +10: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 Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
permissions Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
presenters Remove deprecated classic migrations (#433) 2020-03-22 11:00:50 +11:00
routes API login/logout 2021-01-06 21:29:06 +11:00
session Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
testutils Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
tmpl Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
token Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
views Allow to register 2021-01-06 21:08:34 +11:00
web Reduce bundle size (#469) 2020-05-22 16:30:05 +10: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 Simplify error handling 2021-01-05 21:32:35 +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.