shiori/internal/webserver
Dean Jackson a5cb2c6e40 Fix login autofill
Add <form> element, as some browsers won't autofill fields
not contained in form.

Remove username and password bindings, and explicitly read
inputs instead. Some browsers do not fire onChange events
when a field is autofilled for security reasons, so Vue
bindings don't register the change.

https://github.com/facebook/react/issues/1159#issuecomment-506584346
2019-12-13 08:36:16 +01:00
..
assets-dev.go Initial new web interfaces 2019-05-27 17:01:53 +07:00
assets-prod.go Fix login autofill 2019-12-13 08:36:16 +01:00
handler-api-ext.go Fix when using extension bookmark doesn't archived 2019-09-22 15:58:26 +07:00
handler-api.go Fix: `hasArchive` icon gone after update bookmark 2019-10-13 08:37:10 +07:00
handler-ui.go Make sure archive use UTF-8 encoding 2019-10-09 20:49:26 +07:00
handler.go Move warc to another package 2019-10-09 20:10:12 +07:00
server.go Initial support for subpath #39 2019-10-07 13:38:40 +07:00
utils.go wrap mime.TypeByExtension with preset mimetypes 2019-10-21 20:16:50 -07:00