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 |
|
Deluan
|
0e36ed35a3
|
fix: typo
|
2020-03-28 18:50:18 -04:00 |
|
Deluan
|
f1af646cee
|
feat: option to display albums as a grid
|
2020-03-28 16:25:55 -04:00 |
|
Deluan
|
fc0621646b
|
feat: add link to album from Songs view
|
2020-03-28 00:34:09 -04:00 |
|
Deluan
|
575800dcff
|
docs: add badge with link to subreddit
|
2020-03-27 21:51:24 -04:00 |
|
Deluan
|
0ca849a61a
|
feat: show year range in album view and match ranges in year filter. #118
v0.12.0
|
2020-03-27 21:11:06 -04:00 |
|
Deluan
|
53e8a92fed
|
feat: rename year to max_year and add min_year to album. #118
|
2020-03-27 21:11:06 -04:00 |
|
Deluan
|
fc650cd127
|
chore: upgrade to Node 13.11
|
2020-03-27 19:23:52 -04:00 |
|
Deluan
|
b03519b09c
|
fix: configured transcodings not appearing in players view
|
2020-03-27 19:12:11 -04:00 |
|
Deluan
|
39b9f818be
|
feat: use ND_PORT env var in health check
|
2020-03-26 15:26:40 -04:00 |
|
Deluan
|
7febe05ed5
|
feat: add health check to docker image
|
2020-03-26 15:15:40 -04:00 |
|
Deluan
|
2c42e4e12e
|
feat: add icons for playlists
|
2020-03-26 12:33:30 -04:00 |
|
Deluan
|
dcb3b3b5d1
|
fix: various album_artists <-> artists mismatches
|
2020-03-26 09:08:53 -04:00 |
|
Deluan
|
5331732236
|
fix: remove sql injection
|
2020-03-25 20:40:18 -04:00 |
|
Deluan
|
dc973ae670
|
refactor: remove unused code
|
2020-03-25 20:40:18 -04:00 |
|
Deluan
|
100db2bcfd
|
feat: add artist filter to album view
|
2020-03-25 20:40:18 -04:00 |
|
dependabot-preview[bot]
|
c84a58ff7d
|
build(deps): bump github.com/go-chi/chi
Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 4.0.3+incompatible to 4.0.4+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.3...v4.0.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-25 18:12:33 -04:00 |
|
Deluan
|
2d7fda1b2f
|
docs: add default config vars to docker-compose.yml example
|
2020-03-24 12:34:31 -04:00 |
|
Deluan
|
3cba5f70fd
|
chore: add tests for all utils, removed unused functions
|
2020-03-24 11:59:10 -04:00 |
|
Deluan
|
b4c7cac964
|
refactor: moved magic strings to consts
|
2020-03-24 11:59:10 -04:00 |
|
dependabot-preview[bot]
|
5ef80d2490
|
build(deps): bump github.com/sirupsen/logrus from 1.4.2 to 1.5.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.4.2...v1.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-24 09:09:12 -04:00 |
|
dependabot-preview[bot]
|
3b798cf943
|
build(deps): bump react-scripts from 3.4.0 to 3.4.1 in /ui
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@3.4.1/packages/react-scripts)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-23 08:49:40 -04:00 |
|
dependabot-preview[bot]
|
50b7756159
|
build(deps): bump react from 16.13.0 to 16.13.1 in /ui
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.0 to 16.13.1.
- [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.13.1/packages/react)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-23 08:48:48 -04:00 |
|
Deluan
|
15606770ca
|
chore: removed non-working config flag
v0.11.1
|
2020-03-22 01:13:55 -04:00 |
|
Deluan
|
f403a8da34
|
feat: add version to index.html description meta tag
|
2020-03-22 01:04:10 -04:00 |
|
Deluan
|
20075ae68d
|
refactor: extracted restful helpers into their own composable struct
|
2020-03-21 20:00:46 -04:00 |
|
Deluan
|
91a743623a
|
feat: always show artist name in Album view
|
2020-03-21 19:15:39 -04:00 |
|
Deluan
|
e23a290812
|
fix: logging of scanner startup
|
2020-03-21 14:20:22 -04:00 |
|
Deluan
|
dee68559ab
|
docs: uses less space for client list
|
2020-03-21 14:11:57 -04:00 |
|