Commit Graph

  • 3a1f43870b Double-brackets James Barnsley 2023-01-02 22:15:32 +13:00
  • b5f9baa17d Separating meta for release vs edge James Barnsley 2023-01-02 22:06:27 +13:00
  • 8c4b166c06 No wrapping, just leading $ James Barnsley 2023-01-02 22:04:08 +13:00
  • a5b5ca0ced Using GITHUB_REF_NAME James Barnsley 2023-01-02 22:00:55 +13:00
  • 3bc1ea0bb3 Build Docker image for any push to develop or master James Barnsley 2023-01-02 21:58:32 +13:00
  • aad09b22ad Merge branch 'develop' of github.com:jaedb/Iris into develop James Barnsley 2023-01-02 21:45:16 +13:00
  • a0aaada0c8 Dockerfile to *build* assets manually - Cannot safely (and consistently) overwrite PIP-installed package with host volume binding, so is easier to build within Docker - Add .nvmrc for consistent buildout James Barnsley 2023-01-02 21:43:45 +13:00
  • 87fd816335 Source icon top-left - Matches Spotify artwork, which we hide when it is burned-in on the image - Consistent across all providers now James Barnsley 2023-01-02 21:42:34 +13:00
  • 7f4f59d71a Merge pull request #859 from jotak/hide-discover James Barnsley 2023-01-02 21:42:14 +13:00
  • a228e48a0a Merge branch 'develop' into hide-discover James Barnsley 2023-01-02 21:41:52 +13:00
  • 23b87efe5d Criado uma tradução em pt_BR Willian Custodio Quintino 2022-12-15 18:17:36 -03:00
  • 11f202a9b7 Removing duplicate playlist groups James Barnsley 2022-12-11 20:42:01 +13:00
  • 179089f41b Updating to GST-HACK for Spotify playback support James Barnsley 2022-12-11 20:41:45 +13:00
  • 860f005eb4 Reinstating playlist lazy-loading artwork - Needs monitoring on heavier backends (YTMusic, Tidal, etc) - Doesn't conflict with PlaylistGroups James Barnsley 2022-12-03 22:39:39 +13:00
  • 58ef7e6bea YTMusic playlist support - Can create and edit playlists - Can now load playlists natively James Barnsley 2022-12-03 22:07:29 +13:00
  • defb37312f Merge branch 'master' into develop James Barnsley 2022-11-27 13:21:55 +13:00
  • 737b774ea0 Release not supported? James Barnsley 2022-11-19 10:13:15 +13:00
  • 95de0a1cb1 Adding workflow_dispatch event James Barnsley 2022-11-19 10:07:26 +13:00
  • 4869971765 Listen for all 'release' events James Barnsley 2022-11-19 10:00:52 +13:00
  • c42c776821 Release trigger typos James Barnsley 2022-11-19 09:54:07 +13:00
  • 8b5330dd73 Using *release* as workflow trigger, rather than branch push James Barnsley 2022-11-19 09:47:19 +13:00
  • 899a706f9e Adding tag event James Barnsley 2022-11-19 09:35:30 +13:00
  • a08143b5d8 Correcting event type James Barnsley 2022-11-19 09:20:12 +13:00
  • 69b9bc08a7 Configuring docker image tagging - Ditching deploy/release, will release on push to master - Tag branch + version + major.minor James Barnsley 2022-11-19 09:10:59 +13:00
  • 52f1277fff Adding docker/metadata-action for auto-tagging - *Should* auto-tag based on GitHub branch and tag - Fixes #872 James Barnsley 2022-11-19 08:58:32 +13:00
  • 932c218679 Merge branch 'master' into develop James Barnsley 2022-11-15 19:56:04 +13:00
  • b5e07f4a82 Ignore m3u folder James Barnsley 2022-11-15 19:55:53 +13:00
  • e90c79b8e9 Dockerfile build fix - Removing python-dbus James Barnsley 2022-11-13 19:10:15 +13:00
  • 9c627486f3 Updating Dockerfile to new /docker/mopidy paths - Pulse config - Mopidy example James Barnsley 2022-11-13 06:59:09 +13:00
  • 77fca409f3 npm audit fix - Upgraded webpack-strip dependencies James Barnsley 2022-11-12 20:45:23 +13:00
  • a4f5d894cc Merge pull request #869 from jaedb/develop James Barnsley 2022-11-12 20:41:12 +13:00
  • 5529ed78fe Tox command - Ditching 'sudo', no longer needed with newer docker setup - Excluding /docker folder from package James Barnsley 2022-11-12 19:54:20 +13:00
  • 60c4a4e389 Restructuring docker (again) - Nested structure to match /var/lib/mopidy - Updating gitignore to exclude individual configs James Barnsley 2022-11-12 08:58:33 +13:00
  • 154e72234e Moving HTML builder into webpack - Allows handling of template variables - Retaining test_mode switch for hot-swap JS bundle James Barnsley 2022-11-12 08:52:38 +13:00
  • 074b97ce7d Volumes restructure to sample docker-compose.yml - Playlist persistence - Consistent structure to match that of /var/lib/mopidy/ James Barnsley 2022-11-11 22:37:29 +13:00
  • 02aee0b9e1 Removing more absolute asset references James Barnsley 2022-11-11 22:36:05 +13:00
  • f0b10f46c2 Removing more absolute references James Barnsley 2022-11-03 08:00:59 +13:00
  • 627ece592e Remove absolute ref for service worker James Barnsley 2022-11-03 07:57:21 +13:00
  • e906177bc1 Only build HTML for WDS, use our custom builder for actual builds James Barnsley 2022-11-02 21:05:30 +13:00
  • 43734f8991 Track loading thumbnail; 'Go to track' context item James Barnsley 2022-10-30 22:32:09 +13:00
  • fc5376bcde Removing blanket 'loading: true' when LOAD_ITEM called James Barnsley 2022-10-30 22:17:57 +13:00
  • bb456a9afa Thumbnail doubles up as secondary loader; Webpack dev server as primary dev stack, dynamic base_href to accommodate James Barnsley 2022-10-30 21:24:41 +13:00
  • 742a0e98ff Moving loader to thumbnail so it doesn't block underlying render, mitigates impact of #837 James Barnsley 2022-10-30 18:37:58 +13:00
  • 275143dd60 Snapshot excludes tracks (due to complex Jest + DND limitations) James Barnsley 2022-10-30 16:59:09 +13:00
  • a926882e27 Upgrading to node 14 James Barnsley 2022-10-30 16:56:41 +13:00
  • c0347887c6 Limiting workers for jest James Barnsley 2022-10-30 16:52:27 +13:00
  • 84db4e0789 Removing tracks from Album (for now); Jest and react-dnd not getting along James Barnsley 2022-10-30 16:50:15 +13:00
  • 7564c1bdee Dynamic basename ('/' or '/iris/') depending on initial path; Webpack dev server fully functional James Barnsley 2022-10-30 16:29:56 +13:00
  • 84bc77a7d6 Upgrading webpack dev server James Barnsley 2022-10-29 21:55:00 +13:00
  • 0e366843c7 Upgrading Debug to functional component James Barnsley 2022-10-29 21:54:28 +13:00
  • 857a3bf8e4 Reinstating package-lock.json for npm-dependent workflows James Barnsley 2022-10-29 21:04:40 +13:00
  • bcc0550069 Snapshot of actual Album; App test unweidly, TODO: achieve coverage further down DOM James Barnsley 2022-10-29 20:57:17 +13:00
  • 97a259187b Upgrading to hooks, simplifying unit test mocks James Barnsley 2022-09-29 15:32:11 +13:00
  • 875072dea8 Upgrading (where practical) to I18n component, rather than i18n function so we can useSelector for language pref James Barnsley 2022-09-29 10:39:19 +13:00
  • 6d6a2b4f24 Upgrading tests, replacing Enzyme with TestRenderer James Barnsley 2022-09-29 10:38:26 +13:00
  • 129ed32f88 Merge branch 'develop' of github.com:jaedb/Iris into develop James Barnsley 2022-09-25 12:20:41 +13:00
  • 5562ad9d10 Merge pull request #854 from DavisNT/tt James Barnsley 2022-09-25 12:20:30 +13:00
  • cd94977965 Merge branch 'develop' of github.com:jaedb/Iris into develop James Barnsley 2022-09-25 12:18:29 +13:00
  • 3e27921004 Fixing Router upgrade issues James Barnsley 2022-09-25 12:18:20 +13:00
  • a4b9216756 Merge pull request #864 from nawordar/fix-selection James Barnsley 2022-09-25 12:17:46 +13:00
  • 5be88223af Merge branch 'jaedb:master' into fix-selection Cezary Drożak 2022-09-04 13:02:19 +02:00
  • 86a6ade70f Fix selection ordering Cezary Drożak 2022-08-31 10:03:28 +02:00
  • 4526b647a7 Adding missing params wrapper James Barnsley 2022-09-04 21:15:32 +12:00
  • d97636bdb0 Merge branch 'maint/853-merging-and-cleaning' into develop James Barnsley 2022-09-04 20:50:51 +12:00
  • 2d77032f09 NPM easy upgrade, fixes #865 James Barnsley 2022-09-04 20:50:20 +12:00
  • 9633a899e5 Wrapping CSS calcs in calc(); TODO: Remove FontAwesome James Barnsley 2022-09-04 20:48:15 +12:00
  • e3989c2d15 Removing iris:browse: URI prefix, fixes #829 James Barnsley 2022-09-04 20:47:38 +12:00
  • 0f950ed50c Browse URI + name syntax, fixes #829 James Barnsley 2022-09-04 19:52:48 +12:00
  • d165aa6e88 Simplifying click-outside-of behavior, fixes #827 James Barnsley 2022-09-04 18:56:15 +12:00
  • 3c55761fe7 Allowing dropdown to break out of overflow, fixes #827 James Barnsley 2022-09-04 12:02:24 +12:00
  • 810737242c Removing item from store when loading fails James Barnsley 2022-09-04 11:33:25 +12:00
  • b3dc8f896c Upgrading to dispatch James Barnsley 2022-09-04 09:30:15 +12:00
  • 310fe0464d Correctly excluding buildout files (TESTING REQ'D FOR ACTIONS) James Barnsley 2022-09-04 09:16:13 +12:00
  • fcacafd1c3 Merging develop James Barnsley 2022-09-04 09:13:45 +12:00
  • 33bb054e86 Merging PR #853 James Barnsley 2022-09-04 09:03:11 +12:00
  • 06727bfb5b Reinstating page navigation hotkeys, fixes #862 James Barnsley 2022-09-04 08:57:58 +12:00
  • daee7b4369 Removing sources priority sorting (deprecating it) James Barnsley 2022-09-04 08:40:15 +12:00
  • ae3b831aa4 Upgrading from ReactSortable to ReactDND James Barnsley 2022-09-04 08:25:39 +12:00
  • 80b034083b Merge branch 'master' into develop James Barnsley 2022-09-04 08:25:07 +12:00
  • 5715c2c507 Fixing hooks order James Barnsley 2022-08-21 13:29:58 +12:00
  • c8e137a23a Merge pull request #860 from jotak/track-icon James Barnsley 2022-08-20 14:02:58 +12:00
  • cfca0b95d4 Distinguish "missing spotify token" vs "spotify not enabled" Joel Takvorian 2022-08-07 15:49:57 +02:00
  • 4b2a87c239 (Trivial) use music_note icon for tracks page Joel Takvorian 2022-08-07 15:16:59 +02:00
  • 4438431aff Do not show discovery menu when spotify is not used Joel Takvorian 2022-08-07 15:05:45 +02:00
  • 90b31736bd Version bump James Barnsley 2022-07-31 13:10:01 +12:00
  • bb30d091ba Adding refresh for track context menu James Barnsley 2022-07-31 13:06:17 +12:00
  • 3a161a66d7 Favouring current_track.name, fallback to stream_title; fixes #732 James Barnsley 2022-07-31 13:05:16 +12:00
  • 2bc3059fbf Add Tidal source for Tracks Davis Mosenkovs 2022-07-18 20:55:09 +03:00
  • 09db7fba6c GridItem classname snapshots James Barnsley 2022-06-18 21:21:07 +12:00
  • f03f346448 Buildout James Barnsley 2022-06-18 21:18:21 +12:00
  • fdbcb22fa9 Remove Restore Defaults for snapcast, fixes #848 James Barnsley 2022-06-18 21:18:08 +12:00
  • 0cff86bc7d Merge branch 'develop' James Barnsley 2022-06-18 21:11:52 +12:00
  • 0182112476 Version bump; Production buildout James Barnsley 2022-06-18 21:11:29 +12:00
  • 07f49aabda Merge pull request #846 from jaedb/dependabot/npm_and_yarn/eventsource-1.1.1 James Barnsley 2022-06-18 21:06:09 +12:00
  • b1bb66e8b8 Object arguments for playAlbum, fixes #819 James Barnsley 2022-06-18 20:49:31 +12:00
  • 863044e93f Merge pull request #843 from jaedb/feat/842-discover James Barnsley 2022-06-18 20:40:56 +12:00
  • 1a16e4bd21 Merge pull request #845 from partofthething/fix-824 James Barnsley 2022-06-18 20:40:08 +12:00
  • 8c42bb140b Merge pull request #844 from phampyk/master James Barnsley 2022-06-18 20:39:30 +12:00
  • 2c3681f804 Only showing library context menu for Spotify James Barnsley 2022-06-18 20:38:14 +12:00
  • 238d63a6ec Refactoring Featured Playlists for multi-source support James Barnsley 2022-06-18 16:49:12 +12:00