aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(hub): keep the video read-ahead across a reconnectionChristophe Besson5 days3-10/+434
* perf(hub): bound video read-ahead by bytes, not by secondsChristophe Besson5 days5-28/+460
* fix: removing someone who never redeemed their invitationChristophe Besson5 days9-8/+267
* feat(hub): reveal button in the sign-in and registration passphrase fieldsChristophe Besson5 days13-9/+90
* chore: bump version to 0.15.0Christophe Besson6 days8-8/+8
* docs: the node key is linked from Profile, not SettingsChristophe Besson6 days2-2/+10
* feat(hub): show the node's public key in Node โ†’ OverviewChristophe Besson6 days13-17/+138
* test(hub): the Firefox probe stops opening the developer's own profileChristophe Besson6 days2-26/+53
* fix(hub): the members table stops hanging off the side of a phoneChristophe Besson6 days3-2/+47
* Merge origin/main: the tree-wide ruff pass beside the Music reconnect workChristophe Besson6 days191-933/+845
|\
| * refactor(node): delete the revocation subscriber H4 replacedChristophe Besson6 days1-149/+0
| * style: the 98 ruff could not fix, so the linter is a signal againChristophe Besson6 days43-109/+175
| * style: ruff's own fixes, mechanically appliedChristophe Besson6 days173-685/+680
* | fix(node): the Music app's tags survive a restartChristophe Besson6 days5-32/+383
* | fix(hub): a track with no artist tag reaches the Music gridChristophe Besson6 days15-5/+439
* | fix(hub): a reconnect re-reads the index, not just the handshakeChristophe Besson6 days10-42/+308
|/
* Merge origin/main: the operator's upload ceiling beside the disk-thread workChristophe Besson6 days27-98/+1840
|\
| * fix(node): node.toml's transfer pools reach the transportChristophe Besson7 days6-66/+184
| * docs: correct the spec where it had drifted from the codeChristophe Besson7 days1-14/+43
| * docs: add a quickstart and a user guideChristophe Besson7 days4-4/+1260
| * feat(node): per-file upload ceiling is an operator setting, default 8 GBChristophe Besson7 days23-20/+359
* | fix(node): the node decides which files it will transcode, not the playerChristophe Besson6 days3-3/+61
* | fix(node): bound what a transcode may produce, and read ffmpeg's output off t...Christophe Besson6 days2-15/+105
* | docs: say who the concordance is still forChristophe Besson6 days1-6/+18
* | fix: the two ceilings ยง13.5b was still missing, as AV27 and AV28Christophe Besson6 days6-3/+352
* | fix(hub): stop keeping a copy of every group's file listing in the browserChristophe Besson7 days9-56/+156
* | docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson7 days100-411/+447
* | docs: drop the references to design notes that live outside the repoChristophe Besson7 days6-48/+37
|/
* fix(hub): a group whose node is down is no longer something the reader waits forChristophe Besson7 days4-33/+424
* fix(hub): Search waits on a connection that stalls, not on one that is slowChristophe Besson7 days5-5/+329
* docs: the desktop stages D5 and D6 are built, elsewhereChristophe Besson7 days1-2/+10
* fix(node): creating and removing a folder are syscalls tooChristophe Besson7 days5-53/+122
* fix(node): take the availability poll and every upload write off the loopChristophe Besson7 days14-112/+255
* fix(node): serve a file from a disk thread, never from the event loopChristophe Besson7 days5-34/+338
* docs: state what is built, and what the packaged install has answeredChristophe Besson7 days2-14/+15
* feat: decode and re-encode video on the GPU where there is oneChristophe Besson7 days17-31/+985
* fix(cast): put the relay's progress log behind the same switchChristophe Besson7 days2-33/+75
* fix(cast): keep the Chromecast progress log out of the terminalChristophe Besson7 days2-10/+57
* feat(cast): carry subtitles to a Chromecast, on the relay's clockChristophe Besson8 days9-35/+741
* fix(node): size the subtitle budget to the file, and extract each track onceChristophe Besson8 days3-42/+162
* fix(node): measure where a seek lands instead of predicting itChristophe Besson8 days4-95/+135
* fix(node): log a subtitle request before the cache answers itChristophe Besson8 days1-5/+13
* fix(node): a seek reports where the picture begins, not where it was askedChristophe Besson8 days4-4/+276
* feat: tell a forced subtitle track from a full oneChristophe Besson8 days15-29/+116
* fix(hub): sample activeCues, the number that decides whether a subtitle showsChristophe Besson8 days1-0/+27
* fix(hub): trace the subtitle path end to end in the playerChristophe Besson8 days1-2/+24
* fix(node): a subtitle request that is cancelled must still answerChristophe Besson8 days1-4/+24
* docs: install the [dev] extras, not a hand-written listChristophe Besson8 days1-2/+13
* docs(hub): say what the subtitle track's mode effect was measured to doChristophe Besson8 days1-5/+9
* feat: embedded subtitles in the video player (MNP 3.3)Christophe Besson8 days22-12/+1088