Commit Graph

  • bf5ee33c21 refactor: remove unused artwork.CacheWarmer param from CallScan function Deluan 2025-06-02 19:58:02 -04:00
  • cb80114971
    chore(deps-dev): bump @vitest/coverage-v8 from 3.1.4 to 3.2.0 in /ui dependabot[bot] 2025-06-02 17:57:49 +00:00
  • 52996c0404
    chore(deps-dev): bump happy-dom from 17.4.7 to 17.5.6 in /ui dependabot[bot] 2025-06-02 17:57:49 +00:00
  • ade15c8cb8
    chore(deps-dev): bump @types/node from 22.15.21 to 22.15.29 in /ui dependabot[bot] 2025-06-02 17:46:53 +00:00
  • fc09148f9e
    chore(deps-dev): bump vitest from 3.1.4 to 3.2.0 in /ui dependabot[bot] 2025-06-02 17:46:48 +00:00
  • ac966d98a9 fix(ui): improve layout and responsiveness of SelectPlaylistInput component Deluan 2025-06-02 12:26:01 -04:00
  • f057b5e92d
    Merge 11d7ad5b33ac34f2b63ca7eaa5aafc5e1099d9bf into 9c4af3c6d00b9292fae56b55131b1b5b94724b3b Elliot 2025-06-02 13:26:25 +02:00
  • f82ee7cf32
    Real Fix: move WriteAfterScanMetrics outside gofunc Kendall Garner 2025-06-01 18:19:37 -07:00
  • 73f01b6a19
    fix(scannner): use prometheus instance over noop if configured properly Kendall Garner 2025-06-01 16:08:58 -07:00
  • 9c4af3c6d0 fix(server): don't override /song routes Deluan 2025-06-01 14:34:45 -04:00
  • f5aac7af0d fix(ui): make the height of the AddToPlaylistDialog static. Deluan 2025-06-01 11:58:02 -04:00
  • 6cd65752b4 fix(mpv): improve MPV command template parsing to handle quoted arguments Deluan 2025-05-31 21:58:25 -04:00
  • 7f6d0a9245 test(mpv): add test suite for MPV command functionality Deluan 2025-05-31 21:55:19 -04:00
  • ea8dacdcef fix(mpv): update mock script to output arguments to stdout instead of a file Deluan 2025-05-31 21:43:42 -04:00
  • d3d3bfb72d fix(mpv): improve command template parsing Deluan 2025-05-31 21:35:42 -04:00
  • 9d0abba6b4 test(mpv): add unit tests for MPV command generation and execution Deluan 2025-05-31 20:11:16 -04:00
  • 36ed2f2f58
    refactor: simplify configuration endpoint with JSON serialization (#4159) Deluan Quintão 2025-05-31 19:37:23 -04:00
  • e2f3e4442b
    Merge branch 'master' into args-parsing/3619 Daniel Evans 2025-05-31 14:51:27 -07:00
  • 6adeddfd55 fix(mpv.go): split commands via RegEx - 3619 Daniel Evans 2025-05-31 14:49:08 -07:00
  • 6ebf40a2fe fix(ui): apply prettier formatting Deluan 2025-05-31 14:19:53 -04:00
  • 2aa500fe47 fix(test): remove unused getNestedValue function Deluan 2025-05-31 14:19:26 -04:00
  • a32479a64c refactor(aboutUtils): add escapeTomlKey function to handle special characters in TOML keys Deluan 2025-05-31 14:17:33 -04:00
  • b72e8d80ed refactor(aboutUtils): improve array formatting and handling in TOML conversion Deluan 2025-05-31 13:55:13 -04:00
  • 2c7672dc85 refactor(config): reorganize configuration handling Deluan 2025-05-31 12:07:35 -04:00
  • 8e32eeae93
    fix(ui): add button is covered when adding to a playlist (#4156) Deluan Quintão 2025-05-30 23:15:02 -04:00
  • 7bb1fcdd4b
    fix(ui): DevFlags order in TOML export (#4155) Kendall Garner 2025-05-31 03:12:44 +00:00
  • 8c961ec584 fix: format code with prettier - Fix formatting issues in AddToPlaylistDialog.test.jsx Deluan 2025-05-30 22:52:10 -04:00
  • 70028fc522 refactor: update playlist input translations Deluan 2025-05-30 22:50:15 -04:00
  • 19b51139a6 refactor: fix SelectPlaylistInput layout and improve readability - Replace dropdown with fixed list to prevent button overlay - Break down into smaller focused components - Add comprehensive test coverage - Reduce spacing for compact layout Deluan 2025-05-30 22:16:05 -04:00
  • b55223aaab
    fix(ui): Move Dev* flags before sections in export Kendall Garner 2025-05-30 18:31:54 -07:00
  • ded8cf236e
    feat(ui): add 'Show in Playlist' context menu (#4139) Deluan Quintão 2025-05-30 21:26:35 -04:00
  • 465137ad86 feat(ui): add 'show in playlist' option to options object Deluan 2025-05-29 22:45:19 -04:00
  • 0ab9413dec feat(ui): stop event propagation when closing playlist submenu Deluan 2025-05-29 22:39:34 -04:00
  • 6af18a5fe0 feat(ui): update song context menu to use dataProvider for fetching playlists and inspecting songs Deluan 2025-05-29 22:33:27 -04:00
  • 279af23697 feat(ui): integrate dataProvider for fetching playlists in song context menu Deluan 2025-05-29 22:27:24 -04:00
  • edda12e2dc feat(ui): show submenu on click, not on hover Deluan 2025-05-29 22:13:28 -04:00
  • f47acb24aa Update song playlist menu and endpoint Deluan Quintão 2025-05-29 14:12:53 -04:00
  • 4d2294606e
    Merge branch 'master' of https://github.com/navidrome/navidrome Kendall Garner 2025-05-30 18:07:30 -07:00
  • 6dd98e0bed
    feat(ui): add configuration tab in About dialog (#4142) Deluan Quintão 2025-05-30 21:07:08 -04:00
  • eb980c6bd2 feat(ui): adjust dialog size Deluan 2025-05-30 20:50:18 -04:00
  • 0d4d005311 fix(ui): enhance string escaping in formatTomlValue function Deluan 2025-05-30 20:05:35 -04:00
  • 2975a20ca3 lint Deluan 2025-05-30 19:56:55 -04:00
  • e2bbaea603 feat(api): refactor routes for keepalive and insights endpoints Deluan 2025-05-30 19:56:46 -04:00
  • e35a333e6a refactor Deluan 2025-05-30 19:50:49 -04:00
  • bdad136517 feat(ui): translate development flags section header Deluan 2025-05-30 19:40:23 -04:00
  • 6db79ef6f6 feat(ui): add configuration export feature in About dialog Deluan 2025-05-30 19:37:42 -04:00
  • 22c3486e38
    fix(server): enhance artist folder detection with directory traversal (#4151) Deluan Quintão 2025-05-30 18:06:14 -04:00
  • 2b4629172a fix: add logging for artist image search in folder Deluan 2025-05-30 17:36:09 -04:00
  • 11c9dd4bd9
    fix(ui): reset page to 1 on playlist change - #1676 (#4154) Michael Tighe 2025-05-30 14:28:39 -07:00
  • 623919f53e
    fix(ui): update Spanish translation (#4146) Kevian 2025-05-30 23:19:04 +02:00
  • 6e663fa9eb
    Merge branch 'master' into playlist-pagination-bug/1676 Michael Tighe 2025-05-30 13:46:45 -07:00
  • 920800e909 fix(ui): restructure AboutDialog's version notification layout Deluan 2025-05-30 16:18:07 -04:00
  • 814aa39efc bugfix(playlist): reset page to 1 on playlist change - #1676 Michael Tighe 2025-05-30 11:19:58 -07:00
  • e288ed9e34 fix: remove test for special glob characters in artist folder detection Deluan 2025-05-30 12:38:58 -04:00
  • 00009d2f60 fix: improve artist folder traversal logic and enhance error logging Deluan 2025-05-30 12:34:37 -04:00
  • 96fcde7f4c refactor: address PR review suggestions Deluan 2025-05-30 12:28:26 -04:00
  • 1ea6425215 fix: enhance artist folder detection with directory traversal Deluan 2025-05-30 12:19:56 -04:00
  • c12472bd19
    fix(ui): update song fetching logic to disable for radio (#4149) Deluan Quintão 2025-05-30 08:29:36 -04:00
  • 9bc89b99ea fix(ui): update song fetching logic to disable for radio Deluan 2025-05-30 08:27:15 -04:00
  • 758b73186d
    Small update in es.json translation Kevian 2025-05-30 11:49:26 +02:00
  • f4d06fa820 fix event broadcasting Deluan 2025-05-29 21:36:01 -04:00
  • 5a1e9f96f7 feat(playlists): implement event refresh Deluan 2025-05-29 20:47:00 -04:00
  • 588b6be075 Fix playlist star filter Deluan Quintão 2025-05-29 20:35:47 -04:00
  • a4da1cc09a address PR comments Deluan 2025-05-29 20:26:24 -04:00
  • e4d94b99fa feat(ui): more translations Deluan 2025-05-29 19:28:24 -04:00
  • 6d6b774038 feat(ui): add sensitive value redaction Deluan 2025-05-29 19:23:36 -04:00
  • eaef2d0c32 feat(ui): add environment variables Deluan 2025-05-29 19:02:55 -04:00
  • 28f4f7ab0d fix(ui): replace == with === Deluan 2025-05-29 18:57:35 -04:00
  • 9b9f9b54f1
    Merge branch 'master' of https://github.com/navidrome/navidrome Kendall Garner 2025-05-29 15:36:23 -07:00
  • a697e250d9 add config resource Deluan 2025-05-29 18:33:09 -04:00
  • 362bf1f5c9 Flatten config endpoint and improve About dialog Deluan Quintão 2025-05-29 15:48:45 -04:00
  • a2d764d5bc test: add tests for filtering artists by role Deluan 2025-05-29 15:44:27 -04:00
  • fa2cf36245 fix(subsonic): change role filter logic v0.56.1 Deluan 2025-05-29 14:52:49 -04:00
  • b6a1a89b46 Fix GetArtists endpoint to return data when ifModifiedSince is not provided copilot-swe-agent[bot] 2025-05-29 18:51:31 +00:00
  • be82149095 Initial plan for issue copilot-swe-agent[bot] 2025-05-29 18:38:42 +00:00
  • 11d7ad5b33
    Merge branch 'master' into Add-support-for-playlist-cover-art/406 Elliot 2025-05-29 11:50:20 +08:00
  • f99953ec72
    Merge branch 'master' of https://github.com/navidrome/navidrome Kendall Garner 2025-05-28 17:38:59 -07:00
  • b19d5f0d3e
    Merge commit from fork v0.56.0 Caio Cotts 2025-05-28 19:00:20 -04:00
  • 175964b17a fix(ui): refine playlist details layout and disable play date display for mobile Deluan 2025-05-28 18:39:20 -04:00
  • 90b095b409
    fix(ui): update German, Greek, Esperanto, Spanish, Finnish, French, Indonesian, Dutch, Portuguese (BR), Russian, Swedish, Turkish, Ukrainian translations from POEditor (#3981) Deluan Quintão 2025-05-28 17:46:34 -04:00
  • 1757d172a4 fix(ui): update German, Greek, Esperanto, Spanish, Finnish, French, Indonesian, Dutch, Portuguese (BR), Russian, Swedish, Turkish, Ukrainian translations from POEditor navidrome-bot 2025-05-28 21:42:00 +00:00
  • 821f485022 fix(ui): improve playlist details layout with word break and stats styling Deluan 2025-05-28 17:33:35 -04:00
  • a681d1eb34
    Merge branch 'master' into jukebox-mode-doesnt-include-musicfolder-in-mpv-command/4066 Patrick O'Shea 2025-05-28 09:01:45 -05:00
  • d4a053370a
    feat(server): add option Lastfm.ScrobbleFirstArtistOnly to send only the first artist (#4131) Deluan Quintão 2025-05-28 08:43:07 -04:00
  • da806351ce Update track.go with mf.AbsolutePath() patso23 2025-05-28 06:45:09 -05:00
  • 40382432a5
    Merge branch 'master' into jukebox-mode-doesnt-include-musicfolder-in-mpv-command/4066 Patrick O'Shea 2025-05-28 06:40:10 -05:00
  • e1102cf415 feat(server): add option Lastfm.ScrobbleFirstArtistOnly to send only the first artist Deluan 2025-05-27 22:30:01 -04:00
  • 66926ca466
    fix(ui): update Hungarian translation (#4113) ChekeredList71 2025-05-28 03:42:25 +02:00
  • 1f9cbe7345 feat(server): add M3U file to downloaded playlist Deluan 2025-05-27 20:13:37 -04:00
  • de698918ac Revert "fix(server): failed transcoded files should not be cached (#4124)" Deluan 2025-05-27 19:53:10 -04:00
  • d6a37af265
    Merge branch 'master' into jukebox-mode-doesnt-include-musicfolder-in-mpv-command/4066 Patrick O'Shea 2025-05-27 13:55:40 -05:00
  • 71851b076c refactor: unify logic to export to M3U8 Deluan 2025-05-27 12:37:57 -04:00
  • 85a7268192
    fix(ui): update titles for radios, shares and show pages (#4128) Deluan Quintão 2025-05-27 09:01:52 -04:00
  • 70b3956c90 fix: update titles for radios, shares and show pages Deluan Quintão 2025-05-27 08:57:52 -04:00
  • c9c0861ec1 feat(ui): show playlist owner hr0kaq-codex/display-owner-in-playlistshow-view Deluan Quintão 2025-05-27 00:16:11 -04:00
  • 9dd5a8c334
    fix(server): failed transcoded files should not be cached (#4124) Deluan Quintão 2025-05-26 20:30:26 -04:00
  • 7036d8fa45 fix(test): update error assertion to check for substring in closed file error Deluan 2025-05-26 20:21:48 -04:00
  • 4179f2fa3d fix(test): replace errPartialReader with errFakeReader to fix lint error Deluan 2025-05-26 20:10:00 -04:00
  • be132f14c1 Close stream on caching errors Deluan Quintão 2025-05-26 19:47:50 -04:00
  • 030710afa9 fix(ui): enhance external link display with consistent minimum heights Deluan 2025-05-26 18:21:55 -04:00