b4c7a96900 
								
									
								
							
								 
							
						 
						
							
							
								
								Cleanup remanents of old logger  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5ffec4403a 
								
							
								 
							
						 
						
							
							
								
								Oops. Remove an unnecessary if statement.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e0d77331ce 
								
							
								 
							
						 
						
							
							
								
								Add the ability to reload modified jsp if a system property "libresonic.development" is set.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2b667bf0b2 
								
							
								 
							
						 
						
							
							
								
								Add a .ignore folder to test media library.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5f2ec54178 
								
							
								 
							
						 
						
							
							
								
								Fix for  #455  : add a tooltip to inform that folders starting with a dot are ignored in scan.  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d59ce1de12 
								
									
								
							
								 
							
						 
						
							
							
								
								Cleanup GET/POST  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								c9931f5906 
								
									
								
							
								 
							
						 
						
							
							
								
								Update to mostly support subsonic api 1.15.0  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3a9e0f33af 
								
									
								
							
								 
							
						 
						
							
							
								
								Added tracer for media scanning  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								68d02991e2 
								
							
								 
							
						 
						
							
							
								
								Revert "Added tracer for media scanning"  
							
							... 
							
							
 
							
							This reverts commit adb77df481 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								adb77df481 
								
									
								
							
								 
							
						 
						
							
							
								
								Added tracer for media scanning  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1f5d55d945 
								
									
								
							
								 
							
						 
						
							
							
								
								Recompress png files  
							
							... 
							
							
 
							
							Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								d3c71fbb9b 
								
							
								 
							
						 
						
							
							
								
								Fixed audio player not pausing when switching to chromecast.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								453e948213 
								
									
								
							
								 
							
						 
						
							
							
								
								Created new transcoding for mp4 and use it for videos  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b1e019f574 
								
							
								 
							
						 
						
							
							
								
								Moved MediaElement visibility control to CastPlayer.setCastControlsVisible.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7fc0a6bcd8 
								
							
								 
							
						 
						
							
							
								
								Fixed MediaElement controls not disappearing when streaming to chromecast.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3902d47985 
								
							
								 
							
						 
						
							
							
								
								MediaScannerServiceTestCase : correct deprecated class reference.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7d5c7d6683 
								
							
								 
							
						 
						
							
							
								
								MediaScannerServiceTestCase : correct format with 4 spaces.  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								192d308320 
								
							
								 
							
						 
						
							
							
								
								Rework login page  
							
							... 
							
							
 
							
							Signed-off-by: jooola <lammler.jonas@riseup.net> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								6428c17b0e 
								
							
								 
							
						 
						
							
							
								
								Clean indentation  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								a602fdd65c 
								
							
								 
							
						 
						
							
							
								
								Change more icon ( phone icon > + icon )  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ef246d3cdf 
								
							
								 
							
						 
						
							
							
								
								Replaced jwplayer with HTML5 player using MediaElement.js  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8cd9f3fb21 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed   #422  cannot reset password  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								1ec32f28ca 
								
									
								
							
								 
							
						 
						
							
							
								
								Auth fixes for  #419  and also  #390  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0bbfcb1ac5 
								
									
								
							
								 
							
						 
						
							
							
								
								Losslessly recompress PNG files using ECT  
							
							... 
							
							
 
							
							Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ff6e12eb56 
								
									
								
							
								 
							
						 
						
							
							
								
								Rebuild assets (logo and icons)  
							
							... 
							
							
 
							
							- Also Remove old nonfree assets 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								5d7f7e1181 
								
									
								
							
								 
							
						 
						
							
							
								
								Add token to m3u controller to  fix   #419  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0eca4f4e19 
								
									
								
							
								 
							
						 
						
							
							
								
								Ensure scheme is set when creating proxy url  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f8a635ea9d 
								
									
								
							
								 
							
						 
						
							
							
								
								Simplify rest request mappings  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								b9be3fef1d 
								
									
								
							
								 
							
						 
						
							
							
								
								REST: Avoid Lucene crashes when searching for 0 documents  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0ac7d2bb6c 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed ambiguous column name  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								27454e6d41 
								
									
								
							
								 
							
						 
						
							
							
								
								Only enable upnp when sonos or dlna is enabled  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ca90c36839 
								
									
								
							
								 
							
						 
						
							
							
								
								Only allow admin role for db.view and fix matchers against non .view urls  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								45ef0903f4 
								
									
								
							
								 
							
						 
						
							
							
								
								Added missing valid checksum  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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) 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								87ed516049 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixed missing imports  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								7e66fefe39 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix import  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								ef813e371f 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed unused classes and methods  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								9035394d3d 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed unused class  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2ffe582ccf 
								
									
								
							
								 
							
						 
						
							
							
								
								Removed custom logger  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0916ab1aac 
								
									
								
							
								 
							
						 
						
							
							
								
								Dont mix ws and normal HttpServletRequest retrieval methods  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								103de63636 
								
							
								 
							
						 
						
							
							
								
								Libresonic v6.2  
							
							
 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								3b3491384a 
								
							
								 
							
						 
						
							
							
								
								Correctly calculate base URL when behind multiple reverse proxies  
							
							... 
							
							
 
							
							Signed-off-by: Nathan Rennie-Waldock <nathan.renniewaldock@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								37ae8d9f61 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix previous checksum  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								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> 
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								bba6e45664 
								
									
								
							
								 
							
						 
						
							
							
								
								Fixes   #331  
							
							... 
							
							
 
							
							Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com> 
							
						 
						
							9 years ago