| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | feat(hub): reCAPTCHA v2 on Register and Password Reset pages | Christophe Besson | 2026-09-01 | 11 | -16/+115 |
| * | feat: passphrase change and account recovery (auth-confirm) | Christophe Besson | 2026-09-01 | 17 | -47/+1514 |
| * | feat: email verification for registration, email change, and invitations | Christophe Besson | 2026-08-31 | 13 | -97/+389 |
| * | refactor(ui): extract Explore, Login, Register and CreateGroup from app.js | Christophe Besson | 2026-08-31 | 4 | -904/+829 |
| * | 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 | 14 | -147/+121 |
| * | 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 |
| * | feat(hub): cross-group search with reuse of existing views | Christophe Besson | 2026-08-28 | 19 | -250/+916 |
| * | fix(hub): Node page — "Remove group" only for a group the hub dropped | Christophe Besson | 2026-08-28 | 1 | -5/+12 |
| * | fix(hub): sidebar — status dot on the name line, not between name and @owner | Christophe Besson | 2026-08-28 | 2 | -7/+26 |
| * | feat(hub): group names unique per owner, shown as name@owner | Christophe Besson | 2026-08-28 | 6 | -15/+69 |
| * | fix(hub): Explore page says nothing about public groups when they're off | Christophe Besson | 2026-08-28 | 11 | -2/+20 |
| * | fix(files): make "Filter files" search the whole group | Christophe Besson | 2026-08-28 | 2 | -6/+29 |
| * | feat(chat): focus the composer when the Chat tab opens | Christophe Besson | 2026-08-28 | 1 | -0/+10 |
| * | Merge branch 'feat/chat-link-previews' | Christophe Besson | 2026-08-28 | 3 | -7/+186 |
| |\ |
|
| | * | feat(chat): link previews for pasted URLs | Christophe Besson | 2026-08-28 | 3 | -7/+186 |
| * | | feat(hub): let a hub admin disable public groups instance-wide | Christophe Besson | 2026-08-28 | 11 | -54/+203 |
| |/ |
|
| * | fix(music): stop sharing one folder's cover across unrelated tracks, and merg... | Christophe Besson | 2026-08-26 | 1 | -1/+44 |
| * | fix(video): let the toolbar wrap on mobile — no room left for the filter field | Christophe Besson | 2026-08-26 | 1 | -0/+7 |
| * | feat(video): add an All/Movies/Series filter to the toolbar | Christophe Besson | 2026-08-26 | 12 | -5/+85 |
| * | feat(music): network-adaptive prefetch depth, opt-in keep-screen-on toggle | Christophe Besson | 2026-08-26 | 13 | -14/+132 |
| * | fix(transport): reconnect used a fresh handshake token but a stale signaling one | Christophe Besson | 2026-08-26 | 1 | -0/+9 |
| * | feat(music): prefetch 2 tracks ahead instead of 1 | Christophe Besson | 2026-08-26 | 1 | -4/+16 |
| * | fix(transport): wake a backing-off reconnect on visibilitychange, fix listene... | Christophe Besson | 2026-08-26 | 1 | -1/+39 |