Commit Graph

  • 35599230ff test: update test command to run without watch mode Deluan 2025-05-24 22:58:04 -04:00
  • 13ea00e7f8 chore(deps): update JS dependencies Deluan 2025-05-24 22:55:53 -04:00
  • f7fb77054f build(makefile): fix golangci-lint installation path check Deluan 2025-05-24 22:40:33 -04:00
  • 441c9f52cc chore(deps): update Go dependencies Deluan 2025-05-24 22:35:51 -04:00
  • b722f0dcfc fix(ui): improve scan status handling (again) (#4115) Deluan Quintão 2025-05-24 21:26:05 -04:00
  • c98e4d02cb feat(ui): add missing filter for admin users in album, artist, and song lists Deluan 2025-05-24 13:04:07 -04:00
  • 5ade9344ff fix(ui): update Basque translation (#4064) Xabi 2025-05-24 18:53:51 +02:00
  • d903d3f1e0 fix(ui): update Hungarian translation (#4112) ChekeredList71 2025-05-24 18:38:12 +02:00
  • 6bf6424864 fix(scanner): optimize missing flag update logic for artists Deluan 2025-05-24 11:28:39 -04:00
  • a9f93c97e1 fix(ui): improve elapsed time handling during scans Deluan 2025-05-24 10:11:26 -04:00
  • 3350e6c115 fix(ui): elapsed time for scans Deluan 2025-05-23 23:28:02 -04:00
  • 514aceb785 feat(ui) add Save Queue to Playlist (#4110) Deluan Quintão 2025-05-23 22:04:18 -04:00
  • 370f8ba293 fix(ui): update artist link rendering and improve button styles Deluan 2025-05-23 17:42:19 -04:00
  • 1e4c759d93 test: fix flaky scanner tests by setting maximum open connections to 1 Deluan 2025-05-23 15:39:44 -04:00
  • e06fbd26b7 fix(ui): update French translation (#4069) Ewen 2025-05-23 16:56:47 +02:00
  • 9062f4824e fix(ui): the Portuguese translation is actually Brazilian Portuguese Deluan 2025-05-23 09:11:07 -04:00
  • 2503d2dbb8 fix: small formatting error in en.json Deluan 2025-05-23 09:04:41 -04:00
  • 45188e710c fix(ui): update Portuguese translations Deluan 2025-05-23 08:14:53 -04:00
  • 9dd050c377 fix: add useResourceRefresh hook to AlbumShow, ArtistShow, MissingFilesList, and PlaylistShow components Deluan 2025-05-23 00:02:42 -04:00
  • 3ccc02f375 feat(ui): add remove all missing files functionality (#4108) Deluan Quintão 2025-05-22 22:28:10 -04:00
  • 992c78376c feat(scanner): add Scanner.PurgeMissing configuration option (#4107) Copilot 2025-05-22 20:50:15 -04:00
  • 4a2412eef7 test: add PERFORMER tests (#4105) Deluan Quintão 2025-05-22 16:41:08 -04:00
  • 98fdc42d09 test: fix ignored artwork tests (#4103) Deluan Quintão 2025-05-22 15:48:24 -04:00
  • 13c50b8d4c Fix the remaining tests in artwork package copilot/fix-3e5e4e21-3f03-4d7b-a899-695da91f7e41 copilot-swe-agent[bot] 2025-05-22 12:20:17 +00:00
  • e3a18d33fc Format code and fix linting issues copilot-swe-agent[bot] 2025-05-22 11:57:00 +00:00
  • 8f36619c3d Update tests to match current implementation copilot-swe-agent[bot] 2025-05-22 05:16:34 +00:00
  • 717fb1c103 Fix mock implementations to address failing tests copilot-swe-agent[bot] 2025-05-22 04:52:14 +00:00
  • af1c1fb665 Update plan based on code analysis copilot-swe-agent[bot] 2025-05-22 04:39:08 +00:00
  • a76e416dae Initial plan for issue copilot-swe-agent[bot] 2025-05-22 04:22:33 +00:00
  • eb944bd261 chore: update Makefile to install golangci-lint if not present and adjust lint command Deluan 2025-05-21 23:13:32 -04:00
  • 84384006a4 docs: update copilot instructions with important commands and linting guidelines Deluan 2025-05-21 22:33:33 -04:00
  • e5438552c6 fix(transcoding): restrict transcoding operations to admin users (#4096) Deluan Quintão 2025-05-21 22:19:23 -04:00
  • 6ac3acaaf8 fix(db): allow deleting users that have shares (#4098) Kendall Garner 2025-05-22 02:16:10 +00:00
  • 3953e3217d docs: add code guidelines for backend and frontend development Deluan 2025-05-21 21:57:16 -04:00
  • 6731787053 fix(server): memory leak in cache warmer (#4095) Deluan Quintão 2025-05-21 21:48:49 -04:00
  • dd1d3907b4 Revert "refactor(server): simplify lastfm agent initialization logic" Deluan 2025-05-21 16:20:29 -04:00
  • 924354eb4b fix(subsonic): find lyrics by artist or albumartist (#4093) Kendall Garner 2025-05-21 13:36:26 +00:00
  • 6880cffd16 feat(ui): add scan progress and error reporting to UI (#4094) Deluan Quintão 2025-05-21 09:30:23 -04:00
  • fef1739c1a feat(server): add DefaultShareExpiration config option (#4082) Caio Cotts 2025-05-20 22:17:30 -04:00
  • 453630d430 feat: hide missing artists from regular users and Subsonic API (#4092) Deluan Quintão 2025-05-20 21:53:02 -04:00
  • 4733616d90 chore: removed unused file Deluan 2025-05-20 21:25:33 -04:00
  • ba7fd13724 feat(subsonic): add ISRC support for OpenSubsonic Child (#4088) Deluan Quintão 2025-05-20 12:37:27 -04:00
  • e0f1ddecbe docs: add testing and logging guidelines to AGENTS.md codex Deluan 2025-05-19 23:25:24 -04:00
  • 1e4e3eac6e fix: update Makefile with new demo URLs (#4080) Caio Cotts 2025-05-19 15:34:25 -04:00
  • 19d443ec7f feat(scanner): add Scanner.FollowSymlinks option (#4061) Deluan Quintão 2025-05-15 10:33:28 -04:00
  • db92cf9e47 fix(scanner): optimize refresh (#4059) Deluan Quintão 2025-05-14 20:47:03 -04:00
  • ec9f9aa243 feat:(server): support reading lyrics from filesystem (#2897) Kendall Garner 2025-04-30 12:10:19 +00:00
  • 5c18951e31 fix(ui): streamline locale setting in App component Deluan 2025-04-28 09:52:53 -04:00
  • 2b744c878e fix(ui): move default language initialization to Admin component Deluan 2025-04-25 12:40:27 -04:00
  • 0d1f2bcc8a fix(scanner): check if aiff/wma file has cover art (#3996) Kendall Garner 2025-04-25 17:00:26 +00:00
  • dfa217ab51 docs(scanner): add overview README document Deluan 2025-04-25 12:54:29 -04:00
  • 3d6a2380bc feat(server): add artist/albumartist filter to media file (#4001) Kendall Garner 2025-04-25 16:50:21 +00:00
  • 4548e75d49 style(ui): format App.jsx with Prettier Deluan 2025-04-25 08:12:44 -04:00
  • 841af03393 fix: load ND_DEFAULTLANGUAGE on app startup Deluan 2025-04-25 08:09:06 -04:00
  • 53aa640f35 fix(ui): update Korean translation (#3980) DDinghoya 2025-04-25 08:22:31 +09:00
  • e4d65a7828 feat(scanner): add unsynced lyrics to default mapping (#3997) Kendall Garner 2025-04-24 21:40:51 +00:00
  • b41123f75e chore: remove DevEnableBufferedScrobble and always enable buffered scrobbling (#3999) Deluan Quintão 2025-04-24 17:19:50 -04:00
  • 6f52c0201c refactor(server): simplify lastfm agent initialization logic Deluan 2025-04-19 23:36:53 -04:00
  • c7d7ec306e fix(mcp-agent): stream native mcp-server stderr to logs plugins-mcp Deluan 2025-04-19 19:42:22 -04:00
  • bcc3643c81 chore: add debug logging to mcp-server Deluan 2025-04-19 19:37:32 -04:00
  • 97b101685e perf: pre-compile WASM module for MCP agent Deluan 2025-04-19 19:23:23 -04:00
  • 8660cb4fff refactor: centralize MCP agent method logic and cleanup comments Deluan 2025-04-19 19:11:34 -04:00
  • ae93e555c9 feat: refactor MCP agent to support native and WASM implementations Deluan 2025-04-19 19:05:15 -04:00
  • 2f71516dde fix: update MCP server path for agent initialization Deluan 2025-04-19 18:43:50 -04:00
  • 73da7550d6 refactor: separate native and WASM process handling in MCPAgent Deluan 2025-04-19 15:22:15 -04:00
  • 674129a34b fix: update MCP server path for agent initialization Deluan 2025-04-19 14:48:18 -04:00
  • fb0714562d feat: grant filesystem access for WASM modules in MCPAgent Deluan 2025-04-19 14:46:54 -04:00
  • 6b89f7ab63 feat: integrate Wazero for WASM support in MCPAgent Deluan 2025-04-19 14:28:55 -04:00
  • c548168503 fix: handle error messages returned in MCP tool response content Deluan 2025-04-19 14:01:51 -04:00
  • 8ebefe4065 refactor: DRY up MCPAgent implementation Deluan 2025-04-19 13:04:41 -04:00
  • 6e59060a01 fix: prevent double initialization of agents Deluan 2025-04-19 13:01:41 -04:00
  • be9e10db37 test: add mock-based tests for MCPAgent Deluan 2025-04-19 12:56:22 -04:00
  • 9c20520d59 feat: implement GetArtistURL in MCP agent Deluan 2025-04-19 12:48:27 -04:00
  • 8b754a7c73 feat: implement MCP agent process auto-restart Deluan 2025-04-19 12:45:41 -04:00
  • 8326a20eda refactor: keep MCP agent server process running Deluan 2025-04-19 12:04:39 -04:00
  • 51567a0bdf feat: add proof-of-concept MCP agent Deluan 2025-04-19 11:59:34 -04:00
  • 4944f8035a test: add tests for userName and AbsolutePath in core/common.go Deluan 2025-04-18 11:53:47 -04:00
  • 0d5097d888 fix(ui): update Serbian translation (#3941) Ivan Pešić 2025-04-18 03:27:12 +04:00
  • ed7ee3d9f8 fix(ui): always order album tracks by disc and track number (fixes #3720) (#3975) Deluan Quintão 2025-04-17 19:23:53 -04:00
  • 74803bb43e fix(ui): update Russian, Turkish translations from POEditor (#3971) Deluan Quintão 2025-04-16 21:09:50 -04:00
  • 0159cf73e2 fix(ui): updated Catalan translations (#3973) marcbres 2025-04-17 03:05:59 +02:00
  • ac1d51f9d0 fix(ui): update Chinese (Simplified) translations (#3938) Dongeun 2025-04-17 09:05:26 +08:00
  • 91eb661db5 fix(ui): update Norwegian translation #3943 Thomas Johansen 2025-04-17 03:04:10 +02:00
  • 2a81ec9b5a docs: update plugin system design with security enhancements plugin-spike Deluan 2025-04-13 10:18:28 -04:00
  • 4d4625c766 docs: Add table of contents to plugin HLD Deluan 2025-04-13 00:15:08 -04:00
  • 626e5a7bb0 docs: Add plugin directory structure info and implementation plan Deluan 2025-04-13 00:10:23 -04:00
  • 41535b54f5 docs: Add agent system integration to plugin HLD Deluan 2025-04-12 23:30:08 -04:00
  • 7e835b4557 Update plugin initialization flow to pass configuration during Init() Deluan 2025-04-12 21:48:05 -04:00
  • 67c4fa2c9d Improve sequence diagram by breaking down Navidrome Core into specific components Deluan 2025-04-12 21:38:05 -04:00
  • 438fd93d8e Clarify Permission Manager responsibilities in HLD Deluan 2025-04-12 21:30:13 -04:00
  • 524d508916 feat(ui): show sampleRate in song info dialog (#3960) Guilherme Souza 2025-04-12 21:52:47 -03:00
  • 96f446c4a0 Add support for wildcard URL permissions in plugin system Deluan 2025-04-12 18:46:27 -04:00
  • 449dd53edf Add High-Level Design document for plugin system Deluan 2025-04-12 17:19:25 -04:00
  • a6f1f7b7e3 fix(server): albumtype in Smart Playlists Deluan 2025-04-11 23:53:05 -04:00
  • 49b8cfc261 fix(artwork): always select the coverArt of the first disc in multi-disc albums (#3950) Deluan Quintão 2025-04-11 23:39:57 -04:00
  • bcea8b832a chore(deps): update Go version to 1.24.2 in go.mod Deluan 2025-04-11 23:18:00 -04:00
  • 58367afaea refactor: external_metadata -> external.Provider (#3903) Deluan Quintão 2025-04-08 21:11:09 -04:00
  • 6b59f5f73a feat(ui): add genre and mood fields to AlbumSongs component Deluan 2025-04-08 18:13:37 -04:00
  • 5f0c1e7387 chore(deps) upgrade Go dependencies, including golangci-lint (#3937) Deluan Quintão 2025-04-07 19:42:00 -03:00
  • a057a680f1 fix(ui): update Greek, Esperanto, Polish, Russian, Turkish translations from POEditor (#3894) v0.55.2 Deluan Quintão 2025-04-05 08:54:29 -03:00