Andrew DeMaria
f7bd43136b
Lock Down unsecured urls
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-04-03 18:22:43 -06:00
Andrew DeMaria
a1698861d4
Change to server-side pagination for Sibling Albums and Sub Dirs
...
- Only paritial pagination, first X, then showAll
- Default is 40 for subDirs and sibling albums each
- showAll parameter causes page refresh with entirely new list
TODO/Future improvements include:
- Finer grain pagination
- Pagination done at the database level
- Seamless refresh with JS
- Unify all pagination uses across the site
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-22 19:00:48 -06:00
Andrew DeMaria
3c43630f93
Reduce logging during tests to make travis happy
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-11 18:21:03 -07:00
Andrew DeMaria
6e5ba7a261
Cleanup unused file and reorder test home setup
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-11 17:38:45 -07:00
Andrew DeMaria
81553a55b5
Fix test dependency
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-11 17:22:17 -07:00
Andrew DeMaria
dad809cf79
Added test case for special characters
2017-03-11 17:05:07 -07:00
Andrew DeMaria
8b92f2bc51
Remove url redirection
...
- Add upnp specific base url
- Use http request base url for areas used by url redirection
- Fix sharing
- Removed Network Settings tab
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-03-03 15:23:59 -07:00
Andrew DeMaria
6d3c3e2d8d
Use more intelligent version parsing
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-02-23 20:31:19 -07:00
Rémi Cocula
f9b4577dbe
Add jmeter main test plan + a bit of documentation.
2017-02-16 22:58:44 +01:00
Andrew DeMaria
488a7d720b
Reimplement ldap
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-01-30 12:43:02 -07:00
Andrew DeMaria
d6d53ef2f6
Standardize import order and add maven plugin to check
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-01-13 19:58:48 -07:00
Andrew DeMaria
4dc97f8dbb
Removed synchronized from dao layer and replaced with transactions
...
Also improved tests to be more spring like
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2017-01-13 18:35:20 -07:00
Rémi Cocula
dbda1132df
rest API migration (WIP) + fixes.
2016-12-31 19:55:02 +01:00
Rémi Cocula
08942fe9c5
Merge remote-tracking branch 'upstream/develop' into biconou_develop_PR_SpringBoot
2016-12-31 18:34:00 +01:00
Andrew DeMaria
fac659eb24
Fixed assigning a playlist to a user
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-31 10:12:33 -07:00
Rémi Cocula
5b2297af96
rest API migration (WIP).
2016-12-31 13:51:22 +01:00
Rémi Cocula
f829176c31
Merge branch 'develop' into _tmp
2016-12-30 19:31:11 +01:00
Eugene E. Kashpureff Jr
752704c15d
Merge Pull Request #172 into develop. #yolo
2016-12-28 00:38:19 +00:00
Rémi Cocula
e301f2363f
Start RestController migration.
2016-12-24 22:03:57 +01:00
Andrew DeMaria
0cbd3ad538
Fix overflow and tests
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 12:10:54 -07:00
Andrew DeMaria
667367280f
Added testcase to reproduce liquibase failure
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 11:41:58 -07:00
Andrew DeMaria
18e793c64d
Make dao layer more db vendor agnostic
...
- Removed usages of TOP
- Dont send null for autogenerate columns
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 11:41:55 -07:00
Andrew DeMaria
f60811e51b
Fix ambigous constructor ref that seems to only happen on debian
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 11:41:51 -07:00
Andrew DeMaria
4b34bc0139
Convert to liquibase from handrolled migration tool
...
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com >
2016-12-23 11:40:40 -07:00
Zak Peirce
66ae21856c
Removed all traces of premium license
2016-12-16 10:46:40 -08:00
Rémi Cocula
ddd8498040
Move to Spring4 + remove PasswordSettingsController + remove PremiumSettingsController
2016-12-11 21:13:51 +01:00
Eugene E. Kashpureff Jr
9d3d6ce52d
Merge Pull Request #124 into develop
2016-11-27 23:00:58 +00:00
François-Xavier Thomas
04c9308a85
Test: Add missing columns to UserDao test case
2016-11-27 18:40:03 +01:00
remi
58dae1ae97
Test audio files size reduced.
...
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:41 +01:00
remi
dd88ac6806
Assertion added in org.libresonic.player.service.MediaScannerServiceTestCase.testScanLibrary
...
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:33 +01:00
remi
26793653a1
Removed an unused method in MediaScannerServiceTestCase.
...
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:28 +01:00
remi
05518019b5
The LIBRESONIC_HOME directory used for tests is now a temporary directory.
...
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:23 +01:00
remi
799739458c
Clean unused method.
...
(cherry picked from commit 6c44bb5)
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:13 +01:00
remi
f599271163
Refactoring in test cases. The /tmp/libresonic directory used as LIBRESONIC_HOME for tests is now located in the target dir of the project.
...
(cherry picked from commit 32d4580)
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:08:04 +01:00
remi
ba28d52ba4
MediaScannerService unit test and test media library
...
(cherry picked from commit c2b17f0)
Signed-off-by: Rémi Cocula <rcocula@gmail.com >
2016-11-24 22:07:26 +01:00
Eugene E. Kashpureff Jr
88b01ca563
More regex path-fixes
2016-05-15 20:09:03 +00:00
Bernardus Jansen
ee81e95b89
Rename sourceforgepats
...
Signed-off-by: Bernardus Jansen <bernardus@bajansen.nl >
2016-05-15 14:50:11 +02:00
Bernardus Jansen
32c1bb31ac
s/SUBSONIC/LIBRESONIC
...
Signed-off-by: Bernardus Jansen <bernardus@bajansen.nl >
2016-05-15 11:27:13 +02:00
Eugene E. Kashpureff Jr
294f3905a9
Update Copyright headers
2016-05-14 23:36:14 +00:00
Eugene E. Kashpureff Jr
745969264a
Subsonic-->Libresonic regex
2016-05-14 22:26:36 +00:00