dnote/pkg/server/app
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
..
app.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
books.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
books_test.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
doc.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
email.go Encapsulate config load (#414) 2020-02-10 09:56:47 +10:00
email_test.go Encapsulate config load (#414) 2020-02-10 09:56:47 +10:00
helpers.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
helpers_test.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
main_test.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
notes.go Remove repetition (#432) 2020-03-22 10:36:13 +11:00
notes_test.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
sessions.go Update copyright notice for the new year (#382) 2020-01-07 11:59:40 +11:00
testutils.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
users.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00
users_test.go Reduce bundle size (#469) 2020-05-22 16:30:05 +10:00