Deluan
|
ea1d534c29
|
Fix NavBar title translations
|
2020-04-27 23:22:17 -04:00 |
|
Deluan
|
069de0f9ea
|
Add a try catch to display the record when DurationField fails
|
2020-04-27 22:46:40 -04:00 |
|
Deluan
|
e871c7daee
|
Add links to documentation on how to contribute with themes and translations
|
2020-04-27 20:43:58 -04:00 |
|
dependabot-preview[bot]
|
320fe11a66
|
Bump prettier from 2.0.4 to 2.0.5 in /ui
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.4...2.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-27 17:41:49 -04:00 |
|
Deluan
|
5fdc09a5b9
|
Fix pipeline (disable docker job when running on a PR from a forked repo)
|
2020-04-27 14:59:12 -04:00 |
|
Deluan
|
46f1b33812
|
Fix logging when first arg is a context.Context without a logger
|
2020-04-26 19:33:57 -04:00 |
|
Deluan
|
b44218fdcc
|
Move the shuffleAlbum logic into an action
|
2020-04-26 19:15:52 -04:00 |
|
Deluan
|
4441ae1f0b
|
Break up setup target, to avoid installing tools not required for building only
|
2020-04-26 16:10:40 -04:00 |
|
Deluan
|
1c3ee89ab4
|
Disable docker steps if secrets are not available
|
2020-04-26 15:52:21 -04:00 |
|
Deluan
|
ebc7964157
|
Fix formatting
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
ad6c86d78a
|
Check formatting in pipeline
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
f3097496c6
|
Add golangci-lint to Go build step
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
ddeefad501
|
Fix goimport and gosec warnings
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
5cd453afeb
|
Fix all errcheck warnings
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
03c3c192ed
|
Fixing static checks about passing nil context
|
2020-04-26 15:07:36 -04:00 |
|
Deluan
|
95790b9eff
|
Remove unused code
|
2020-04-26 15:07:36 -04:00 |
|
ElleshaHackett
|
6bf7c751a1
|
Add Dutch language
|
2020-04-26 15:07:14 -04:00 |
|
Kevin Morssink
|
1019bb8258
|
Add Dutch language
|
2020-04-26 15:07:14 -04:00 |
|
Deluan
|
531155d016
|
Check if persistedState exists beforetrying to use it (fix #214)
v0.16.1
|
2020-04-25 13:37:02 -04:00 |
|
Deluan
|
47311d16cf
|
Trigger pipeline on new tags
v0.16.0
|
2020-04-25 12:35:36 -04:00 |
|
Deluan
|
ef3466787d
|
Fix the pipeline
|
2020-04-25 12:12:48 -04:00 |
|
Deluan
|
b7fd116bd8
|
Only triggers the pipeline on pushes to master and PRs
|
2020-04-25 12:06:05 -04:00 |
|
Deluan
|
34ad740e07
|
Enable French translation
|
2020-04-25 11:59:37 -04:00 |
|
Deluan
|
79454d7a92
|
Fix artist link contrast in light theme
|
2020-04-25 11:57:52 -04:00 |
|
Deluan
|
87cc397bc3
|
Add current playing track id to the Redux store
|
2020-04-25 11:57:52 -04:00 |
|
jvoisin
|
37602a2049
|
Bump the french traduction
|
2020-04-25 11:57:22 -04:00 |
|
Deluan
|
56ea380bb3
|
Add link to artist's albums on the album cover
|
2020-04-25 09:47:56 -04:00 |
|
Deluan
|
177ace1cee
|
Turn off autoplay when reloading the play queue from the Redux store
|
2020-04-25 09:30:43 -04:00 |
|
Deluan
|
61e3fe21ff
|
Add 'SNAPSHOT' to version when building locally, as this is not an "official" build
|
2020-04-25 09:27:22 -04:00 |
|
Deluan
|
8dcca76ec9
|
Fix various small sort issues
|
2020-04-24 17:37:28 -04:00 |
|
Deluan
|
1dd3a794f8
|
Reduce level of "invalid year" log message
|
2020-04-24 16:00:14 -04:00 |
|
Deluan
|
6c5dd245fe
|
Parse TSO2 (seems that ffmpeg does not process this tag in some situations)
|
2020-04-24 15:02:20 -04:00 |
|
Deluan
|
3b3ad65612
|
Use order fields to sort by artist and album
|
2020-04-24 15:02:20 -04:00 |
|
Deluan
|
e6f798811d
|
Generate Artist Index using the OrderArtistName
|
2020-04-24 15:02:20 -04:00 |
|
Deluan
|
371e8ab6ca
|
Generate Order Fields based on sanitized version of original fields
|
2020-04-24 15:02:20 -04:00 |
|
Deluan
|
69c19e946c
|
Add sort tags and use them in search
|
2020-04-24 15:02:20 -04:00 |
|
Deluan
|
d7edbf93f0
|
Make test more reliable
In some systems, it was detecting the `go.mod` file as an audio file, probably because of the system's mime-type configuration
|
2020-04-24 11:05:17 -04:00 |
|
Deluan
|
fb4d920fba
|
Small change to trigger the pipeline
|
2020-04-23 22:29:33 -04:00 |
|
Deluan
|
5a072fbd10
|
Follow symlinks to directories when scanning
|
2020-04-23 20:31:44 -04:00 |
|
Deluan
|
79c9d8f4f4
|
Parameterize docker image name
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
871bf5a70a
|
Rename pipeline
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
e4af235ce9
|
Move chmod to copy image, make the final image smaller
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
00384a60f3
|
Unify GH actions
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
f7b3ff4b34
|
Build and release docker images
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
eaa48306fc
|
Make Dockerfile platform independent
Thanks @0xERROR: https://github.com/deluan/navidrome/issues/92#issuecomment-614630429
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
f5572b8447
|
Fix git tag detection
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
a756751cc6
|
Build binary artifacts
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
b8a3af090d
|
Add cache to build workflow
|
2020-04-23 19:31:24 -04:00 |
|
Deluan
|
d534cb96a9
|
Replace math.Max with utils.MaxInt
|
2020-04-21 08:41:04 -04:00 |
|
Dimitri Herzog
|
f1e1d3bc07
|
request throttling only for media group api
|
2020-04-21 08:39:14 -04:00 |
|