You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/airliftd: fix serving small files (resolves#35)
Resolved a misuse of io.ReadFull used to detect MIME type. io.EOF may be
returned if file is smaller than provided buffer.
web: overhaul config page (resolve#9, #11)
* Changed the layout of the config page in an attempt to be easier to
use and understand
* Eliminated most of the tooltips. Did this instead of removing them
entirely. Some of them are still useful and it doesn't look as dumb
without the enable all help thing.
* Fix possible data race in package config
* Fixed position status message
* Did I change anything else?