dnote/pkg/server/app
Sung Won Cho 3e41b29a74
Decouple web from App implementation (#364)
* Decouple app from web

* Simplify

* Fix test

* Encapsulate SSL logic to dbconn

* Fix test

* Fix email type
2019-12-17 12:26:42 +07:00
..
app.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
app_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
books.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
books_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
email.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
email_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
helpers.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
helpers_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
main_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
notes.go Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
notes_test.go Decouple web from App implementation (#364) 2019-12-17 12:26:42 +07:00
sessions.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
subscriptions.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
testutils.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
users.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
users_test.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00