| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(hub): check the captcha's origin here, so the desktop client can pass one | Christophe Besson | 2026-09-02 | 3 | -2/+54 |
| * | fix(hub): the Node page takes the width of a settings page | Christophe Besson | 2026-09-02 | 1 | -1/+7 |
| * | fix(hub): a show opens on its first season, not its first thumbnail | Christophe Besson | 2026-09-02 | 1 | -10/+26 |
| * | fix(hub): the show detail modal must not move when the season does | Christophe Besson | 2026-09-02 | 2 | -9/+88 |
| * | fix(hub): steady the show detail modal, and give a series its director | Christophe Besson | 2026-09-02 | 12 | -31/+276 |
| * | fix(hub): fall back to the group's first app when the landing tab is absent | Christophe Besson | 2026-09-02 | 1 | -1/+24 |
| * | fix(hub): let the reader scroll up in the chat again | Christophe Besson | 2026-09-01 | 1 | -18/+81 |
| * | revert(hub): M6 — add_group_member must keep accepting node tokens | Christophe Besson | 2026-09-01 | 1 | -6/+8 |
| * | fix(hub): send a CSP and protective headers on every response | Christophe Besson | 2026-09-01 | 2 | -3/+45 |
| * | fix(hub): constrain what a federated peer hub can do (MHP) | Christophe Besson | 2026-09-01 | 1 | -26/+98 |
| * | fix(hub): require user scope to add group members | Christophe Besson | 2026-09-01 | 1 | -1/+6 |
| * | fix(hub): enforce registration captcha for every client | Christophe Besson | 2026-09-01 | 3 | -4/+20 |
| * | fix(hub): require auth and distinct reporters for content reports | Christophe Besson | 2026-09-01 | 1 | -26/+60 |
| * | fix(hub): moderator can no longer grant admin or hard-revoke accounts | Christophe Besson | 2026-09-01 | 2 | -5/+33 |
| * | chore: release 0.10.00.10 | Christophe Besson | 2026-09-01 | 1 | -1/+1 |
| * | fix(hub): adjust no-group prompt and post-create wizard step | Christophe Besson | 2026-09-01 | 13 | -16/+53 |
| * | fix(hub): stop Search-view video posters flickering to spinners | Christophe Besson | 2026-09-01 | 2 | -32/+132 |
| * | refactor(node): JSON-only control API, Node page absorbs the admin dashboard | Christophe Besson | 2026-09-01 | 12 | -43/+918 |
| * | fix(hub): remove "shown only once, hub never sees it" from recovery intro | Christophe Besson | 2026-09-01 | 10 | -10/+10 |
| * | fix(node): CLI member invite now registers hub membership and enforces code | Christophe Besson | 2026-09-01 | 1 | -1/+1 |
| * | feat(hub): reCAPTCHA v2 on Register and Password Reset pages | Christophe Besson | 2026-09-01 | 16 | -20/+198 |
| * | feat: passphrase change and account recovery (auth-confirm) | Christophe Besson | 2026-09-01 | 19 | -57/+1793 |
| * | feat: email verification for registration, email change, and invitations | Christophe Besson | 2026-08-31 | 21 | -123/+911 |
| * | chore: bump version to 0.9.0v0.9.0 | Christophe Besson | 2026-08-31 | 1 | -1/+1 |
| * | refactor(ui): extract Explore, Login, Register and CreateGroup from app.js | Christophe Besson | 2026-08-31 | 5 | -905/+835 |
| * | refactor(ui): extract Settings, Profile and Admin pages from app.js | Christophe Besson | 2026-08-30 | 4 | -951/+982 |
| * | fix(ui): use toggle switches in Settings page, trim verbose hints | Christophe Besson | 2026-08-30 | 11 | -25/+28 |
| * | feat(ui): configurable ICE interfaces in the Node page | Christophe Besson | 2026-08-30 | 11 | -0/+191 |
| * | feat: configurable STUN server fallbacks for WebRTC ICE | Christophe Besson | 2026-08-30 | 13 | -1/+303 |
| * | refactor(ui): extract Node page to dedicated module, use local API | Christophe Besson | 2026-08-30 | 2 | -737/+574 |
| * | chore: scrub copyrighted names from tests, comments and docs | Christophe Besson | 2026-08-30 | 1 | -2/+2 |
| * | revert(hub): drop the poster-grid movie merge (V12) | Christophe Besson | 2026-08-30 | 12 | -77/+17 |
| * | fix(hub): make "Re-match" and "Fix match" the same size in the detail modal | Christophe Besson | 2026-08-30 | 1 | -2/+4 |
| * | fix(hub): show the Files refresh button only on the Search page | Christophe Besson | 2026-08-30 | 2 | -5/+7 |
| * | fix(hub): wire the Files refresh button on the Search page | Christophe Besson | 2026-08-30 | 1 | -2/+6 |
| * | Merge remote-tracking branch 'origin/main' | Christophe Besson | 2026-08-29 | 13 | -0/+275 |
| |\ |
|
| | * | feat(node): editable node settings in the Node page (D5) | Christophe Besson | 2026-08-29 | 13 | -0/+275 |
| * | | Merge branch 'ui/search-title-and-refresh-button' | Christophe Besson | 2026-08-29 | 14 | -13/+39 |
| |\ \
| |/
|/| |
|
| | * | feat(hub): drop the Search page title, add a Files refresh button | Christophe Besson | 2026-08-29 | 14 | -13/+39 |
| * | | fix: on restart, serve a video's cached TMDB match instead of re-searching | Christophe Besson | 2026-08-29 | 1 | -4/+12 |
| |/ |
|
| * | feat: V13 — per-card "re-match this one file" (MNP 0.13) | Christophe Besson | 2026-08-29 | 13 | -4/+55 |
| * | feat(hub): V12 — merge movies by TMDB id in the poster grid | Christophe Besson | 2026-08-29 | 12 | -17/+77 |
| * | Merge branch 'fix/videos-tmdb-matching' | Christophe Besson | 2026-08-29 | 12 | -3/+69 |
| |\ |
|
| | * | fix(node): correct TMDB movie matching, per-file overrides, rematch | Christophe Besson | 2026-08-29 | 12 | -3/+69 |
| * | | fix(hub): chat scroll-to-bottom, message loading on group switch, connecting ... | Christophe Besson | 2026-08-29 | 1 | -29/+27 |
| * | | fix(hub): chat kept stale messages when switching groups on the Chat tab | Christophe Besson | 2026-08-29 | 1 | -1/+1 |
| |/ |
|
| * | feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contact | Christophe Besson | 2026-08-29 | 15 | -147/+132 |
| * | fix(transport): chat_hist_resp dispatch skipped when older pending entries exist | Christophe Besson | 2026-08-28 | 1 | -8/+11 |
| * | fix(hub): 10s connect timeout in search page, error on unreachable download | Christophe Besson | 2026-08-28 | 2 | -9/+35 |
| * | feat(hub): search downloads, photos view, pre-connect optimization | Christophe Besson | 2026-08-28 | 14 | -37/+107 |