Commit Graph

  • ecc86bb997
    Merge 4b78d777cb79f04de2603147f711cbf10f475d5c into 6f52c0201cdc6e92bf4e47394d79767db9c33640 dependabot[bot] 2025-04-21 17:51:26 +00:00
  • 4b78d777cb
    build(deps-dev): bump vite from 6.2.1 to 6.3.2 in /ui dependabot/npm_and_yarn/ui/vite-6.3.2 dependabot[bot] 2025-04-21 17:51:23 +00:00
  • 3c3f206b15
    Merge 4402ad42294e3b4e59176bef89327843cb002bef into 6f52c0201cdc6e92bf4e47394d79767db9c33640 dependabot[bot] 2025-04-21 13:47:09 -04:00
  • 4402ad4229
    build(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.28 dependabot[bot] 2025-04-21 17:47:05 +00:00
  • e13d4e8148
    Merge 2a3a2fc0be77cbe6907c7e6b56e76f61a3e2aa67 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 dependabot[bot] 2025-04-21 17:46:52 +00:00
  • 2a3a2fc0be
    build(deps): bump github.com/lestrrat-go/jwx/v2 from 2.1.4 to 2.1.5 dependabot/go_modules/github.com/lestrrat-go/jwx/v2-2.1.5 dependabot[bot] 2025-04-21 17:46:49 +00:00
  • de65d1a1f4
    Merge 004e53c7c7b1c9b88cd3d86d8034e167f6b8b771 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 dependabot[bot] 2025-04-21 17:36:05 +00:00
  • 004e53c7c7
    build(deps): bump react-router-dom from 5.3.4 to 7.5.1 in /ui dependabot/npm_and_yarn/ui/react-router-dom-7.5.1 dependabot[bot] 2025-04-21 17:36:03 +00:00
  • bffc2f5792
    Merge bb8dd57565f6c90928d4dd9381a1a8dbb5cc7378 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Deluan Quintão 2025-04-22 01:29:35 +08:00
  • 2e81eec367
    Merge 6bbb0dae15c736f8a58b218168f8a68e971c1de5 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Rob Emery 2025-04-21 16:49:01 +00:00
  • 6bbb0dae15 go tidy Rob Emery 2025-04-21 17:48:27 +01:00
  • 5a41fb13b8 Re-implementing the genre artists/tracks, as it looks like we can push enough restrictions into the repo to get this out. I would prefer to be able to do some sort of group-by for the "get artists by genre" path though Rob Emery 2025-04-21 17:42:09 +01:00
  • 63c706fb4c
    Merge 1640749d4344c4c6d6f33990c9e5c261d2ed496c into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Renere 2025-04-21 14:38:23 +00:00
  • 441439fb67 Adding queries that should return the rough shape we want for refernce, if we want want to implement this Rob Emery 2025-04-20 17:53:18 +01:00
  • fbb1d1493d
    Merge branch 'master' into dlna-spike Rob Emery 2025-04-20 11:36:10 -01:00
  • 9befc4abab Artist for a given Genre doesn't work now, IIRC I remember there being some chatter in #dev about it Rob Emery 2025-04-20 13:01:41 +01:00
  • 9d602bea28
    Merge d61c39dddb922caf7e2f4b72ecb2a63861762687 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Deluan Quintão 2025-04-20 06:06:45 -04:00
  • d61c39dddb fix(ui): update Russian translations from POEditor update-translations navidrome-bot 2025-04-20 10:06:43 +00:00
  • 8cc5b361a5
    Merge 598b80e7be5c64d27659c05054b04cfc91bd323b into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Rob Emery 2025-04-20 11:02:05 +02:00
  • 5b5ea0a737
    Merge 03f1ead7616f530d5ef1f732c923887e1fbab052 into 6f52c0201cdc6e92bf4e47394d79767db9c33640 Elliot 2025-04-20 15:41:25 +09:00
  • 6f52c0201c refactor(server): simplify lastfm agent initialization logic master 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
  • c1fde0f4e4 It seems not right for calling ParentID() to be messing with o.Path? Rob Emery 2025-04-19 11:20:14 +01:00
  • b535847ba9 Renaming to make the difference more obvious during refactoring Rob Emery 2025-04-19 11:11:32 +01:00
  • 713895696f I can't see a way within most implementations to get the client to specify the size of artwork, so I'll const it for now Rob Emery 2025-04-19 10:40:55 +01:00
  • 9892be3e36 Renaming "object" to make it more obvious it's part of the CDS Rob Emery 2025-04-19 10:36:54 +01:00
  • 598b80e7be Merge branch 'master' into msi-insights-detection Rob Emery 2025-04-19 10:19:58 +01:00
  • 88cb5bf38e Merge branch 'master' into dlna-spike Rob Emery 2025-04-19 10:19:21 +01:00
  • 19a7848e6c
    Merge 8a238ab559167626dffaa2fc71aea74a4f540229 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:08 -04:00
  • 3058cd2ff6
    Merge f0417bd9e83c65a948df3d22e757513ea8c76045 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 Eivind Siqveland Larsen 2025-04-18 12:43:07 -04:00
  • 36e301588f
    Merge fb5d1b9cde8e593265a548f652d15b9594c090aa into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 Andre Wei 2025-04-18 12:43:07 -04:00
  • 4826392af6
    Merge be43b996e1c8122f9ccd0451254578049a9771e5 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 Buck DeFore 2025-04-18 12:43:07 -04:00
  • dc3ffb6588
    Merge bbbd7d912180da530e02e69149e1cf58fd0d3361 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 5d4c82d87b
    Merge dbc12cc70bf6566a00da2a63eba0bd5d3cfb04c3 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 2ae91cce21
    Merge b38a829a7e58a753a46610e5de8ffc62701dd1bf into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 06bf43bfa7
    Merge 69fc9ea86b1c67c5e5cc2e54bb25e6b6cab47d80 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 83bbd1368f
    Merge bc13408c6c6bb8afdb2d9313957f2bd33d15ca78 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 Deluan Quintão 2025-04-18 12:43:07 -04:00
  • 81a1541fa0
    Merge 498c653fdcd3ac7f1ac4deebf923e3283fb16d81 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 12989c8728
    Merge 5e5f5da0deb24dd067195bc5b6d36314fc816782 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 7a822d26b1
    Merge 78033662130e358507ed5b4a9dcc86f0972cf306 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 5c346ef623
    Merge dbbf20ab7725eb4f3fda15e54f4412693db4ae88 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • d4617f2e4a
    Merge d1b9a78209224e683d56d372aaae8090352c7522 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 0a70b99709
    Merge d238b9aeb1e6847eb31088077d5a057172e1cc13 into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 0d9c2b0a7c
    Merge ccd1cee3190229d170bf0d4b6eb9c98f7e4e9cad into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 dependabot[bot] 2025-04-18 12:43:07 -04:00
  • 9924b35e2c
    Merge ff862d755acc0328055511073289732f18199d5b into 4944f8035af68b823d8eaf4cb689aa6dce80f6e3 DDinghoya 2025-04-18 12:13:39 -04:00
  • 4944f8035a test: add tests for userName and AbsolutePath in core/common.go Deluan 2025-04-18 11:53:47 -04:00
  • ff862d755a
    Update ko.json DDinghoya 2025-04-18 22:02:52 +09: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
  • 57bffd8e00
    Merge branch 'master' into fix/album-track-ordering Deluan Quintão 2025-04-17 19:17:58 -04:00
  • 854023df0a fix: remove remaining releaseDate references in SongDatagrid Deluan 2025-04-17 19:16:18 -04:00
  • b782f50589 fix: prevent visual separation of tracks on same disc Deluan 2025-04-17 19:06:51 -04:00
  • 1a84b9034b fix: correct typo in comment regarding participants in GetMissingAndMatching function Deluan 2025-04-17 17:12:57 -04:00
  • 3bd8bab341 refactor: Adjust filters in PlayButton and AlbumContextMenu Deluan 2025-04-17 17:12:16 -04:00
  • a4e4d1395b fix: Update album sort to use album_id instead of release_date Deluan 2025-04-17 17:04:19 -04:00
  • c2b0f0ff05 remove migrations lukepurnell 2025-04-17 17:01:24 +01:00
  • 0754555803
    patch db (#6) laker-93 2025-04-17 16:26:45 +01:00
  • 5b72954409
    fix bug (#5) laker-93 2025-04-17 09:12:32 +01:00
  • 8a08a2ea6a
    add downgrade (#4) laker-93 2025-04-17 09:08:50 +01:00
  • 74803bb43e
    fix(ui): update Russian, Turkish translations from POEditor (#3971) Deluan Quintão 2025-04-16 21:09:50 -04:00
  • 71d29e0254 fix(ui): update Russian, Turkish translations from POEditor navidrome-bot 2025-04-17 01:09:15 +00: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
  • 225ce325ce fix(ui): ensure correct album track ordering in context menu and play button Deluan 2025-04-16 19:42:58 -04:00
  • 58f48f0c14 refactor(ui): remove obsolete release date grouping logic from SongDatagrid and AlbumSongs Deluan 2025-04-16 19:37:26 -04:00
  • b5bc851c87 fix(ui): ensure album tracks are always ordered by disc and track number (fixes #3720) Deluan 2025-04-16 19:32:47 -04:00
  • b6b27ebc44 Updated catalan translations Marc Bres Gil 2025-04-16 10:55:40 +02:00
  • ccd1cee319
    build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 dependabot/go_modules/golang.org/x/net-0.39.0 dependabot[bot] 2025-04-14 17:47:09 +00:00
  • 8a238ab559
    build(deps): bump github.com/prometheus/client_golang dependabot/go_modules/github.com/prometheus/client_golang-1.22.0 dependabot[bot] 2025-04-14 17:46:48 +00:00
  • de1614000d
    build(deps): bump react-router-dom from 5.3.4 to 7.5.0 in /ui dependabot[bot] 2025-04-14 17:45:15 +00:00
  • d238b9aeb1
    build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.2 in /ui dependabot/npm_and_yarn/ui/eslint-config-prettier-10.1.2 dependabot[bot] 2025-04-14 17:33:10 +00:00
  • e33bf62c12 This isn't and shouldn't be used Rob Emery 2025-04-13 20:26:40 +01:00
  • 405096fa82 Pretty sure we only require the audio and images types here Rob Emery 2025-04-13 20:08:16 +01:00
  • 528a5818da regenerated after merge Rob Emery 2025-04-13 19:54:11 +01:00
  • 58c8399e73 Merge branch 'master' into dlna-spike Rob Emery 2025-04-13 19:30:34 +01:00
  • af39a52ebd Merge branch 'master' into dlna-spike Rob Emery 2025-04-13 19:26:20 +01:00
  • cd2d87a6d1
    Merge branch 'master' into msi-insights-detection Rob Emery 2025-04-13 17:22:14 -01: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