Rémi Cocula
5ffec4403a
Oops. Remove an unnecessary if statement.
7 years ago
Rémi Cocula
e0d77331ce
Add the ability to reload modified jsp if a system property "libresonic.development" is set.
7 years ago
Andrew DeMaria
d59ce1de12
Cleanup GET/POST
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
7 years ago
Allen Petersen
02a1e72ed8
Libresonic/libresonic#451
...
More code review feedback. Added case-insensitive (and correctly spelled)
option to getAlphabeticalAlbums. Added getAlbumCount() method to AlbumDao.
Moved AlbumUpnpProcessor from getting all the albums and returning a subset
to requesting the subset directly from the dao, as suggested.
8 years ago
Allen Petersen
8930f1833b
Changes from code review: fixes the incorrect class for logging in
...
DispatchingContentDirectory, broadcasts search capabilities, and removes
an assignment that was not longer necessary.
Also added a couple of comments for clarity on the '- All Albums-' options.
8 years ago
Allen Petersen
b3ae8faac6
Fixes Libresonic/libresonic#451
...
This replaces the existing FolderBasedContentDirectory with a new
DispatchingContentDirectory. The new system then dispatches requests to
subclasses of UpnpContentProcessor, which then handle the requests as
appropriate.
This version also implements a new searchByName method in SearchService,
which is used to provide artist, album, and track search functionality
for the upnp service.
8 years ago
Andrew DeMaria
c9931f5906
Update to mostly support subsonic api 1.15.0
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
3a9e0f33af
Added tracer for media scanning
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
68d02991e2
Revert "Added tracer for media scanning"
...
This reverts commit adb77df481
.
8 years ago
Andrew DeMaria
adb77df481
Added tracer for media scanning
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Shen-Ta Hsieh
1f5d55d945
Recompress png files
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
8 years ago
Eusmilis
d3c71fbb9b
Fixed audio player not pausing when switching to chromecast.
8 years ago
jooola
fefc34790a
Many improvement and moved CSS to default.css
...
- Changed to html5 (remove align="center" > style="text-align=center"
- Removed table clean up
- Moved the login message under the logo, and centered it
8 years ago
Andrew DeMaria
453e948213
Created new transcoding for mp4 and use it for videos
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Eusmilis
b1e019f574
Moved MediaElement visibility control to CastPlayer.setCastControlsVisible.
8 years ago
Eusmilis
7fc0a6bcd8
Fixed MediaElement controls not disappearing when streaming to chromecast.
8 years ago
Rémi Cocula
3902d47985
MediaScannerServiceTestCase : correct deprecated class reference.
8 years ago
Rémi Cocula
7d5c7d6683
MediaScannerServiceTestCase : correct format with 4 spaces.
8 years ago
jo
192d308320
Rework login page
...
Signed-off-by: jooola <lammler.jonas@riseup.net>
8 years ago
jo
6428c17b0e
Clean indentation
8 years ago
jo
a602fdd65c
Change more icon ( phone icon > + icon )
8 years ago
Eusmilis
ef246d3cdf
Replaced jwplayer with HTML5 player using MediaElement.js
8 years ago
Andrew DeMaria
9584bfaea5
Improve Playlist Handling
...
- Use external library chamelon (lizzy)
- Adds the ability to specify playlist export format
- Fixes some deficiences with playlist handling
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
8cd9f3fb21
Fixed #422 cannot reset password
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
1ec32f28ca
Auth fixes for #419 and also #390
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Shen-Ta Hsieh
0bbfcb1ac5
Losslessly recompress PNG files using ECT
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
8 years ago
jo
ff6e12eb56
Rebuild assets (logo and icons)
...
- Also Remove old nonfree assets
8 years ago
Andrew DeMaria
5d7f7e1181
Add token to m3u controller to fix #419
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
0eca4f4e19
Ensure scheme is set when creating proxy url
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
f8a635ea9d
Simplify rest request mappings
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
François-Xavier Thomas
b9be3fef1d
REST: Avoid Lucene crashes when searching for 0 documents
8 years ago
Andrew DeMaria
0ac7d2bb6c
Fixed ambiguous column name
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
27454e6d41
Only enable upnp when sonos or dlna is enabled
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
ca90c36839
Only allow admin role for db.view and fix matchers against non .view urls
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
45ef0903f4
Added missing valid checksum
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
blu-k
d6b954a413
Update ResourceBundle_de.properties
...
Replace uppercase umlaut with lowercase as it should be
Added german translation for "advancedsettings.ldapRequiresRestart = LDAP settings require a restart to take effect"
Fix transcoding link (at least temporary)
8 years ago
Andrew DeMaria
87ed516049
Fixed missing imports
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
7e66fefe39
Fix import
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
ef813e371f
Removed unused classes and methods
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
9035394d3d
Removed unused class
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
2ffe582ccf
Removed custom logger
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Andrew DeMaria
0916ab1aac
Dont mix ws and normal HttpServletRequest retrieval methods
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Eugene E. Kashpureff Jr
103de63636
Libresonic v6.2
8 years ago
Nathan Rennie-Waldock
3b3491384a
Correctly calculate base URL when behind multiple reverse proxies
...
Signed-off-by: Nathan Rennie-Waldock <nathan.renniewaldock@gmail.com>
8 years ago
Andrew DeMaria
37ae8d9f61
Fix previous checksum
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Shen-Ta Hsieh
868fea4a40
Losslessly recompress PNG files using ECT
...
* References
- [compare](https://css-ig.net/png-test-corpus )
- [homepage](https://github.com/fhanau/Efficient-Compression-Tool )
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
8 years ago
Andrew DeMaria
bba6e45664
Fixes #331
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Eugene E. Kashpureff Jr
ce5a2cf35f
Libresonic v6.2.beta4
8 years ago
Andrew DeMaria
b108787f1b
Fixed auth login failure logging
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
8 years ago
Shen-Ta Hsieh
ccb36fe593
add zh_TW translate
...
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
8 years ago