0xb00bface
ce98919499
code cleanup
2021-04-18 11:44:01 +02:00
0xb00bface
f0cd128aa4
Set version to 4.1.3
2021-04-17 11:36:44 +02:00
0xb00bface
c948507bcc
Fix bug, which causes the deletion of the ignored models list
2021-04-17 11:30:19 +02:00
0xb00bface
5eafd07d97
Fix stripchat pagination
2021-04-13 20:26:25 +02:00
0xb00bface
9828945ea4
Change CSRF regex to be compatible with Java 8
2021-04-11 13:29:27 +02:00
0xb00bface
ace7eb1220
Retrieve API URL from Manyvids insteaed of using a constant
2021-04-11 13:24:39 +02:00
0xb00bface
4c1b311559
Return the best match in the cookie list
...
The cookies for a domain could contain two or more cookies for the same
domain, but with different paths. We now return the best matching cookie
only and not all.
2021-04-11 13:22:24 +02:00
0xb00bface
5293affe4d
Assume first .jpg is the contactsheet
2021-04-10 17:36:27 +02:00
0xb00bface
4f8ffe0736
Set version to 4.1.2
2021-04-09 18:46:35 +02:00
0xb00bface
977cee5af0
Fix retrieving the CSRF token for CamSoda
2021-04-09 18:18:02 +02:00
0xb00bface
d330fabe36
Make sure the doc server is running when the help button is clicked
2021-03-28 13:52:51 +02:00
0xb00bface
924c60fb0e
Convert ignore list in a list of URLs to save space
2021-03-27 19:23:27 +01:00
0xb00bface
0e014f8d8d
Fix display of "nothing found" label in thumb overviews
2021-03-27 18:46:13 +01:00
0xb00bface
f57f36de05
Fix loading of live thumbnails in the search popup
2021-03-27 18:43:13 +01:00
0xb00bface
719ac7d0b3
Fix ClassCastException
2021-03-27 18:13:15 +01:00
0xb00bface
dd6f41a574
Fix bug, which could cause recordings to get stuck
2021-03-27 17:34:14 +01:00
0xb00bface
f3c0066d93
Remove log statement
2021-03-27 11:58:48 +01:00
0xb00bface
bb1727c538
Set version to 4.1.1
2021-03-27 11:42:04 +01:00
0xb00bface
e41c91f521
Fix BongaCams thumbnail URLs
2021-03-27 11:35:19 +01:00
0xb00bface
73121f0cd6
Remove duplicate logger entry for DashDownload
2021-03-27 11:24:21 +01:00
0xb00bface
94295062aa
Trim input from the "add by name / url" textfield
2021-03-21 19:55:38 +01:00
0xb00bface
e66f360571
Remove PayPal and BuyMeACoffee
2021-03-21 19:54:49 +01:00
0xb00bface
d15a851a3a
Add open in browser to context menu of thumb overviews
2021-03-12 17:45:13 +01:00
0xb00bface
052758b11e
Add new showtype to online state mapping for Cam4 models
2021-03-06 14:39:53 +01:00
0xb00bface
c9e5f8e36b
Set version to 4.1.0
2021-03-06 14:39:03 +01:00
0xb00bface
4dfb122a97
Set version to 4.1.0
2021-02-28 15:21:04 +01:00
0xb00bface
8c359e5772
Fix Camsoda playlist URLs
...
They changed their code again, which constructs the playlist URLs
2021-02-28 15:09:39 +01:00
0xb00bface
e7b483088e
Fix table sort order indicator icon
2021-02-20 19:36:41 +01:00
0xb00bface
6e5e3d7991
Update changelog
2021-02-20 19:08:49 +01:00
0xb00bface
aa1bb0d847
Add dark mode for web interface
2021-02-20 18:24:31 +01:00
0xb00bface
2a6d0fb617
Don't print HTML parsing worning for offline Bongacams models
2021-02-20 13:35:56 +01:00
0xb00bface
4721519671
Set version to 4.0.0
2021-02-19 18:08:03 +01:00
0xb00bface
4a595da355
Fix BongaCams online check
2021-02-19 17:07:40 +01:00
0xb00bface
0f125f6e63
Add config setting to log missed segments
2021-02-13 22:39:21 +01:00
0xb00bface
500be5eee4
Merge branch 'dev' into v4
...
# Conflicts:
# common/src/main/java/ctbrec/recorder/FFmpeg.java
2021-02-13 21:37:39 +01:00
0xb00bface
303485a315
Introduce config setting for contact sheet timestamp style
2021-02-13 21:34:08 +01:00
0xb00bface
7e3ceb29f4
Suppress log statement for Stream Closed
2021-02-13 21:33:46 +01:00
0xb00bface
844fe63fca
Reduce some log levels
2021-02-13 21:33:31 +01:00
0xb00bface
a4c13fcf56
Merge branch 'dev' into v4
2021-02-13 21:30:38 +01:00
0xb00bface
1e3432d2d9
Change labels for contact sheet Timestamp option
2021-02-13 18:03:56 +01:00
0xb00bface
cf19ab9697
Remove quiet start parameter for FFmpeg
2021-02-13 18:03:27 +01:00
0xb00bface
1cf62f362d
Speed up creation of contact sheet
...
Use FFmpegs select filter
Also add a config option to add a timestamp to the thumbs
2021-02-13 16:52:58 +01:00
0xb00bface
3e7d52a988
Delete the directory itself in deleteDirectory
2021-02-13 16:36:10 +01:00
0xb00bface
185ba21e0f
Fix throughtput calculation in web ui
2021-01-30 13:11:29 +01:00
0xb00bface
73eb13944c
Add new class RecordingDownload for recording downloads
...
This class inherits from MergedFfmpegHlsDownload, but doesn't create a
directory and start FFmpeg in the init method.
Moved the dedicated methods for recording downloads from
MergedFfmpegHlsDownload to RecordingDownload.
2021-01-30 13:03:42 +01:00
0xb00bface
dcfb29a90f
Fix online state detection for Bongacams
2021-01-26 22:55:15 +01:00
0xb00bface
e48df6cd1f
Fix online state detection for Bongacams
2021-01-26 22:53:49 +01:00
0xb00bface
0f5a05bfd7
Make Showup downloads work in v4
...
Also fix the Followed tab
2021-01-24 20:12:52 +01:00
0xb00bface
e789ce2029
Stop download if the playlist request timed out 5 times
2021-01-24 13:36:51 +01:00
0xb00bface
10321f32bd
Reduce log level of updateCloudFlareCookies
2021-01-24 12:59:59 +01:00