summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static
Commit message (Expand)AuthorAgeFilesLines
* fix(hub): the transfers row exists from the clickChristophe Besson2026-09-0813-85/+149
* feat(hub): client-side transfer leases and the transfers panelChristophe Besson2026-09-0817-77/+715
* fix(hub): keep the download worker alive, and never hang on a dead sinkChristophe Besson2026-09-082-3/+79
* feat(node): make the transfer caps settable, node-wide and per groupChristophe Besson2026-09-0811-0/+34
* fix(hub): never collect a large download in the pageChristophe Besson2026-09-0812-10/+133
* fix(hub): make the streamed download path reliable, and clean up after an abortChristophe Besson2026-09-083-37/+183
* feat(client): create the system tray at launch, not on first minimiseChristophe Besson2026-09-082-6/+31
* fix(hub): drop the flag emoji from the language menuChristophe Besson2026-09-082-11/+18
* feat(hub): name a group's host on its card, not its visibilityChristophe Besson2026-09-083-7/+21
* feat(hub): collapse "Your devices on this node" by defaultChristophe Besson2026-09-081-3/+8
* feat(hub): cap a directory zip at 512 MBChristophe Besson2026-09-0811-5/+49
* fix(hub): stop badging every poster "unmatched" when TMDB is offChristophe Besson2026-09-081-7/+30
* feat(chat): Tier 2 — a member verifies another member's device itselfChristophe Besson2026-09-0714-0/+228
* Merge origin/main into the chat encryption workChristophe Besson2026-09-072-70/+194
|\
| * feat(mnp)!: seal the upload under the group keyChristophe Besson2026-09-072-29/+92
| * refactor(mnp)!: remove stream_seg, the last unencrypted content messageChristophe Besson2026-09-071-19/+0
| * fix(mnp): give a reply an id, so it stops being routed by luckChristophe Besson2026-09-071-11/+88
* | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0)Christophe Besson2026-09-0715-26/+656
|/
* fix(client): drop the "No changes to save" hint beside SaveChristophe Besson2026-09-0715-28/+0
* fix(client): Save in the app panes was invisible, and Chat's never landedChristophe Besson2026-09-0716-17/+95
* feat(client): HelloWorld, the reference applicationChristophe Besson2026-09-0716-14/+250
* fix(client): report a directory result under the button that caused itChristophe Besson2026-09-071-9/+23
* fix(client): New folder did nothing — prompt() throws in the desktop clientChristophe Besson2026-09-0712-17/+90
* feat(client): bring back New folder, icon-only — and close the hole it openedChristophe Besson2026-09-062-1/+22
* fix: a root change reaches every client without a page reloadChristophe Besson2026-09-062-6/+25
* fix(node): `root list` printed "?" for every pathChristophe Besson2026-09-061-5/+11
* feat(node): an upload lands in the folder it was sent toChristophe Besson2026-09-064-17/+37
* fix(client): the folder picker had no background, and its field no layoutChristophe Besson2026-09-0612-29/+123
* fix(client): degrade against a node still speaking MNP 1.0Christophe Besson2026-09-0614-4/+108
* fix(client): a successful root op must never blank the operator's tableChristophe Besson2026-09-061-1/+5
* feat(client): Phase 2 — per-app settings panes, folder tree, multi-directoryChristophe Besson2026-09-0625-635/+1321
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-0619-204/+521
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-0620-297/+522
* fix(node): inline @owner next to group name, fix buffering layout shiftChristophe Besson2026-09-062-13/+16
* feat(node): add ".." parent row in file explorer, hide mkdir buttonChristophe Besson2026-09-061-5/+14
* feat(node): always-on file selection with select-all checkboxChristophe Besson2026-09-061-27/+30
* fix(client): hide the tray button on the narrow layoutChristophe Besson2026-09-051-0/+5
* feat(client): tray menu starts and stops the node, and a clearer iconChristophe Besson2026-09-0512-4/+28
* feat(client): minimise to a system tray indicator (GNOME)Christophe Besson2026-09-0514-2/+82
* fix(win): graceful shutdown, one startup-mode control, and a stray-\r bugChristophe Besson2026-09-0511-84/+127
* feat(client): a Node-page toggle to switch into/out of service modeChristophe Besson2026-09-0512-0/+84
* feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0Christophe Besson2026-09-043-0/+5
* fix(client): Stop/Restart buttons and an autostart toggle on the Node pageChristophe Besson2026-09-044-0/+37
* fix: drop the retired Mozilla STUN server from the defaultsChristophe Besson2026-09-042-2/+3
* fix(client): resolve STUN hostnames in the main processChristophe Besson2026-09-041-8/+31
* feat!: MNP 1.0 — seal index and handshake_ack under the group keyChristophe Besson2026-09-033-20/+255
* refactor(hub): drop the base64 chunk fallback and the dead HTTP file clientChristophe Besson2026-09-032-78/+29
* fix(hub): route the chat ack to the request that asked for itChristophe Besson2026-09-031-0/+36
* fix(hub): merge duplicate sources in Search's Music and Photos tooChristophe Besson2026-09-0216-34/+158
* fix(hub): one entry per file in the Search view's Videos gridChristophe Besson2026-09-023-6/+217