forked from j62/ctbrec
1
0
Fork 0
Commit Graph

2304 Commits

Author SHA1 Message Date
XxInvictus a55a92087c Update Recording Indicator Text
Different wording was unnecessary, simpler to just go off the assumption that pausing would override forced.
2023-11-24 01:43:22 +10:30
XxInvictus 410302560b Add ForcePriority Overlay Icon, Fix Highlighting in Recorded Models tab
- Added an icon to show a model has ForcePriority enabled in the Site Tabs (Lightning Bolt over Record icon)
- Fixed issue where Highlighting in Recorded Models would not refresh when ForcePriority was enabled via Site Tab context-menu
2023-11-24 01:38:10 +10:30
XxInvictus 4936ecf191 Fix ForcePriority Model Highlighting
I accidentally patched in a pre-fix version of the ForcePriority change which did not have model highlighting on the recorded tab when enabled.
2023-11-23 15:00:46 +10:30
XxInvictus a4f3df17c7 Make File Patch OS Independant
Use getAbsoluteFile to utilise Java's inbuilt functionality for OS independant paths
2023-11-23 12:39:42 +10:30
XxInvictus 992a58266c Patching in Blacklist/Whitelist Default Filters changes
Adds the ability to have default Whitelist/Blacklist filters that apply to all tabs at all times.
Whitelist - Only show matches (same as filter bar)
Blacklist - Do not show/hide matches
Both filter types are OR not AND, so a match on any keyword is considered a match.
2023-11-23 12:07:07 +10:30
XxInvictus c1b8ea99d6 Merge branch 'dev' into XxInvictus-patch 2023-11-23 11:46:44 +10:30
XxInvictus fe21f8d6a9 Patching in ForcePriority changes, needs test case
Patching in the first set which is ForcePriority context menu feature, allows instantly bumping a model to top of priority list no matter what their priority value is.

# TODO
- Needs a test case, I made an attempt but unfortunately I do not know enough to get this working so I have removed it. Doesn't help I had to do some mangling to get the current path joining to work properly with Windows-based paths and pass the current tests.
- The basic test case it needs is 2 Models, Model with lower priority does not record, forcepriority to true on lower priority Model, Model with lower priority should now record, set back to false on lower priority Model, Model with lower priority should no longer record.
2023-11-23 11:45:41 +10:30
0xb00bface b218f9691c Set version to 5.2.3 2023-11-17 21:55:34 +01:00
0xb00bface 3d00b45c7d Fix recording size not properly being reported and transferred between server and client 2023-11-17 21:45:23 +01:00
0xb00bface f55a5fc644 Fix follow / unfollow for Stripchat 2023-11-16 22:45:36 +01:00
0xb00bface 26071d59eb Add migration step for model URLs, which contain spaces 2023-11-16 22:25:59 +01:00
0xb00bface 2f1ef7854a Add Stripchat tags thx to @winkru 2023-11-16 21:26:53 +01:00
0xb00bface 41d32ad681 Fix one directory per group 2023-11-15 22:22:16 +01:00
0xb00bface 0bd2ad6a4b Set version to 5.2.2 2023-11-15 20:13:27 +01:00
0xb00bface 3e038f7429 Fix: MyFreeCams model state updates 2023-11-13 22:14:42 +01:00
0xb00bface f926f784b3 Fix: app won't start, if cache is disabled 2023-11-13 20:08:33 +01:00
0xb00bface 1cf2d35f74 Fix: excessive spawning of threads by the GlobalThreadPool 2023-11-13 19:55:56 +01:00
0xb00bface b677fbbc8c Fix: app won't start, if cache is disabled 2023-11-13 19:55:00 +01:00
0xb00bface 98aa9bc148 Fix: show notification and clear input field after adding a model 2023-11-12 17:58:08 +01:00
0xb00bface 41ffd75d48 Add lifecycle listener to Help server to open the browser once the server is ready 2023-11-12 15:30:23 +01:00
0xb00bface 6b1d8eedec Set version to 5.2.1 2023-11-12 14:10:40 +01:00
0xb00bface 540956fc99 Update changelog 2023-11-12 14:09:35 +01:00
0xb00bface be9ec437ef Fix MVLive browsing 2023-11-12 13:48:52 +01:00
0xb00bface 35592e2f48 Move Help servlets to common module and embed it into the webinterface 2023-11-12 13:48:31 +01:00
0xb00bface fe7b263d2e Fix adding models in the webinterface 2023-11-11 16:57:10 +01:00
0xb00bface 4c408501bb Fix date parsing in Dreamcam playlist by updating to open-m3u8-0.2.8-CTBREC 2023-11-11 15:27:33 +01:00
0xb00bface 8a71668508 Fix NPE in ExternalBrowser 2023-11-11 12:39:18 +01:00
0xb00bface ef2e354d65 Fix graceful shutdown 2023-11-11 11:58:42 +01:00
0xb00bface 797c69c06b Update changelog 2023-11-11 11:11:23 +01:00
0xb00bface 99f1aa5429 Remove RecordingSizeMonitor and update the recording size while recording and during post-processing instead 2023-11-11 11:05:12 +01:00
0xb00bface 28d93674ca Update changelog 2023-11-06 19:48:36 +01:00
0xb00bface f53a667e40 Upgrade JavaFX to 21.0.1 2023-11-06 19:48:22 +01:00
0xb00bface 914545f6df Upgrade launch4j plugin 2023-11-06 19:48:05 +01:00
0xb00bface a08d6ec8c6 Improve login check for Chaturbate 2023-11-05 15:36:56 +01:00
0xb00bface c376f30c56 Add online/offline switch on followed tab for Stripchat 2023-11-05 15:21:24 +01:00
0xb00bface b07a478d03 Add follow / unfollow for Streamray 2023-11-05 15:03:00 +01:00
0xb00bface a9b1080d2f Improve online check for Chaturbate by determining the size of the offline fallback image 2023-11-05 14:52:28 +01:00
0xb00bface 0c5a2df61f Set version to 5.2.0 2023-11-05 14:33:58 +01:00
0xb00bface 970b2ab14e Fix WinkTV browsing 2023-11-05 14:15:20 +01:00
0xb00bface 03dd723fb6 Code cleanup 2023-11-05 12:01:40 +01:00
0xb00bface 541fcf5bc7 Fix Cherry TV search 2023-11-04 21:20:15 +01:00
0xb00bface 02dc6d6fdb Remove log statement 2023-11-04 20:49:17 +01:00
0xb00bface a29d57eb57 Fix import / export of model portraits and notes 2023-11-04 18:15:06 +01:00
0xb00bface 6892e20a65 Fix bug in addedTimestamp migration 2023-11-04 18:14:21 +01:00
0xb00bface bc8ba10557 Move calculation of portrait ID to interface 2023-11-04 18:14:00 +01:00
0xb00bface ffa66fb1bb Preserve the addedTimestamp during import 2023-11-04 16:36:41 +01:00
0xb00bface cf29439a7f Remove recommended tab from CB, because it does not return any recommendations anymore 2023-11-04 13:32:13 +01:00
0xb00bface 2b2182354c Show SILHOUETTE image if CTBREC_DEV is set to 1 2023-11-04 13:10:01 +01:00
0xb00bface 12cd5baf17 Fix import of older exported files 2023-11-03 21:28:28 +01:00
0xb00bface 39667ef2c9 Add test for recording serialization / deserialization 2023-11-03 19:32:16 +01:00