dnote/pkg/server/handlers
Sung Won Cho b5630adc88
Fix ratelimit (#321)
* Allow to synchronize large number of records

* Fix link

* Unexport

* Fix docker
2019-11-19 12:52:47 +08:00
..
auth.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
auth_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
classic.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
classic_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
health.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
health_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
helpers.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
limit.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
main_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
notes.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
notes_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
repetition_rules.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
repetition_rules_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
routes.go Fix ratelimit (#321) 2019-11-19 12:52:47 +08:00
routes_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
semver.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
subscription.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
testutils.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
user.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
user_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_auth.go Display helpful error message to the client (#314) 2019-11-18 11:16:46 +08:00
v3_auth_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_books.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_books_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_notes.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_notes_test.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_sync.go Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
v3_sync_test.go Implement note sharing (#300) 2019-11-07 22:47:25 -08:00