Commit graph

  • 6e6cfdd02b Pause the player with <space> jvoisin 2020-04-01 23:10:25 +0200
  • a18093e255 Fix systemd unit to allow FFmpeg execution Deeparghya Dutta Barua 2020-04-02 00:32:46 +0600
  • a35636999d feat: fine tune album art image size. better, but still not ideal Deluan 2020-04-01 09:09:51 -0400
  • 13a3d38e4f fix: Personal view title and menu tooltip Deluan 2020-03-31 21:40:06 -0400
  • 9f00fb0f05 feat: move Configuration menu to Personal settings Deluan 2020-03-31 21:28:50 -0400
  • 6cddcd6f0d docs: update README Deluan 2020-03-31 20:42:59 -0400
  • c6d1cfeceb
    docs: update theme's README Deluan Quintão 2020-03-31 20:07:11 -0400
  • de43c27b3c docs: basic documentation on creating themes. Deluan 2020-03-31 19:54:38 -0400
  • 747b5ea25e refactor: rename theme name attribute to themeName Deluan 2020-03-31 19:36:45 -0400
  • dd2e98fca2 feat: make theme select input longer Deluan 2020-03-31 18:43:54 -0400
  • eb621be646 feat: load themes dynamically Deluan 2020-03-31 17:02:22 -0400
  • d223a4f4db docs: mentions our Subreddit in the README Deluan 2020-03-31 15:11:33 -0400
  • 7aa182e33d fix: add padding at the bottom of the layout, to accommodate the audio player (relates to #132) Deluan 2020-03-31 14:52:54 -0400
  • 7fec503b72 feat: persist the queue in the localStorage Deluan 2020-03-31 14:27:39 -0400
  • 083a11a563 feat: store state in localStorage Deluan 2020-03-31 14:04:10 -0400
  • 944f3695c4 fix: disable click on version menu item Deluan 2020-03-31 11:35:12 -0400
  • dfc8691262 fix: add "Version" message to translations Deluan 2020-03-31 11:17:11 -0400
  • 395b598bb1 fix: don't show tooltips in profile menu items Deluan 2020-03-31 11:07:45 -0400
  • d04b434d96 fix: profile menu items colors Deluan 2020-03-31 10:49:47 -0400
  • f041503a85 feat: simple theme selector. only works with hardcoded light and dark for now Deluan 2020-03-31 09:35:44 -0400
  • 500207f7b8 refactor: extract themes to their own folder Deluan 2020-03-31 09:05:46 -0400
  • 1e0a79ebb7 fix: "Recent" should sort by play_date, not starred_at Deluan 2020-03-30 19:34:44 -0400
  • 301fa2a957 fix: sort by album in songs view Deluan 2020-03-30 19:34:00 -0400
  • 46f4f63212 feat: initial implementation of album lists Deluan 2020-03-28 23:25:49 -0400
  • fec8b5f731 feat: add playcounts to album and songs Deluan 2020-03-28 20:38:41 -0400
  • 777231ea79 feat: expose album, song and artist annotations in the RESTful API Deluan 2020-03-28 19:22:55 -0400
  • 0e36ed35a3 fix: typo Deluan 2020-03-28 18:50:18 -0400
  • f1af646cee feat: option to display albums as a grid Deluan 2020-03-28 16:25:55 -0400
  • fc0621646b feat: add link to album from Songs view Deluan 2020-03-28 00:34:09 -0400
  • 575800dcff docs: add badge with link to subreddit Deluan 2020-03-27 21:51:24 -0400
  • 0ca849a61a feat: show year range in album view and match ranges in year filter. #118 Deluan 2020-03-27 21:06:02 -0400
  • 53e8a92fed feat: rename year to max_year and add min_year to album. #118 Deluan 2020-03-27 20:01:08 -0400
  • fc650cd127 chore: upgrade to Node 13.11 Deluan 2020-03-27 19:23:52 -0400
  • b03519b09c fix: configured transcodings not appearing in players view Deluan 2020-03-27 19:12:11 -0400
  • 39b9f818be feat: use ND_PORT env var in health check Deluan 2020-03-26 15:26:40 -0400
  • 7febe05ed5 feat: add health check to docker image Deluan 2020-03-26 15:15:40 -0400
  • 2c42e4e12e feat: add icons for playlists Deluan 2020-03-26 12:33:30 -0400
  • dcb3b3b5d1 fix: various album_artists <-> artists mismatches Deluan 2020-03-26 09:08:53 -0400
  • 5331732236 fix: remove sql injection Deluan 2020-03-25 20:33:32 -0400
  • dc973ae670 refactor: remove unused code Deluan 2020-03-25 20:00:30 -0400
  • 100db2bcfd feat: add artist filter to album view Deluan 2020-03-25 18:51:13 -0400
  • c84a58ff7d build(deps): bump github.com/go-chi/chi dependabot-preview[bot] 2020-03-25 10:36:39 +0000
  • 2d7fda1b2f docs: add default config vars to docker-compose.yml example Deluan 2020-03-24 12:34:31 -0400
  • 3cba5f70fd chore: add tests for all utils, removed unused functions Deluan 2020-03-24 11:58:58 -0400
  • b4c7cac964 refactor: moved magic strings to consts Deluan 2020-03-22 21:38:59 -0400
  • 5ef80d2490 build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0 dependabot-preview[bot] 2020-03-24 10:35:06 +0000
  • 3b798cf943 build(deps): bump react-scripts from 3.4.0 to 3.4.1 in /ui dependabot-preview[bot] 2020-03-23 10:51:13 +0000
  • 50b7756159 build(deps): bump react from 16.13.0 to 16.13.1 in /ui dependabot-preview[bot] 2020-03-23 10:52:07 +0000
  • 15606770ca chore: removed non-working config flag Deluan 2020-03-22 01:13:55 -0400
  • f403a8da34 feat: add version to index.html description meta tag Deluan 2020-03-22 01:04:10 -0400
  • 20075ae68d refactor: extracted restful helpers into their own composable struct Deluan 2020-03-21 20:00:46 -0400
  • 91a743623a feat: always show artist name in Album view Deluan 2020-03-21 19:15:39 -0400
  • e23a290812 fix: logging of scanner startup Deluan 2020-03-21 14:20:22 -0400
  • dee68559ab docs: uses less space for client list Deluan 2020-03-21 14:11:57 -0400
  • 9f42e330b4 fix: change web requests log level to debug Deluan 2020-03-21 13:03:04 -0400
  • ad63b8b1b4 Add a systemd startup unit jvoisin 2020-03-21 12:57:15 +0100
  • 0d8a2b310f fix: the default session timeout must be 30 minutes, not seconds! Deluan 2020-03-21 12:17:20 -0400
  • 3977575563 build: add a simple build as default target, trying to make LGTM work Deluan 2020-03-20 12:21:41 -0400
  • 47244cb770 refactor: remove unused static file Deluan 2020-03-20 12:00:14 -0400
  • 57aaf5a26b refactor: remove unused property Deluan 2020-03-20 00:30:16 -0400
  • 352d686d94 chore: upgrade react-admin to 3.3.1 Deluan 2020-03-20 00:23:04 -0400
  • f6e448c1ba refactor: removed unused code, unnecessary typecasts and fixed small warnings Deluan 2020-03-20 00:02:31 -0400
  • 270b0ae74e feat: add "Compilation" filter to albums Deluan 2020-03-19 23:25:40 -0400
  • 8401d85f78 feat: search in WebUI now is more flexible, searching in all relevant fields in the current view Deluan 2020-03-19 22:26:18 -0400
  • 32fbf2e9eb refactor: drop search table, integrated full_text into main tables Deluan 2020-03-19 21:43:30 -0400
  • 8cdd4e317d feat: allow restful filter customization per field Deluan 2020-03-19 21:09:57 -0400
  • 97d95ea794 fix: group compilations together in the restful API. fix #93 Deluan 2020-03-19 15:02:11 -0400
  • cbbebb3264 fix: version position under banner Deluan 2020-03-18 23:21:01 -0400
  • 8b108905a3 feat: use Navidrome's icon in getAvatar Deluan 2020-03-18 22:46:47 -0400
  • 5b40ec400e build: go mod tidy Deluan 2020-03-18 21:35:15 -0400
  • 29e661e1fe docs: update README Deluan 2020-03-18 21:23:45 -0400
  • b466ec75a4 build: always add latest tag to version Deluan 2020-03-18 20:46:11 -0400
  • c8cd755451 feat: use human readable sizes in cache size configuration Deluan 2020-03-18 20:39:10 -0400
  • faac303eff feat: allow session timeout to be configurable. closes #101 Deluan 2020-03-18 20:16:18 -0400
  • ced87be57b fix: when searching player by id, create new player if client name does not match the one found Deluan 2020-03-17 19:09:49 -0400
  • 811703ab60 fix: create default transcodings on existing installations Deluan 2020-03-17 16:49:37 -0400
  • bc1f767123 docs: Update README Deluan 2020-03-17 15:22:37 -0400
  • 7055dc514b docs: update basic transcoding info Deluan 2020-03-17 15:17:46 -0400
  • e02f3d3ec9 refactor: clean up unused config options Deluan 2020-03-17 15:16:50 -0400
  • 68a49befc8 feat: allow regular users to change their players' configuration Deluan 2020-03-17 15:00:28 -0400
  • c8b0d2bfae feat: select correct transcoding for streaming Deluan 2020-03-16 14:28:13 -0400
  • 39993810b3 feat: add transcodedSuffix to Subsonic API responses Deluan 2020-03-16 12:56:15 -0400
  • 45180115a6 feat: player CRUD Deluan 2020-03-12 09:38:07 -0400
  • 353c48d8d8 refactor: rename player to audioplayer Deluan 2020-03-11 19:46:46 -0400
  • da36941252 feat: better getPlayer middleware setup Deluan 2020-03-12 10:00:37 -0400
  • 8ec78900c5 feat: transcoding and player datastores and configuration Deluan 2020-02-29 20:01:09 -0500
  • a0e0fbad58 build(deps): bump @testing-library/react from 9.5.0 to 10.0.1 in /ui dependabot-preview[bot] 2020-03-16 10:48:34 +0000
  • 75e7ba8b1e build(deps): bump github.com/go-chi/cors from 1.0.0 to 1.0.1 dependabot-preview[bot] 2020-03-16 10:35:40 +0000
  • 74c30b5a66 docs: add list of tested clients Deluan 2020-03-15 13:26:48 -0400
  • e67bdbbc32
    docs: add link to transcoding issue Deluan Quintão 2020-03-15 13:09:43 -0400
  • 9554c8f783 build: rename generated archives Deluan 2020-03-13 21:41:24 -0400
  • e36a42f356 build: generate binaries for Linux armv6, armv7 and arm68 (v8) (fixes #92) Deluan 2020-03-13 12:40:08 -0400
  • 9d1960232c build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /ui dependabot-preview[bot] 2020-03-13 21:56:42 +0000
  • d3547544bf feat: new WebUI icon Deluan 2020-03-11 20:18:22 -0400
  • 9cb42606ba fix: force full rescan to enable search by album artist Deluan 2020-03-10 17:23:02 -0400
  • 7772afce1c build(deps): bump @testing-library/react from 9.4.1 to 9.5.0 in /ui dependabot-preview[bot] 2020-03-09 10:51:28 +0000
  • 10e76257c6 fix: increase contrast in WebUI's dark theme Deluan 2020-03-08 16:12:12 -0400
  • 9235ab6414 fix: index albumArtist as part of the album searchable fields Deluan 2020-03-07 13:10:20 -0500
  • 59356f0029 refactor: removed indirect call introduced by intellij's refactor Deluan 2020-03-06 16:28:20 -0500
  • 9ae14015a1 build: get Go and Node versions from go.mod and .nvmrc respectively Deluan 2020-03-06 11:50:39 -0500