aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson7 days95-395/+431
* docs: drop the references to design notes that live outside the repoChristophe Besson7 days2-22/+19
* fix(hub): a group whose node is down is no longer something the reader waits forChristophe Besson7 days3-33/+413
* fix(hub): Search waits on a connection that stalls, not on one that is slowChristophe Besson7 days4-5/+317
* 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 days13-110/+254
* fix(node): serve a file from a disk thread, never from the event loopChristophe Besson7 days5-34/+338
* feat: decode and re-encode video on the GPU where there is oneChristophe Besson7 days8-23/+895
* 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 days8-35/+722
* 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 days2-86/+121
* 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 days2-2/+265
* 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(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 days20-5/+1067
* feat(hub): give the audio-language button a glyph of its ownChristophe Besson8 days2-1/+10
* fix(hub): the password verifier is Argon2id 64 MiB, and a hash's version name...Christophe Besson8 days4-22/+89
* fix(node): a seek left the audio a GOP behind the pictureChristophe Besson8 days2-7/+273
* auth: a sign-out during a renewal must not write half a sessionChristophe Besson9 days3-1/+242
* feat: let the viewer pick the audio trackChristophe Besson9 days20-48/+808
* spa: a blank page can never be silent againChristophe Besson9 days5-2/+621
* playlists: promise the count that holds when nothing compressesChristophe Besson9 days4-11/+59
* playlists: refuse a body no frame can carry, and say which oneChristophe Besson9 days14-9/+170
* playlists: drive the blob ops over a real DataChannelChristophe Besson9 days1-0/+179
* menu: give the panel the room that is actually below itChristophe Besson9 days4-21/+198
* menu: do not close on the panel's own scrollingChristophe Besson9 days3-2/+307
* playlists: make the writes actually leave the browserChristophe Besson9 days17-15/+633
* music: pool single-album artists into shared rowsChristophe Besson9 days4-18/+549
* music: the playlist menusChristophe Besson9 days23-34/+1248
* playlists: the store, and putting it on nodesChristophe Besson9 days4-1/+952
* playlists: merge rules, sealing, and the keyChristophe Besson9 days7-4/+1340
* mnp 3.1: per-account blobs the node cannot readChristophe Besson9 days7-6/+774
* music: play, play next, add to queueChristophe Besson9 days24-97/+1431
* fix(hub): the Files listing sorts its folders by the chosen column tooChristophe Besson10 days2-11/+123
* feat(hub): drop files and folders onto Files to upload themChristophe Besson10 days16-42/+480
* feat(hub): Videos and Music list their cards a page at a timeChristophe Besson10 days24-82/+419
* fix(node): purge the audit log past its retentionChristophe Besson10 days2-2/+61
* fix(ui): a group opened directly lands on the preferred app once preferences ...0.14Christophe Besson11 days3-7/+67
* fix(ui): sidebar stays above a phone's address bar and does not scroll the pageChristophe Besson11 days3-0/+222
* feat(hub): session lifetime is an admin setting, and a browser signs out when...Christophe Besson11 days25-46/+817
* feat(hub): usernames are at least 8 characters at registrationChristophe Besson11 days40-449/+529
* fix(ui): Search says nothing about groups it leaves outChristophe Besson11 days12-24/+5
* fix(win): a service-mode daemon can be replaced, and the Node page can link oneChristophe Besson11 days5-10/+160
* feat: a group can be left out of Search, and Search tries every nodeChristophe Besson11 days25-48/+603