dnote/pkg/server/app
Sung Won Cho 7f981c9f57
Allow to disable registration (#365)
* Allow to disable registration

* Document changes

* Add env vars to templates

* Fix test

* fix
2019-12-17 15:15:06 +07:00
..
app.go Allow to disable registration (#365) 2019-12-17 15:15:06 +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 Allow to disable registration (#365) 2019-12-17 15:15:06 +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