dnote/pkg/server
2020-05-23 10:41:23 +10:00
..
api Invalidate existing sessions upon password change (#471) 2020-05-23 10:41:23 +10:00
app Invalidate existing sessions upon password change (#471) 2020-05-23 10:41:23 +10: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 obsolete columns (#470) 2020-05-22 17:19:10 +10: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
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
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 Reduce bundle size (#469) 2020-05-22 16:30:05 +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.