Commit graph

  • fa107a6b65 Bump Beego version to v1.12.2 Deluan 2020-07-01 10:00:19 -0400
  • 2371e9b943 Add option to set jpeg quality level. Closes #371 Deluan 2020-06-29 17:20:38 -0400
  • f0ee52a98e Fix album refresh query. Fixes #373 Deluan 2020-06-29 14:17:28 -0400
  • c01d81802d Fix album's songCount. Fixes #373 Deluan 2020-06-29 11:35:51 -0400
  • 890ca64f51 Fix cover.jpg discovery Deluan 2020-06-29 10:50:38 -0400
  • bcaf330233 Make sure to select cover art from media_file that has it. Fix #360 Deluan 2020-06-27 22:16:07 -0400
  • ab1c943d1f Force album/artist refresh when folder changes, to cater for cover art files Deluan 2020-06-27 18:41:55 -0400
  • 703875b895 Fallback to album art if mediaFile does not have cover art Deluan 2020-06-27 13:11:51 -0400
  • 5f40801a78 Add more logs to GC call Deluan 2020-06-26 10:23:05 -0400
  • eb109ebeb4 Remove duplicated helper functions, move them to utils package Deluan 2020-06-24 18:12:23 -0400
  • bb9a7fadc0 Add tests for external album cover processing Alex Palaistras 2020-06-21 18:31:14 +0100
  • ac5d99c079 Check MIME type for cover on refresh, display Alex Palaistras 2020-06-21 14:37:59 +0100
  • d9c991e325 Return error when no matching cover is found Alex Palaistras 2020-06-14 11:11:23 +0100
  • 08cd28af2d Load cover art from file directory Alex Palaistras 2020-06-13 18:55:58 +0100
  • 6563897692 Restore volume level after a refresh Deluan 2020-06-24 15:33:59 -0400
  • 04d598819d Update tr.json (POEditor.com) Deluan Quintão 2020-06-23 16:52:12 -0400
  • 965c04469e Update it.json (POEditor.com) Deluan Quintão 2020-06-23 16:52:10 -0400
  • 416ca2c063 Update de.json (POEditor.com) Deluan Quintão 2020-06-23 16:52:09 -0400
  • ab35586b0c Update fr.json (POEditor.com) Deluan Quintão 2020-06-23 16:52:07 -0400
  • acb5985127 Update cs.json (POEditor.com) Deluan Quintão 2020-06-23 16:52:05 -0400
  • 9b75b729ba Convert function to arrow-function Deluan 2020-06-22 19:55:04 -0400
  • e1968b0953 Bump @testing-library/user-event from 11.2.0 to 12.0.6 in /ui dependabot-preview[bot] 2020-06-22 14:26:29 +0000
  • f36e15cfeb Upgrade dependencies Deluan 2020-06-22 10:23:26 -0400
  • 7547c775fa Bump React-Admin version to 3.6.1 Deluan 2020-06-22 10:17:55 -0400
  • ad21b5f0d0 Bump react-drag-listview from 0.1.6 to 0.1.7 in /ui dependabot-preview[bot] 2020-06-22 11:52:55 +0000
  • 4427900d84 Fix formatting Deluan 2020-06-22 08:56:55 -0400
  • 0ca70b1e4d Add back Artist column header to Album List View. Fixes #363 Deluan 2020-06-22 08:49:56 -0400
  • 0292a334fe Fix mistranslation Deluan 2020-06-22 00:11:19 -0400
  • f93e2d0c04 Use memoization to avoid re-renders Deluan 2020-06-19 19:43:33 -0400
  • 3a9324c6ef Enable autoPlay in React Player Deluan 2020-06-19 16:32:54 -0400
  • cf692140a9 Revert "Upgrade to React Player 4.15.1" Deluan 2020-06-19 16:30:57 -0400
  • 83b8fa14c6 Simplify handle Deluan 2020-06-19 12:37:26 -0400
  • de693b8206 Upgrade to React Player 4.15.1 Deluan 2020-06-19 12:24:11 -0400
  • 1686e358fe Simplify PlayQueue store Deluan 2020-06-19 11:30:19 -0400
  • 804d969427 Clear play queue on login and logout Deluan 2020-06-19 10:51:39 -0400
  • 9d23b191b5 Show indicator on current playing song. Fixes #128 Deluan 2020-06-19 09:12:45 -0400
  • eb4c0f0b84 go mod tidy Deluan 2020-06-18 12:51:15 -0400
  • c507e344ff Bump github.com/onsi/ginkgo from 1.12.3 to 1.13.0 dependabot-preview[bot] 2020-06-15 11:08:51 +0000
  • a6af46dbad Always use lowercase username, as it is used for referential integrity. Fixes #352 Deluan 2020-06-14 20:20:10 -0400
  • 2d1d992e17 Support Windows paths Deluan 2020-06-12 14:34:50 -0400
  • 653b5ea9d3 Replace map[string]bool with map[string]struct{} Deluan 2020-06-12 14:09:40 -0400
  • e73b71aaf7 Remove tracks from DB that were deleted while Navidrome was not running. Fixes #151 Deluan 2020-06-12 13:26:46 -0400
  • 01919661e9 Skip unreadable directories. Fixes #328 Deluan 2020-06-12 10:42:45 -0400
  • 3190611ec8 Call ffmpeg in batches Deluan 2020-06-11 17:36:09 -0400
  • 6a3dabbb06 Optimize queries by path Deluan 2020-06-10 23:11:43 -0400
  • 238020c839 Handle folders with lots of albums and/or artists Deluan 2020-06-10 19:30:04 -0400
  • 72b2e756f7 Revert "Show indicator on current playing song. Fixes #128" Deluan 2020-06-13 16:39:57 -0400
  • 86bc8d97a0 Support dark themes in "Playing" indicator Deluan 2020-06-13 14:38:25 -0400
  • 003b73fe1a Remove invalid propType Deluan 2020-06-13 14:03:11 -0400
  • be2afb94ae Show indicator on current playing song. Fixes #128 Deluan 2020-06-13 13:44:01 -0400
  • f8a18b59b0 Add link to album from player's song title. Fixes #324 Deluan 2020-06-12 17:02:04 -0400
  • c216b14655
    Add total downloads badge Deluan Quintão 2020-06-12 14:21:02 -0400
  • 4702c5abbd Add track/artist being played to the page title. Closes #317 Deluan 2020-06-11 22:40:35 -0400
  • c742ae0843 Remove unused feature toggles Deluan 2020-06-11 22:11:59 -0400
  • 0033966c25 No need to delete the playlist tracks explicitly Deluan 2020-06-10 17:00:15 -0400
  • f072ffd377 Add confirmation when deleting user Deluan 2020-06-10 16:13:02 -0400
  • 94d88395e7 Add referential integrity to player and playlist tables Deluan 2020-06-08 17:29:09 -0400
  • c9bcb333ae Add more options to Players list Deluan 2020-06-08 15:32:14 -0400
  • 84ed3eb427
    Update README.md Deluan Quintão 2020-06-10 11:34:51 -0400
  • 8bd9787c51 Fix function naming Deluan 2020-06-09 20:45:53 -0400
  • 1c466d6083 Fix formatting Deluan 2020-06-09 20:34:36 -0400
  • a64b15c174 Fix navigation issues caused by the use of useListParams Deluan 2020-06-09 20:29:12 -0400
  • 7148741a4f Revert "Keep image aspect ratio when resizing" Deluan 2020-06-09 19:36:19 -0400
  • 630c71119a Use fix for Opus cover art from https://github.com/dhowden/tag/pull/69 Deluan 2020-05-24 14:23:53 -0400
  • 50f4bd86a3 Keep image aspect ratio when resizing Deluan 2020-06-09 10:34:47 -0400
  • 44c74f42e1 Add clickToPlay functionality to playlists Deluan 2020-06-09 08:54:11 -0400
  • 29c7513879 Update updated_at field when modifying the playlist Deluan 2020-06-09 07:55:35 -0400
  • 82d437f004 Better defaults to sort orders in List views Deluan 2020-06-09 07:45:23 -0400
  • b54d4c75ae Show year in album tile if album grid is filtered bu artist Deluan 2020-06-08 20:37:18 -0400
  • b636565c62 Disable public toggle if user is not the playlist's owner Deluan 2020-06-08 19:19:38 -0400
  • b4e06c416d Allow toggling a playlist public from the Playlist list view. Closes #344 Deluan 2020-06-08 18:39:31 -0400
  • 5e2d463129 Bump @testing-library/user-event from 10.4.1 to 11.2.0 in /ui dependabot-preview[bot] 2020-06-05 17:38:11 +0000
  • 12d5d9573e Bum @testing-library dependencies Deluan 2020-06-05 13:34:46 -0400
  • 42ee8b64cb [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 in /ui dependabot-preview[bot] 2020-06-05 16:50:32 +0000
  • 3908ad2681 Upgrade ReactAdmin to 3.6.0 Deluan 2020-06-05 12:13:50 -0400
  • e9115dab4c Allow Writable to have multiple children Deluan 2020-06-05 11:45:46 -0400
  • 79cf33281c Redirect to Playlists list after creating or editing Deluan 2020-06-05 11:19:02 -0400
  • 2adb290c34 Do not show a "loading" datagrid for an empty playlist Deluan 2020-06-05 11:18:37 -0400
  • c6f23139bc Handle playlist's permissions on server Deluan 2020-06-05 10:59:23 -0400
  • 4906b816af Only allows adding to a writable playlist Deluan 2020-06-05 10:26:53 -0400
  • 39afe0c669 Check permissions for playlists Deluan 2020-06-05 10:22:31 -0400
  • f8a7ef1e19 Fix typo Deluan 2020-06-04 20:13:25 -0400
  • 4776dba003 Make cursor=move for the whole playlist item row Deluan 2020-06-04 19:44:26 -0400
  • 331fa1d952 Add ability to reorder playlist items Deluan 2020-06-04 19:05:41 -0400
  • b597a34cb4 Remove flickering when loading/refreshing Playlist show view Deluan 2020-06-04 16:54:30 -0400
  • 51fb1d1349 Increase cover art max-age to maximum Deluan 2020-06-04 14:45:00 -0400
  • 8fd86def18 Bump ginkgo version to 1.12.3 Deluan 2020-06-03 09:43:34 -0400
  • 5d285f92f5 Bump chi version to 4.1.2 Deluan 2020-06-03 09:42:16 -0400
  • 888151728f Increase album art placeholder's resolution Deluan 2020-06-03 09:40:37 -0400
  • b836dfe7f4 Do not reset the SongList query params Deluan 2020-05-31 14:27:02 -0400
  • ddcfc546fb Link is not on the album cover, leaving a gap between albums. Deluan 2020-05-31 13:57:17 -0400
  • 86a9f9e410 Show album info on hover Deluan 2020-05-30 19:40:11 -0400
  • 14d7a69088 Fix context menu "display on hover" in playlists Deluan 2020-05-30 11:18:01 -0400
  • 35e4eec293 Add album to playlist Deluan 2020-05-30 11:17:33 -0400
  • 7547888f10 Change default session timeout to 24h Deluan 2020-05-30 10:34:16 -0400
  • fbedbb7893 Fix context menu on mobile, removed console warnings Deluan 2020-05-29 22:50:33 -0400
  • a7640c9df4 Optimized call to retrieve album songs Deluan 2020-05-29 16:59:38 -0400
  • 8f8d992da4 Only add to playlist songs from selected discNumber (if present) Deluan 2020-05-29 16:42:13 -0400
  • 3fe8b02cbd Make album context menu only visible on hover Deluan 2020-05-29 12:33:50 -0400
  • ba8c8725dd Refactor: move multiDisc detection logic to SongDatagrid Deluan 2020-05-29 12:20:17 -0400