Andrew DeMaria
e9986606ca
Merge remote-tracking branch 'origin/pr/1148'
7 anos atrás
Andrew DeMaria
f134f81e7a
Use openjdk for most of the tests
7 anos atrás
Andrew DeMaria
05580ae7f3
Fix typo
7 anos atrás
Andrew DeMaria
c2acc36f85
Disable ossindex analyzer as its data is questionable
7 anos atrás
Andrew DeMaria
7c7ac3e591
Update dependency check
7 anos atrás
Evan Harris
79b800656a
Cleanup siebling -> sibling mis-spellings
7 anos atrás
jvoisin
cdc38cb88d
Use SVG for the icons for the default_light theme
7 anos atrás
jvoisin
2d06995416
Remove the last mention of Flash in the translation files
7 anos atrás
jvoisin
a27ad99f8d
Remove an other Flash-related localization
7 anos atrás
jvoisin
67eae2893f
Remove a localisation about getting flash player
7 anos atrás
jvoisin
9bd2c1e83f
Fix various minor javascript-related warnings
7 anos atrás
jvoisin
1640411573
Fix some invalid/incomplete javadoc comments
7 anos atrás
jvoisin
8f4e351718
Add an `alt` attribute to images, to increase accessibility
7 anos atrás
Andrew DeMaria
7a769d57cf
Merge remote-tracking branch 'origin/pr/1103'
7 anos atrás
Andrew DeMaria
57dea9598e
Merge remote-tracking branch 'origin/pr/1118'
7 anos atrás
Andrew DeMaria
910e292af1
Merge remote-tracking branch 'origin/pr/1119'
7 anos atrás
Andrew DeMaria
2b178c4117
Merge remote-tracking branch 'origin/pr/1120'
7 anos atrás
jvoisin
fc43364908
Fix a useless double-assignation
7 anos atrás
jvoisin
b8d64c1dbd
Bump the version of maven-checkstyle-plugin
7 anos atrás
jvoisin
4fbc080098
Please the linter
7 anos atrás
jvoisin
70bc0f6c04
Remove the ghetto REST flash-based video player
7 anos atrás
Andrew DeMaria
5671d11ab4
Merge remote-tracking branch 'origin/pr/1000'
7 anos atrás
Andrew DeMaria
c8f9c75d19
Merge remote-tracking branch 'origin/pr/887'
7 anos atrás
Andrew DeMaria
14b812568c
Merge remote-tracking branch 'origin/pr/1072'
7 anos atrás
Andrew DeMaria
e646077957
Merge remote-tracking branch 'origin/pr/1097'
7 anos atrás
jvoisin
1f1a22fca5
Remove the deprecated getAlphabetialAlbums method
7 anos atrás
jvoisin
643be3930f
Remove superfluous casts
7 anos atrás
jvoisin
3202a1086d
Minor simplification
...
`.sorted(Comparator.reverseOrder()).findFirst()`
can be replaced with `max(Comparator.naturalOrder()`
7 anos atrás
jvoisin
def5f854fb
Inline some variables
...
There is no point in `Type a = …; return a;`
7 anos atrás
jvoisin
57df709cd8
Replace things like size == 0 with isEmpty
7 anos atrás
jvoisin
e0ac46cf44
Fix 3 minor errors in jsp files
...
- Add a missing `$` in dlnaSettings
- Add a missing taglib import in homePage.jsp
- Add a missing `=` in playQueue.jsp's css
7 anos atrás
jvoisin
977b656bc6
Remove superfluous escape in two regexp
7 anos atrás
jvoisin
40f7c73390
Fix the video player that was broken in cf1f86f
7 anos atrás
Jonas L
e13877203b
Add contrib/library_autoupdater.sh ( #1096 )
...
This script is using inotify to watch your music folders and trigger a new library scan 10 minutes after a notification has been send from inotify.
7 anos atrás
Andrew DeMaria
6baa2d09d6
Merge remote-tracking branch 'origin/pr/1091'
7 anos atrás
Andrew DeMaria
90712d2940
Merge remote-tracking branch 'origin/pr/1092'
7 anos atrás
jvoisin
828c1b2674
Use modern Spring mapping annotations
...
Java is verbose enough, no need to make it worse.
7 anos atrás
jvoisin
3492fc0c05
Fix a crash when transcoding a track without album
7 anos atrás
jvoisin
b1eb0536b8
Fix a crash when transcoding a track without artist
7 anos atrás
jvoisin
e283ac46a8
Fix downloads with embedded covers
...
Previously, this would always fail with
embedded covers.
7 anos atrás
jvoisin
b697dc5bfc
An other batch of LGTM-found issues
7 anos atrás
Schuyler Eldridge
89a4517f64
Show cover art not displaying on chromecast
...
Signed-off-by: Schuyler Eldridge <schuyler.eldridge@gmail.com>
7 anos atrás
jvoisin
4f59c72bbe
Replace wz_tooltip.js with jquery-ui
7 anos atrás
jvoisin
6aa96911de
Replace FancyZoom with jquery.fancyzoom
7 anos atrás
jvoisin
e3a4fe4603
Balance some synchronized
7 anos atrás
jvoisin
4263d59940
Fix a possible stacktrace on RandomPlayQueue
7 anos atrás
jvoisin
f7ee02c88c
Remove the embedded copy of jaxrpc ( #965 )
7 anos atrás
jvoisin
24632317b2
Declare the usage of HTML5 in the doctype
...
This should marginally increase the performances
and jquery (no more quirks mode), as well
as making web browsers happier.
7 anos atrás
jvoisin
40a5150b6e
Don't use ProtectHome by default in the systemd unit
...
Some people might put media in /home/…/
7 anos atrás
jvoisin
fe73034f10
Strip the <p>…</p> markup in translation
...
This was done via `find airsonic-main/src/main/resources/ -name
'ResourceBundle_*.properties' -print0 | xargs -0 sed -i
's/\(helppopup\..*\.text\)\s*=\s*<p>\(.*\)<\/p>/\1=\2/'`, courtesy of fxthomas.
7 anos atrás