Deluan
|
3092f83a00
|
Add option to select default album view
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
8daac43e99
|
Add list type to album list view title
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
d5da23ae42
|
Redirect from plain /album path to a default album list
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
eae46d15bf
|
Fix pagination
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
f6c518fd8b
|
Add Portuguese translation for album lists
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
db8a48bba6
|
Implement album lists
|
2020-07-29 15:34:48 -04:00 |
|
Deluan
|
d877928f11
|
Add UpdatedAt to transcoding cache key
|
2020-07-28 17:16:01 -04:00 |
|
Deluan
|
0403ec2a07
|
Use OS-independent path separators
|
2020-07-28 08:49:07 -04:00 |
|
Deluan
|
8d27c77c2c
|
Highlight compilations in Features
|
2020-07-27 15:00:03 -04:00 |
|
Deluan
|
f992b5663f
|
Remove old scanner
|
2020-07-27 12:34:44 -04:00 |
|
Deluan
|
4e4fcb2304
|
Small refactorings, better var/function names
|
2020-07-27 10:51:50 -04:00 |
|
Deluan
|
ddb30ceb11
|
Add a v prefix to the version in the description
v0.27.0
|
2020-07-26 10:52:20 -04:00 |
|
Deluan
|
67da83c84d
|
Use a RWMutex instead of an AtomicBool, to reduce contention
|
2020-07-26 00:45:33 -04:00 |
|
Deluan
|
f8f16d676d
|
Fix Cached flag
|
2020-07-24 18:48:28 -04:00 |
|
Deluan
|
58b816c2ed
|
Show cached in info log
|
2020-07-24 18:43:03 -04:00 |
|
Deluan
|
9b1d5c196f
|
Load cache asynchronously
|
2020-07-24 16:54:04 -04:00 |
|
Deluan
|
a0bed9beeb
|
Handle missing index.html template
|
2020-07-24 13:59:41 -04:00 |
|
Deluan
|
9f4f2f7381
|
Use new FileCache in cover service
|
2020-07-24 13:30:27 -04:00 |
|
Deluan
|
433e31acc8
|
Refactor FileCache, allow disabling Trasncoding cache
|
2020-07-24 12:42:11 -04:00 |
|
Deluan
|
b795ad55a3
|
Allow SeekStart in a merged dir
|
2020-07-23 22:00:59 -04:00 |
|
Deluan
|
72efc18158
|
Allow translations to be overridden in the data folder
|
2020-07-23 18:11:10 -04:00 |
|
Deluan
|
93626129b6
|
Also import .m3u8 playlists
|
2020-07-23 03:26:39 -04:00 |
|
Deluan
|
60178c264d
|
Keep annotations if tracks were already in DB
|
2020-07-23 03:26:39 -04:00 |
|
Deluan Quintão
|
de6afa16ec
|
Update da.json
|
2020-07-22 16:07:22 -04:00 |
|
Deluan Quintão
|
fd2df12263
|
Update cs.json (POEditor.com)
|
2020-07-22 15:39:50 -04:00 |
|
Deluan
|
37d66a7d41
|
Add Danish translation
|
2020-07-22 15:39:50 -04:00 |
|
Deluan
|
040c7f1e7d
|
Add missing call to refresh artists
|
2020-07-22 15:37:24 -04:00 |
|
Deluan
|
d4a5508f6a
|
Remove LogLevel from Dockerfile
|
2020-07-22 12:56:50 -04:00 |
|
Deluan
|
036f9d6730
|
Flush albums and artists after each folder added/updated/deleted
|
2020-07-22 12:56:50 -04:00 |
|
Deluan
|
1b7f628759
|
Add tests for paths with UTF8 chars
|
2020-07-22 11:48:09 -04:00 |
|
Deluan
|
5a891fda9e
|
Handle utf8 chars in paths
|
2020-07-22 09:36:22 -04:00 |
|
Deluan
|
f96e2f6c4f
|
Process deleted folders even if there are no changed folders
|
2020-07-22 01:29:44 -04:00 |
|
Deluan
|
7a5285ae47
|
When deleting folders, only flush artists/albums after deleting the mediaFiles
|
2020-07-22 01:00:16 -04:00 |
|
Deluan
|
ba347bc0b1
|
Detect moved folders
|
2020-07-22 00:42:12 -04:00 |
|
Deluan
|
1bee98af52
|
Increase streamer test timeout
|
2020-07-21 20:43:59 -04:00 |
|
Deluan
|
ff623a8dce
|
Run pre-push linting in verbose more
|
2020-07-21 20:30:04 -04:00 |
|
Deluan
|
f28e8118dc
|
Strip 'v' prefix from version, to make it consistent for release and snapshot
|
2020-07-21 20:22:23 -04:00 |
|
Deluan
|
167fca86d0
|
Fix pipeline
|
2020-07-21 18:12:59 -04:00 |
|
Deluan
|
b828650cc5
|
Reduce the availability of old pipeline binaries artifacts
|
2020-07-21 18:11:09 -04:00 |
|
Deluan
|
e6846de0fa
|
Small change, to trigger the pipeline that is stuck!
|
2020-07-21 17:46:35 -04:00 |
|
Deluan
|
6c6254a3c3
|
Get all git history when building the binaries
|
2020-07-21 17:37:36 -04:00 |
|
Deluan
|
0a9ad4e73a
|
Bump action/upload-artifact and action/download-artifact to v2
|
2020-07-21 16:59:33 -04:00 |
|
Deluan
|
9f6eb4174f
|
Do not upload packaged binaries as artifacts
|
2020-07-21 16:07:36 -04:00 |
|
Deluan
|
25cc523006
|
Output git tag info in the pipeline
|
2020-07-21 15:38:23 -04:00 |
|
Deluan
|
4c0000a809
|
Use Contributor Covenant v2.0
|
2020-07-21 14:40:21 -04:00 |
|
Deluan Quintão
|
0f7193f85d
|
Create CODE_OF_CONDUCT.md
|
2020-07-21 14:19:34 -04:00 |
|
Deluan
|
715855280e
|
Bump react-admin to 3.7.1
|
2020-07-21 13:15:03 -04:00 |
|
Deluan
|
c322253fde
|
Upgrade react-player to 4.16.3
|
2020-07-21 13:06:33 -04:00 |
|
Deluan
|
17cea91e10
|
Bump @testing-library versions
|
2020-07-21 10:37:11 -04:00 |
|
Deluan
|
6caa5ee81f
|
Bump react-ga from 3.0.0 to 3.1.2
|
2020-07-21 10:31:16 -04:00 |
|