dnote/pkg/server/handlers
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
..
auth.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
auth_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
classic.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
classic_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
health.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
health_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
helpers.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
limit.go Implement note sharing (#300) 2019-11-07 22:47:25 -08: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 Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
repetition_rules.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
repetition_rules_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
routes.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
routes_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
semver.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
subscription.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
user.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
user_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
v3_auth.go Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
v3_auth_test.go Allow to disable registration (#365) 2019-12-17 15:15:06 +07:00
v3_books.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
v3_books_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
v3_notes.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
v3_notes_test.go Fix OnPremise signup (#361) 2019-12-16 15:27:41 +07:00
v3_sync.go Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
v3_sync_test.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00