dnote/pkg/server
2025-10-19 21:05:47 -07:00
..
app Merge user and account (#701) 2025-10-19 21:05:47 -07:00
assets Remove email verification (#688) 2025-10-11 13:35:39 -07:00
buildinfo Remove Pro (#674) 2025-09-28 21:09:22 -07:00
cmd Merge user and account (#701) 2025-10-19 21:05:47 -07:00
config Run server on port 3001 (#687) 2025-10-11 12:41:51 -07:00
consts Remove Pro (#674) 2025-09-28 21:09:22 -07:00
context Merge user and account (#701) 2025-10-19 21:05:47 -07:00
controllers Merge user and account (#701) 2025-10-19 21:05:47 -07:00
crypt Remove Pro (#674) 2025-09-28 21:09:22 -07:00
database Merge user and account (#701) 2025-10-19 21:05:47 -07:00
helpers Remove Pro (#674) 2025-09-28 21:09:22 -07:00
log Manage users with server CLI (#696) 2025-10-19 11:01:48 -07:00
mailer Remove email verification (#688) 2025-10-11 13:35:39 -07:00
middleware Merge user and account (#701) 2025-10-19 21:05:47 -07:00
operations Merge user and account (#701) 2025-10-19 21:05:47 -07:00
permissions Merge user and account (#701) 2025-10-19 21:05:47 -07:00
presenters Remove the unused encrypted and public fields (#700) 2025-10-19 18:32:20 -07:00
session Merge user and account (#701) 2025-10-19 21:05:47 -07:00
testutils Merge user and account (#701) 2025-10-19 21:05:47 -07:00
tmpl Remove the unused encrypted and public fields (#700) 2025-10-19 18:32:20 -07:00
token Merge user and account (#701) 2025-10-19 21:05:47 -07:00
views Merge user and account (#701) 2025-10-19 21:05:47 -07:00
.env.dev Rate limit client (#689) 2025-10-11 16:14:20 -07:00
.env.test Rate limit client (#689) 2025-10-11 16:14:20 -07:00
.gitignore Simplify by removing web interface (#590) 2022-04-24 10:54:39 +10:00
main.go Manage users with server CLI (#696) 2025-10-19 11:01:48 -07: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.