Deluan Quintão
2d528bbc87
Remove dependency of go-bindata ( #818 )
...
* Use new embed functionality for serving UI assets
* Use new embed functionality for serving resources. Remove dependency on go-bindata
* Remove Go 1.15
2021-03-12 11:06:51 -05:00
rochakjain361
5a259ef3ff
Make the version number in the about dialog clickable ( #817 )
...
* Make the version number in the about dialog clickable
* Fix prettier errors
* Fix build errors
2021-03-12 10:26:41 -05:00
dpirad007
6cf15748c4
SelectPlaylist Input mobile view fix
2021-03-11 22:53:55 -05:00
Deluan
7eb99d0b8d
Remove duplicated call to split
2021-02-15 14:18:57 -05:00
Deluan
781155ff39
Replace cursor with pointer when hovering over an expandable comment.
...
Fixes https://github.com/navidrome/navidrome/issues/637#issuecomment-778599670
2021-02-15 14:05:34 -05:00
Deluan
48847ae479
Don't break if it tries to render ContextMenu without data. Fix #776
2021-02-13 12:04:02 -05:00
dependabot-preview[bot]
d8a4db36ef
Bump react-icons from 4.1.0 to 4.2.0 in /ui
...
Bumps [react-icons](https://github.com/react-icons/react-icons ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/react-icons/react-icons/releases )
- [Commits](https://github.com/react-icons/react-icons/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-08 11:29:27 -05:00
Deluan
6ee45a9ccc
Move project to Navidrome GitHub organization
2021-02-06 21:46:35 -05:00
Deluan
bc609be3c9
Fix space hotkey
2021-02-05 13:10:58 -05:00
Deluan
4b373560c6
Do not trigger next/prev event handlers when Cmd (meta) is pressed
2021-02-05 13:03:36 -05:00
Deluan
7adacbac0d
Removed event.type from SSE, as it was causing the browser to hang.
...
Needs more investigation, but for now, back to the simple message format
2021-02-04 12:37:06 -05:00
Deluan
77fc4841e4
Remove option to download discs of a set
2021-02-03 23:05:15 -05:00
Deluan
847531391d
Help dialog with available hotkeys
2021-02-03 19:08:03 -05:00
Deluan
a168f46b95
Better hotkey organization
2021-02-03 18:29:33 -05:00
Deluan
9959862791
Replace react-hotkeys-hook with react-hotkeys
2021-02-02 23:13:18 -05:00
Deluan
8e02659441
Do not sanitize Album comments. This was already handled in the backend, when importing. Fix #715
2021-02-02 19:08:00 -05:00
Deluan
591a5344ac
Workaround to remember logarithmic volume
2021-02-02 18:29:20 -05:00
Deluan
e79922def1
Fix React "unique key prop" warning
2021-02-02 18:00:06 -05:00
Deluan
a3eb14d7f4
Fix displaying album year when viewing an artist's albums
2021-02-02 17:49:11 -05:00
Deluan
031756caf6
Update canisue-lite
2021-02-01 16:45:33 -05:00
Deluan
f7aa5c452c
Add translation to skip_nav
2021-01-31 19:01:56 -05:00
Deluan Quintão
6c53ce4bb3
Update en.json (POEditor.com)
2021-01-31 18:57:07 -05:00
Deluan
f325907da4
Upgrade react-admin to 3.12.0
2021-01-31 18:50:27 -05:00
Deluan
2c89e0dc13
Bump react-drag-listview from 0.1.7 to 0.1.8 in /ui
2021-01-31 18:30:26 -05:00
Deluan
7d23eca721
Bump @testing-library dependencies
2021-01-31 18:26:25 -05:00
Deluan
77705e4d79
Upgrade react-jinke-music-player to 4.21.2
...
Enable fadeIn/fadeOut when pausing/playing and logarithmic volume (fix #668 )
2021-01-31 18:23:32 -05:00
Deluan
05ffdede56
Bump react-hotkeys-hook from 2.4.0 to 3.0.0 in /ui
2021-01-03 18:05:31 -05:00
Deluan
b12b3c49bd
Bump @material-ui/lab from 4.0.0-alpha.56 to 4.0.0-alpha.57
2021-01-03 18:00:39 -05:00
Deluan
0f29da966e
Bump @testing-library/user-event from 12.5.0 to 12.6.0 in /ui
2021-01-03 17:56:25 -05:00
Deluan
81d9750fa6
Bump react-icons from 3.11.0 to 4.1.0 in /ui
2021-01-03 17:52:53 -05:00
dependabot-preview[bot]
0af54e43dc
Bump uuid from 8.3.1 to 8.3.2 in /ui
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-02 13:26:27 -05:00
Steve Richter
0d35148152
Check for window.isSecureContext when determining Notification support
2020-12-28 20:46:11 -05:00
lbonn
15b289201a
Fall back to media file path when sorting
...
If files cannot be sorted by disc and track id, try by artist then
title.
One use case is a loose compilation of files with same album, album
artist, and no track numbers. File order was then undetermined, in
practice depended on insertion order in the database.
2020-12-25 12:37:16 -05:00
Deluan
cd1c693a23
Remove superfluous argument
2020-12-24 10:39:10 -05:00
Deluan
dab83c4f6a
Disambiguate tracks by AlbumArtist when sorting by album
2020-12-23 11:38:40 -05:00
Deluan
1804fb3e50
Fix duration formatting, add days and don't show 60 seconds
2020-12-20 13:29:09 -05:00
Deluan
4b38a13243
Make event handlers naming consistent (camelCase)
2020-12-20 13:28:11 -05:00
Deluan
ea09629803
Fix another possible race condition
2020-12-13 20:17:20 -05:00
Deluan
f2fd7ed016
Fix race condition that could cause multiple EventSource connections from the same client
2020-12-13 14:44:57 -05:00
Deluan
f86bc070de
Don't break on login when activity panel is disabled
2020-12-13 12:16:02 -05:00
Deluan
500da8bc7b
Bump react-icons from 3.11.0 to 4.1.0
2020-12-11 12:21:53 -05:00
Deluan
db3b53ff43
Bump prettier from 2.1.2 to 2.2.1
2020-12-11 12:13:21 -05:00
Deluan
291d28887b
Bump @testing-library dependencies
2020-12-11 12:10:46 -05:00
Deluan
0111d3ae60
Bump react-admin from 3.10.2 to 3.10.4
2020-12-11 11:34:25 -05:00
dependabot-preview[bot]
f7411558e3
[Security] Bump ini from 1.3.5 to 1.3.7 in /ui ( #686 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-10 15:38:44 -05:00
Deluan
9414ce6549
Bump react-admin to 3.10.2
2020-11-29 22:55:07 -05:00
Deluan
7bd31da0d5
Fix console warning about required property
2020-11-29 20:31:07 -05:00
Deluan
975579ab26
Add option for player to report real paths in Subsonic API. Closes #625
2020-11-28 10:25:23 -05:00
Deluan
7becc18da9
Don't explode when record is not loaded yet
2020-11-28 09:44:07 -05:00
Deluan
4ca98fb827
Add hotkey s to toggle star.
...
Refers to #585
2020-11-28 00:52:38 -05:00
Deluan
aae66cfcf0
Always show context menu if not in desktop
2020-11-27 23:52:23 -05:00
Deluan
2010fcf4ca
Remove possible undefined error
2020-11-27 18:53:25 -05:00
Deluan
2ffb28fc2d
Replace classnames with clsx
2020-11-27 18:27:32 -05:00
Deluan
0b729e1cf9
Hide star completely if in Playlist view
2020-11-27 16:24:22 -05:00
Deluan
ab856e3dd1
Wrap comment text. Fixes #637
2020-11-27 16:02:02 -05:00
Deluan
90c407b7f6
Also use PureDatagridRow to speed up SongDatagrid
2020-11-27 14:24:22 -05:00
Deluan
f7d1b80b69
Simplify AudioTitle on mobile view
2020-11-27 13:30:51 -05:00
Deluan
2b95422e88
Make "star" column aligned with context menu in Album List view
2020-11-27 13:13:51 -05:00
Deluan
7d075b1882
Make SongDatagrid faster by using PureDatagridBody
2020-11-27 13:13:51 -05:00
Deluan
0e9b0d466c
Hide row when reordering playlist
2020-11-27 13:13:51 -05:00
Deluan
e5c7819586
Fix playlists
2020-11-27 13:13:51 -05:00
Deluan
a42fb024be
Fix song context menu "on hover" visibility
2020-11-27 13:13:51 -05:00
Deluan
f5808288ab
Fix Album View
2020-11-27 13:13:51 -05:00
Deluan
3209430ebd
Fix artists
2020-11-27 13:13:51 -05:00
Deluan
d9893cf84d
Bump React-Admin to 3.10.1
2020-11-27 13:13:51 -05:00
Deluan
9064697123
Remove stray console.log
2020-11-27 13:13:51 -05:00
Deluan
b6c578e3a2
Change format of events sent by server, leveraging event type and id
2020-11-25 20:46:21 -05:00
Deluan
31d6508b1d
Remove reactjkplayer's audioTitle, as it is not used and only causes warnings in the console
2020-11-25 15:37:10 -05:00
Steve Richter
bc72f41180
Adjust AudioTitle in Player
...
- Show info on 2 lines
- Show album
2020-11-25 15:37:10 -05:00
Deluan
63171368ed
Disable Activity Panel by default.
...
You'll need to set `DevActivityPanel` (or `ND_DEVACTIVITYPANEL`) to `true` to re-enable it
2020-11-25 15:29:46 -05:00
Deluan
5137407377
Add "keepalive" resource. It was causing issues in Firefox when using the dataProvider
2020-11-23 21:28:09 -05:00
Deluan
a89afb5fcf
Fix aspect ratio in Album show view
2020-11-22 15:03:41 -05:00
Jason Walton
69b2fe92f5
Fix aspect ratio for non-square album art.
2020-11-22 15:03:41 -05:00
Deluan
a288e7e858
Allow the NotificationToggle to be in sync with the selected option in the browser
2020-11-21 02:03:54 -05:00
Steve Richter
14525cd056
Fix formatting
2020-11-21 02:03:54 -05:00
Steve Richter
2397a7e464
Add Desktop Notifications
2020-11-21 02:03:54 -05:00
Steve Richter
b8d47d1db4
Fix default getPerPage for 'md' widths
2020-11-21 01:34:36 -05:00
Deluan
3e8bee4f65
Make eventStream connection/reconnection more reliable
...
Also more logs on the server
2020-11-20 20:27:30 -05:00
Deluan
c8c95bfb47
Remove React console warning
2020-11-20 19:59:54 -05:00
Deluan
666b058ce4
Request album covers when DevFastAccessCoverArt is true
2020-11-18 16:59:06 -05:00
Deluan
af4609727c
Goto album page when clicking on player's album cover
2020-11-17 10:33:53 -05:00
Deluan
1ee39835dd
Retry connecting to the events endpoint more frequently on first load
2020-11-16 15:38:03 -05:00
Deluan
b87f7b6126
Bump react-redux from 7.2.1 to 7.2.2
2020-11-16 15:09:25 -05:00
Deluan
f09a6423f7
Bump react-dom from 16.13.1 to 16.14.0
2020-11-16 15:08:02 -05:00
Deluan
49d28d34b4
Bump jwt-decode from 3.0.0 to 3.1.2
2020-11-16 15:06:57 -05:00
Deluan
8b09f0369c
Bump react-ga from 3.1.2 to 3.2.1
2020-11-16 15:03:16 -05:00
Deluan
41cbd3aba7
Bump @testing-library dependencies
2020-11-16 15:01:52 -05:00
Deluan
a1dcb9a4e3
Show folders scanned instead of files scanned
2020-11-16 00:36:12 -05:00
Deluan
be715c3696
Disable scan buttons when there's a scan in progress
2020-11-15 23:13:59 -05:00
Deluan
fddded3260
Move star to end of album title. Use flex for album details
2020-11-15 22:00:40 -05:00
Deluan
8b2a550368
Fix test
2020-11-14 00:25:25 -05:00
Deluan
b0ea517fdd
Add Album comment to Album details
2020-11-14 00:13:43 -05:00
Deluan
08f96639f4
Add Uptime to Activity Panel
2020-11-13 20:09:23 -05:00
Deluan
df86a8153e
New translated terms
2020-11-13 12:51:32 -05:00
Deluan
b38be69b14
Make AppBar back to original height
2020-11-13 10:14:01 -05:00
Deluan
48e0d2c99e
Trunc long names
2020-11-13 09:33:56 -05:00
Deluan
3dac9ae666
Fix linting error
2020-11-13 00:44:26 -05:00
Deluan
9d7995fd4d
Redesign UserMenu, now with support for Gravatar
2020-11-13 00:40:30 -05:00
Deluan
153cf8f5af
Don't display "Comment" field in details if it is empty
2020-11-12 22:01:59 -05:00
Deluan
b3f373cdb4
Better Activity panel layout
2020-11-12 21:57:28 -05:00
Deluan
08399c4854
Fix some JS console errors
2020-11-12 20:51:26 -05:00
Deluan
25db696c06
Detect different discs, even when missing the first track of the disc. Fix #620 .
2020-11-12 20:33:20 -05:00
Deluan
bdad927f11
Fix color of activity icon on light themes
2020-11-12 18:19:54 -05:00
Deluan
b1a9dfee13
Replace <hr/> with Material-UI's <Divider/>
2020-11-12 17:08:20 -05:00
Deluan
c09ba509b2
Fine tune scan status behaviour
2020-11-12 16:12:31 -05:00
Deluan
5111cf8c33
Display comments in SongDetails and AlbumList's details
2020-11-11 11:58:03 -05:00
Deluan
99d454d8b0
Fix import
2020-11-10 20:51:43 -05:00
Deluan
11012302fd
Add tests for formatters
2020-11-10 20:45:04 -05:00
Deluan
9d2426a601
Use a better notation for exporting JS components and functions
2020-11-10 19:27:28 -05:00
Deluan
8a44f61189
Fix setting up Event Stream message handler on first login
2020-11-10 16:53:09 -05:00
Deluan
7afad2c96e
Fix download single track from Playlist
2020-11-10 16:24:34 -05:00
Deluan
08e63c867b
Add config option to globally enable/disable downloads
2020-11-10 16:14:43 -05:00
Deluan
84080a0e44
Hide activity menu from non-admin users
2020-11-09 16:12:50 -05:00
Deluan
1b624b2505
Do not create the EventStream if unauthenticated
2020-11-09 16:12:50 -05:00
Deluan
a2e76d6898
Add flag to enable activity menu
2020-11-09 16:12:50 -05:00
Deluan
56803d0151
Auto-reconnect to event stream after 20secs timeout
2020-11-09 16:12:50 -05:00
Deluan
2b1a5f579a
Adding a communication channel between server and clients using SSE
2020-11-09 16:12:50 -05:00
Deluan
3fc81638c7
Moved all reducers and actions to their own folders
2020-11-08 13:19:38 -05:00
Deluan
24b040adf9
Add more keyboard shortcuts
...
- : volume down
= : volume up
m : toggle sidebar menu
Refers to #585
2020-11-07 23:11:57 -05:00
Deluan
8d608ac5b2
Faster display of cover in album detail view
2020-11-07 22:45:04 -05:00
Deluan
02160465a5
Remove unused file
2020-11-07 12:46:52 -05:00
Deluan
b5abd80927
Update react-jinke-music-player to 4.9.1. Fix #568
2020-11-07 12:20:42 -05:00
Deluan
6542842938
Make sure we don't get durations with decimals
2020-11-05 18:27:46 -05:00
Deluan
9224a67a7b
Add <- and -> hotkeys, to jump to previous or next song
...
Refers to #585
2020-11-05 17:38:53 -05:00
Deluan
873cea4046
Fix "Something went wrong" error when deleting a playlist
2020-11-05 14:06:21 -05:00
JorisL
0b977df8dd
Fixed duration formatter to properly count lengths longer than 24 hours ( #612 )
...
* Fixed durationfield formatter to properly count lengths longer than
24 hours.
* formatted DurationField.js with npm prettier
2020-11-05 14:02:09 -05:00
Deluan
c9b119f0a4
Make scrobble submits compatible with Last.FM specification
...
See https://github.com/deluan/navidrome/issues/18#issuecomment-656977060
2020-11-04 23:51:48 -05:00
Deluan
861c742b3e
Move notifications to the top
...
This avoids notifications getting covered by the player
2020-11-04 19:29:55 -05:00
Deluan
94f28f6216
Generate a better salt for Subsonic token authentication
2020-11-03 15:13:40 -05:00
Deluan
fd1604b1d2
Add user's name to UserMenu
2020-11-02 17:13:12 -05:00
Deluan
7fbdcf8ddc
Upgrade react-admin to 3.9.6
2020-11-02 17:12:52 -05:00
Deluan
7f7b0c1f0d
Move Settings options to UserMenu
2020-11-02 16:57:21 -05:00
Deluan
6b89679e08
Remove hardcoded color
2020-10-31 19:40:25 -04:00
Deluan
3535fba9dd
Fix BulkActions contrast once and for all(?)
2020-10-31 18:46:14 -04:00
Deluan
488db26675
Improve bulk actions color contrast
2020-10-31 11:05:33 -04:00
Deluan
1f842b08e2
Remove duplicated code for SongBulkActions
2020-10-31 10:46:38 -04:00
Deluan
aabef62b11
Add "PlayNow" button to bulk actions
2020-10-31 10:14:12 -04:00
Deluan
6ccdc2e068
Fine tune colors, remove PlayButton from AlbumDetail
2020-10-30 19:39:47 -04:00
Chris Newton
6da2f1ba92
feat: ran prettier over changes
2020-10-30 19:39:47 -04:00
Chris Newton
28bcd3f99e
feat: fixed linting error
2020-10-30 19:39:47 -04:00
Chris Newton
1076dda011
feat: changed hvoer state for album list, added play icon to album details
2020-10-30 19:39:47 -04:00
Chris Newton
e30704fe0f
feat: altered grid layout to be more like itunes
2020-10-30 19:39:47 -04:00
Deluan
ed84c5a0a3
Bump @testing-library/react from 11.0.4 to 11.1.0 in /ui
2020-10-21 18:24:20 -04:00
dependabot-preview[bot]
62ed30afed
Bump @testing-library/user-event from 12.1.7 to 12.1.8 in /ui
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 12.1.7 to 12.1.8.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v12.1.7...v12.1.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 17:10:39 -04:00
dependabot-preview[bot]
c89b89cd92
Bump react from 16.13.1 to 16.14.0 in /ui
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-21 16:58:07 -04:00
Deluan
0ff89679ba
Use new renderAudioTitle (to avoid the [Object object] song title on iOS)
2020-10-13 11:20:30 -04:00
Deluan
2f8dc794de
Add and show Playlists sizes
2020-10-12 22:31:01 -04:00
Deluan
68a9be5e86
Add Artist (discography) size, and show sizes in Download caption
2020-10-12 22:31:01 -04:00
Jay R. Wren
fd6edf967f
Add size to album details ( #561 )
...
* add size to album details
for #534
* addressing review comments:
* create index album(size)
* remove unneeded Size field from refresh struct
* add whitespace to album details
* add size to album list view
* prettier
2020-10-12 11:10:07 -04:00
Deluan
edc9344327
Only link from current playing song title to album view if not in iOS.
...
Ideally the react-player should accept a Link as the audioTitle
2020-10-11 15:04:15 -04:00