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
filebrowser: quality-of-life improvements (#123) (8e2e404)
New features: uploading, downloading, hidden file toggle, refresh button, syntax highlighting toggle, sticky sidebar.
Bug fixes: Files are no longer renamed null when canceled, warning when files will be overwritten when renaming, confirmation when deleting files, horizontal scroll bar doesn't cover file contents when editing, copying actually increases number.
frontend: allow clicking 'Enter' to send passwords (#130) (0de4bbf)
frontend: store passwords for multiple backend nodes in localStorage (8dceedc), closes #105
processes: use resident memory instead of virtual memory (9d96c90)
Bug Fixes
backend: add more error handling in socket_handler (172a6e0)
frontend: fix misspelling of "available" (00e8703)
frontend: stop using deprecated substr method (1a4c79b)