aboutsummaryrefslogtreecommitdiff
path: root/Hotline/State
AgeCommit message (Collapse)Author
2025-11-27Merge remote-tracking branch 'upstream/main'Ruben Beltran del Rio
2025-11-14Bit more work on error handling.Dustin Mierau
2025-11-14Add kick and improve client info display. Also improve error messages when ↵Dustin Mierau
can't connect (server down) or can't login (show server message).
2025-11-14Cleanup user client info sheet. Hide button if you don't have persmission to ↵Dustin Mierau
do so.
2025-11-13UI to view user client info.Dustin Mierau
2025-11-13You can now save file details (rename files/folders and comments)Dustin Mierau
2025-11-13Don't show accounts in sidebar to reduce clutter. Admins can use menu bar or ↵Dustin Mierau
toolbar. More error handling.
2025-11-13Start surfacing server errors properly to communicate permissions better.Dustin Mierau
2025-11-12More work on account management. Add Broadcast UI.Dustin Mierau
2025-11-12Get Accounts out of the sidebar, redesign Account management.Dustin Mierau
2025-11-11Add confirmation for file/folder delete. Also add New Folder button to files.Dustin Mierau
2025-11-11Folder download logic cleanup. Display folder icon on folder download ↵Dustin Mierau
transfers with small icon for the current file. Fix progress for folder downloads.
2025-11-10Remove "New" suffix from our transfer clients. Further cleanup. Allow ↵Dustin Mierau
previewing certain files with HFS types (but no extensions). Cleanup preview files when window closes.
2025-11-10More cleanup and fix for connect view showing right before login UI ↵Dustin Mierau
displays. Move connect form to ConnectView.
2025-11-09Further work on trnasfer context menus with Open With, Move to Trash, etc. ↵Dustin Mierau
and handling of multiple selection.
2025-11-08Fixing cancel transfer from transfer window. Transfer window ux improvements.Dustin Mierau
2025-11-08Improve sound effect management and use NSSound on macOS.Dustin Mierau
2025-11-08Some work on making it possible to connect to servers with an IPv6 address. ↵Dustin Mierau
Improve connect form a bit. Add Copy Link to context menu for servers and trackers.
2025-11-07Add Bonjour discovery for Hotline servers on the local network to the ↵Dustin Mierau
Servers window.
2025-11-07Add Kingfisher dependency. Add support for animated GIF banners. Add fast ↵Dustin Mierau
image format detection to Data.
2025-11-07Further cleanup of previous refactor. Removing old view model and NetSocket. ↵Dustin Mierau
Added some empty states for newsgroups and message board.
2025-11-07Massive refactor of transfer cients (new folder upload implementation), ↵Dustin Mierau
brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
2025-10-28Pop ServerState out into its own file.Dustin Mierau
2025-10-28Some state cleanup and banner color caching in ServerState.Dustin Mierau
2025-10-24Further along work towards auto updating. Show release notes for the builds ↵Dustin Mierau
that are more recent than yours.
2025-10-20Cleanup and a bunch of work to fix issues syncing, loading, and general ↵Dustin Mierau
bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions).