Commit Graph
632 Commits
Author SHA1 Message Date
Andrew DeMaria 105cd729c9 Merge remote-tracking branch 'origin/stable' into develop
Conflicts:
	documentation/developer/jmeter-main-test-plan.png
	documentation/developer/metrics-visualvm-screenshot.png
2017-05-18 22:38:46 -06:00
joandAndrew DeMaria ff6e12eb56 Rebuild assets (logo and icons)
- Also Remove old nonfree assets
2017-05-18 22:31:59 -06:00
Andrew DeMaria 5d7f7e1181 Add token to m3u controller to fix #419
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-18 20:42:24 -06:00
Andrew DeMaria 0eca4f4e19 Ensure scheme is set when creating proxy url
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-18 18:40:57 -06:00
Andrew DeMaria 7d67e72866 Merge remote-tracking branch 'origin/pr/404' into develop 2017-05-18 15:11:43 -06:00
Andrew DeMaria f8a635ea9d Simplify rest request mappings
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-18 15:11:24 -06:00
Andrew DeMaria 5c71e85e74 Merge remote-tracking branch 'origin/pr/403' into stable 2017-05-18 15:08:56 -06:00
Andrew DeMaria ad5299eeb8 Merge branch 'fix-top-rated-pg' into stable 2017-05-18 15:06:37 -06:00
Jonas LandGitHub fef8977f94 Merge pull request #413 from CharlesSchaack/stable
Fixing bad link to installation documentation
2017-05-18 17:22:25 +02:00
Charles Schaack ca1b0f0556 Fixing bad link to installation documentation
Signed-off-by: Charles Schaack <CharlesSchaack@users.noreply.github.com>
2017-05-18 10:09:32 -05:00
Tom PowellandGitHub 0b1c0eeb0a Merge pull request #408 from fxthomas/lucene-crash-in-logs
API: Fix crash when retrieving 0 documents
2017-05-16 22:45:01 -07:00
François-Xavier Thomas b9be3fef1d REST: Avoid Lucene crashes when searching for 0 documents 2017-05-17 00:26:48 +02:00
Andrew DeMaria 0ac7d2bb6c Fixed ambiguous column name
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-15 20:19:57 -06:00
Andrew DeMaria 27454e6d41 Only enable upnp when sonos or dlna is enabled
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-14 19:41:35 -06:00
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>
2017-05-11 18:55:47 -06:00
Eugene E. Kashpureff Jr 56e2cc4575 Move documentation to a dedicated repository. 2017-05-11 22:47:01 +00:00
Andrew DeMaria 45ef0903f4 Added missing valid checksum
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-11 15:43:48 -06:00
Andrew DeMaria 11ea0c2373 Merge remote-tracking branch 'origin/pr/372' into stable 2017-05-06 08:34:41 -06:00
blu-kandAndrew DeMaria 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)
2017-05-04 18:23:36 -06:00
Andrew DeMaria 87ed516049 Fixed missing imports
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-04 18:15:56 -06:00
Andrew DeMaria 7e66fefe39 Fix import
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-04 18:09:30 -06:00
Andrew DeMaria ef813e371f Removed unused classes and methods
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-04 18:09:29 -06:00
Andrew DeMaria 9035394d3d Removed unused class
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-04 18:09:28 -06:00
Andrew DeMaria 2ffe582ccf Removed custom logger
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-04 18:09:26 -06:00
Andrew DeMaria 7c19e9f4ab Merge branch 'stable' into develop
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>

Conflicts:
	libresonic-main/pom.xml
	libresonic-rest-api/pom.xml
	libresonic-sonos-api/pom.xml
	pom.xml
2017-05-04 17:38:42 -06:00
Andrew DeMariaandGitHub 4806f772f2 Merge pull request #378 from muff1nman/fix-377
Dont mix ws and normal HttpServletRequest retrieval methods
2017-05-04 11:29:03 -05:00
Andrew DeMaria 0916ab1aac Dont mix ws and normal HttpServletRequest retrieval methods
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-05-03 17:18:50 -06:00
Steven Roose 4d365f4024 Update install doc WAR file url to v6.2 2017-05-03 00:14:39 +02:00
Eugene E. Kashpureff Jr 103de63636 Libresonic v6.2 2017-05-02 16:09:01 +00:00
Andrew DeMaria 68170789d7 Merge remote-tracking branch 'origin/pr/365' into develop 2017-05-01 21:20:42 -06:00
Nathan Rennie-Waldock 3b3491384a Correctly calculate base URL when behind multiple reverse proxies
Signed-off-by: Nathan Rennie-Waldock <nathan.renniewaldock@gmail.com>
2017-05-01 17:44:10 +01:00
Andrew DeMaria 37ae8d9f61 Fix previous checksum
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-28 21:10:13 -06:00
Tom PowellandGitHub 9894b2244a Merge pull request #357 from muff1nman/fix-login-failure-logger
Fixed auth login failure logging
2017-04-28 16:58:23 -07:00
Tom PowellandGitHub 154d4316e6 Merge pull request #363 from muff1nman/fix-331
Fixes #331
2017-04-27 11:26:00 -07:00
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>
2017-04-26 16:42:32 +08:00
Andrew DeMaria bba6e45664 Fixes #331
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-25 20:41:52 -06:00
Eugene E. Kashpureff Jr ce5a2cf35f Libresonic v6.2.beta4 2017-04-25 21:07:15 +00:00
Andrew DeMaria b108787f1b Fixed auth login failure logging
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-22 10:04:48 -06:00
Andrew DeMariaandGitHub b95c077c6f Merge pull request #353 from ibmibmibm/develop
add zh_TW translate
2017-04-21 10:58:10 -06:00
Shen-Ta Hsieh ccb36fe593 add zh_TW translate
Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com>
2017-04-22 00:18:07 +08:00
Andrew DeMariaandGitHub e9649dd746 Fix broken link on readme 2017-04-18 22:52:49 -05:00
Andrew DeMariaandGitHub 492fb1a111 Merge pull request #350 from nvllsvm/stable
README update
2017-04-18 22:46:00 -05:00
Andrew Rabert dcbc55501c README update
Signed-off-by: Andrew Rabert <draje@nullsum.net>
2017-04-18 22:50:44 -04:00
Andrew DeMaria 6f3ede33d9 Bump jaudio tagger version
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-17 20:17:54 -06:00
Andrew DeMaria 856733d639 Fix recover and access denied security
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-15 17:18:29 -06:00
Andrew DeMaria e3d2dc292f Fix csrf token with multipart upload
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-15 16:53:12 -06:00
Andrew DeMaria 589909b906 Cache avatar view
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-12 21:06:54 -06:00
Andrew DeMaria b2957139a3 Cache script, dwr, icons and coverArt
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-12 21:06:48 -06:00
Andrew DeMaria b22437c735 Bump to 6.3 snapshot
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-10 19:19:42 -06:00
Andrew DeMaria 60248477f6 Cache avatar view
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
2017-04-08 10:40:19 -06:00