dnote/pkg/server
Sung Won Cho 6acc2936e3
Reduce bundle size (#469)
* Rename handlers to api

* Fix imports

* Fix test

* Abstract

* Fix warning

* wip

* Split session

* Pass db

* Fix test

* Fix test

* Remove payment

* Fix state

* Fix flow

* Check password when changing email

* Add test methods

* Fix timestamp

* Document

* Remove clutter

* Redirect to login

* Fix

* Fix
2020-05-22 16:30:05 +10:00
..
api Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
app Reduce bundle size (#469) 2020-05-22 16:30:05 +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 Fix rules (#438) 2020-03-29 09:43:42 +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
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.