dnote/pkg/server
2022-04-23 14:50:46 +10:00
..
app Email verification 2022-04-23 14:50:46 +10:00
assets Allow to build assets without watching 2022-04-23 13:17:38 +10:00
buildinfo Implement basic settings layout 2022-04-17 15:02:50 +10:00
config Allow specify base for asset url 2022-04-18 17:08:08 +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 Email verification 2022-04-23 14:50:46 +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 Allow to build assets without watching 2022-04-23 13:17:38 +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 verification 2022-04-23 14:50:46 +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 Remove hardcoded base url 2022-04-23 13:38:13 +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.