Commit Graph

921 Commits

Author SHA1 Message Date
Deluan 28852ce7d7 go mod tidy 2020-04-03 22:57:59 -04:00
Deluan 656ca1f3b5 Fix colour of album actions 2020-04-03 22:35:55 -04:00
Deluan b8f7715a74 Fix ReactAdmin console warnings 2020-04-03 21:03:34 -04:00
Deluan 096ed396c8 Add link to all artist's albums from an album 2020-04-03 20:51:15 -04:00
Deluan 3b6d0b3d15 Add a catchall route to redirect everything to app/index.html 2020-04-03 19:45:35 -04:00
Deluan 75cd21da1f Add BaseURL configuration (fixes #103) 2020-04-03 19:05:38 -04:00
Deluan b8eb22d162 Add git hooks on check_env 2020-04-03 16:00:17 -04:00
Deluan 9b461735f4 Add comments to createXxxxCommand functions to clarify about the filepaths arguments being absolute paths 2020-04-03 14:49:35 -04:00
Deluan 63bf49b3c4 Add lefthook for handling git hooks 2020-04-03 14:48:14 -04:00
Deluan 559848299c Fix default mp3 encoding ffmpeg command 2020-04-03 00:26:41 -04:00
Deluan 8510273216 Send estimated content length if requested 2020-04-03 00:24:40 -04:00
Deluan 2392060bc1 Don't try to transcode a file if the requested format is the same and the client is not requesting to downsample 2020-04-02 22:17:52 -04:00
Deluan 2d7998de59 Return cover from album even if client does not prefix the id with `al-`. Fixes #46 2020-04-02 22:03:27 -04:00
Deluan 40638688b2 Remove React warnings by omit properties not used downstream 2020-04-02 19:58:34 -04:00
Deluan ea22b2fc6d Bump react-admin to 3.3.3 2020-04-02 19:47:10 -04:00
Deluan 1182218787 Upgrade Node to 13.12 2020-04-02 19:41:10 -04:00
Deluan 14f7c5610e Bump @testing-library/jest-dom, @testing-library/user-event and react-dom 2020-04-02 19:31:49 -04:00
Deluan 27579b99a3 Removed album list selection, for now 2020-04-02 19:20:39 -04:00
Deluan c58021e645 Make Personal settings form more consistent with the rest of the App 2020-04-02 18:46:09 -04:00
Deluan 1810cc7ac7 Simplify album lists tabs handling 2020-04-02 18:18:52 -04:00
Deluan 86f73eecca Only add padding to layout if the player is visible 2020-04-02 18:09:02 -04:00
Deluan 3d6ce8a77f Skip calling `ffmpeg` if there are no files to probe 2020-04-02 17:38:20 -04:00
Deluan 670be29d7b Revert "Pause the player with <space>"
This reverts commit 6e6cfdd0
2020-04-02 16:52:46 -04:00
dependabot-preview[bot] 2b3e506583 build(deps): bump github.com/go-chi/chi
Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 4.0.4+incompatible to 4.1.0+incompatible.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v4.0.4...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-02 08:53:28 -04:00
jvoisin 6e6cfdd02b Pause the player with <space> 2020-04-01 17:14:09 -04:00
Deeparghya Dutta Barua a18093e255 Fix systemd unit to allow FFmpeg execution 2020-04-01 15:15:59 -04:00
Deluan a35636999d feat: fine tune album art image size. better, but still not ideal 2020-04-01 09:09:51 -04:00
Deluan 13a3d38e4f fix: Personal view title and menu tooltip 2020-03-31 21:40:06 -04:00
Deluan 9f00fb0f05 feat: move Configuration menu to Personal settings 2020-03-31 21:28:50 -04:00
Deluan 6cddcd6f0d docs: update README 2020-03-31 20:42:59 -04:00
Deluan Quintão c6d1cfeceb
docs: update theme's README 2020-03-31 20:07:11 -04:00
Deluan de43c27b3c docs: basic documentation on creating themes.
#129
2020-03-31 19:54:38 -04:00
Deluan 747b5ea25e refactor: rename theme `name` attribute to `themeName` 2020-03-31 19:36:45 -04:00
Deluan dd2e98fca2 feat: make theme select input longer 2020-03-31 18:43:54 -04:00
Deluan eb621be646 feat: load themes dynamically 2020-03-31 18:31:14 -04:00
Deluan d223a4f4db docs: mentions our Subreddit in the README 2020-03-31 15:11:33 -04:00
Deluan 7aa182e33d fix: add padding at the bottom of the layout, to accommodate the audio player (relates to #132) 2020-03-31 14:52:54 -04:00
Deluan 7fec503b72 feat: persist the queue in the localStorage 2020-03-31 14:34:08 -04:00
Deluan 083a11a563 feat: store state in localStorage 2020-03-31 14:07:33 -04:00
Deluan 944f3695c4 fix: disable click on version menu item 2020-03-31 13:04:04 -04:00
Deluan dfc8691262 fix: add "Version" message to translations 2020-03-31 11:17:11 -04:00
Deluan 395b598bb1 fix: don't show tooltips in profile menu items 2020-03-31 11:07:45 -04:00
Deluan d04b434d96 fix: profile menu items colors 2020-03-31 10:49:47 -04:00
Deluan f041503a85 feat: simple theme selector. only works with hardcoded `light` and `dark` for now 2020-03-31 09:35:44 -04:00
Deluan 500207f7b8 refactor: extract themes to their own folder 2020-03-31 09:05:46 -04:00
Deluan 1e0a79ebb7 fix: "Recent" should sort by play_date, not starred_at 2020-03-30 19:34:44 -04:00
Deluan 301fa2a957 fix: sort by album in songs view 2020-03-30 19:34:00 -04:00
Deluan 46f4f63212 feat: initial implementation of album lists 2020-03-29 00:01:08 -04:00
Deluan fec8b5f731 feat: add playcounts to album and songs
(fix year in song list)
2020-03-28 20:38:41 -04:00
Deluan 777231ea79 feat: expose album, song and artist annotations in the RESTful API 2020-03-28 19:22:55 -04:00