dnote/pkg/server
2022-04-18 14:30:05 +10:00
..
app Email update form 2022-04-17 18:11:34 +10:00
assets Password change 2022-04-17 16:52:55 +10:00
buildinfo Implement basic settings layout 2022-04-17 15:02:50 +10:00
config Implement MVC 2022-04-17 10:47:43 +10:00
consts Implement MVC 2022-04-17 10:47:43 +10:00
context Implement MVC 2022-04-17 10:47:43 +10:00
controllers Serve robots 2022-04-18 14:30:05 +10:00
crypt Add 2021 (#574) 2021-12-08 22:26:15 +11:00
database Implement MVC 2022-04-17 10:47:43 +10:00
helpers Implement MVC 2022-04-17 10:47:43 +10:00
job Add 2021 (#574) 2021-12-08 22:26:15 +11:00
log Add 2021 (#574) 2021-12-08 22:26:15 +11:00
mailer Add 2021 (#574) 2021-12-08 22:26:15 +11:00
middleware Fix test 2022-04-18 12:33:43 +10:00
net Implement MVC 2022-04-17 10:47:43 +10:00
operations Implement MVC 2022-04-17 10:47:43 +10:00
permissions Add 2021 (#574) 2021-12-08 22:26:15 +11:00
presenters Add 2021 (#574) 2021-12-08 22:26:15 +11:00
session Add 2021 (#574) 2021-12-08 22:26:15 +11:00
static Password change 2022-04-17 16:52:55 +10:00
testutils Implement MVC 2022-04-17 10:47:43 +10:00
tmpl Implement MVC 2022-04-17 10:47:43 +10:00
token Add 2021 (#574) 2021-12-08 22:26:15 +11:00
views Email update form 2022-04-17 18:11:34 +10:00
web Implement MVC 2022-04-17 10:47:43 +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 Implement MVC 2022-04-17 10:47:43 +10:00
main.go Implement MVC 2022-04-17 10:47:43 +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.