| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 9 | -45/+55 |
| * | Merge branch 'fix/saga-match' | Christophe Besson | 2026-08-30 | 3 | -11/+49 |
| |\ |
|
| | * | fix(node): stop a numbered saga all matching its first film | Christophe Besson | 2026-08-30 | 3 | -11/+49 |
| |/ |
|
| * | Merge branch 'revert/video-movie-merge' | Christophe Besson | 2026-08-30 | 13 | -78/+18 |
| |\ |
|
| | * | revert(hub): drop the poster-grid movie merge (V12) | Christophe Besson | 2026-08-30 | 13 | -78/+18 |
| |/ |
|
| * | 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 |
| * | Merge branch 'fix/search-page-refresh-button' | Christophe Besson | 2026-08-30 | 1 | -2/+6 |
| |\ |
|
| | * | 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 | 20 | -1/+522 |
| |\ |
|
| | * | feat(node): editable node settings in the Node page (D5) | Christophe Besson | 2026-08-29 | 20 | -1/+522 |
| * | | 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 |
| * | | | Merge branch 'fix/movie-misclassified-as-show' | Christophe Besson | 2026-08-29 | 5 | -2/+110 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | fix(node): stop a movie with a mangled quality tag being shelved as a series | Christophe Besson | 2026-08-29 | 5 | -2/+110 |
| |/ / |
|
| * | | Merge branch 'fix/media-meta-unenriched-guard' | Christophe Besson | 2026-08-29 | 3 | -16/+105 |
| |\ \
| |/
|/| |
|
| | * | fix: on restart, serve a video's cached TMDB match instead of re-searching | Christophe Besson | 2026-08-29 | 3 | -16/+105 |
| |/ |
|
| * | Merge branch 'feat/videos-matching-v8-v13' | Christophe Besson | 2026-08-29 | 26 | -119/+713 |
| |\ |
|
| | * | feat: V13 — per-card "re-match this one file" (MNP 0.13) | Christophe Besson | 2026-08-29 | 21 | -13/+296 |
| | * | feat(hub): V12 — merge movies by TMDB id in the poster grid | Christophe Besson | 2026-08-29 | 12 | -17/+77 |
| | * | feat(node): V8–V11 — show-branch ladder, year-aware _best_match, wider se... | Christophe Besson | 2026-08-29 | 6 | -89/+340 |
| |/ |
|
| * | fix(hub): update layout test for the fit → fitAndPin rename | Christophe Besson | 2026-08-29 | 1 | -3/+5 |
| * | Merge branch 'fix/videos-tmdb-matching' | Christophe Besson | 2026-08-29 | 26 | -27/+759 |
| |\ |
|
| | * | fix(node): correct TMDB movie matching, per-file overrides, rematch | Christophe Besson | 2026-08-29 | 26 | -27/+759 |
| * | | perf(node): filter ICE interfaces to eliminate 5s STUN timeout on VPN/virtual... | Christophe Besson | 2026-08-29 | 3 | -0/+102 |
| * | | fix(hub): chat scroll-to-bottom, message loading on group switch, connecting ... | Christophe Besson | 2026-08-29 | 2 | -29/+119 |
| * | | 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 | 29 | -552/+474 |
| * | 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 |
| * | Merge branch 'fix/known-device-join-new-invite-group' | Christophe Besson | 2026-08-28 | 2 | -6/+123 |
| |\ |
|
| | * | fix(node): a pinned device can be invited to a further invite-only group | Christophe Besson | 2026-08-28 | 2 | -6/+123 |
| |/ |
|
| * | Merge branch 'fix/node-remove-group-when-hub-orphan' | Christophe Besson | 2026-08-28 | 1 | -5/+12 |
| |\ |
|
| | * | fix(hub): Node page — "Remove group" only for a group the hub dropped | Christophe Besson | 2026-08-28 | 1 | -5/+12 |
| |/ |
|
| * | Merge branch 'docs/v6-amendments' | Christophe Besson | 2026-08-28 | 3 | -9/+129 |
| |\ |
|
| | * | fix(hub): sidebar — status dot on the name line, not between name and @owner | Christophe Besson | 2026-08-28 | 2 | -7/+26 |
| | * | docs: draft v6 — instance policy, per-owner group names, chat link previews | Christophe Besson | 2026-08-28 | 1 | -2/+103 |
| |/ |
|
| * | Merge branch 'feat/group-name-per-owner' | Christophe Besson | 2026-08-28 | 12 | -30/+320 |
| |\ |
|
| | * | feat(hub): group names unique per owner, shown as name@owner | Christophe Besson | 2026-08-28 | 12 | -30/+320 |
| |/ |
|
| * | Merge branch 'fix/explore-no-public-groups-mention' | Christophe Besson | 2026-08-28 | 11 | -2/+20 |
| |\ |
|
| | * | fix(hub): Explore page says nothing about public groups when they're off | Christophe Besson | 2026-08-28 | 11 | -2/+20 |
| |/ |
|
| * | chore: release 0.8.00.8 | Christophe Besson | 2026-08-28 | 6 | -8/+8 |
| * | Merge branch 'fix/files-filter' | Christophe Besson | 2026-08-28 | 2 | -6/+29 |
| |\ |
|
| | * | fix(files): make "Filter files" search the whole group | Christophe Besson | 2026-08-28 | 2 | -6/+29 |
| |/ |
|
| * | Merge branch 'fix/chat-input-focus' | Christophe Besson | 2026-08-28 | 1 | -0/+10 |
| |\ |
|
| | * | 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 | 9 | -9/+777 |
| |\ |
|