176 Commits

Author SHA1 Message Date
36dbb3de5d GUI improvements 2026-02-18 04:29:51 -06:00
a74ebc810a Update progress messaging for consistency 2026-02-18 03:52:56 -06:00
35bde51e7d Add a warning about missing CDM keys before starting downloads 2026-02-18 03:14:24 -06:00
d662d9be4d Add a download single post/message option to the GUI 2026-02-18 02:24:10 -06:00
ac4061f1ca UI improvements 2026-02-18 01:48:28 -06:00
34ad00ce03 Improve configuration layout 2026-02-18 00:04:37 -06:00
56b951ace0 Rename and organize config values 2026-02-17 22:23:43 -06:00
ac1c814633 Add help links and pages 2026-02-17 17:14:45 -06:00
e58ac7d2a6 Improve the filename format input field's appearance and validation 2026-02-17 13:58:06 -06:00
b6872a2b9e Add a dark theme option to the GUI 2026-02-17 02:10:27 -06:00
da40f3d0c5 Add FFprobe Path and DRM Video Duration Match Threshold to the config page 2026-02-17 01:36:57 -06:00
fccee9a520 Fix warnings 2026-02-17 01:14:07 -06:00
f4479a77ba Merge branch 'fix-partial-video-downloads' into add-initial-gui
# Conflicts:
#	OF DL.Core/Services/DownloadService.cs
2026-02-16 16:01:24 -06:00
661b61be66 Merge branch 'fix-custom-filename-formats' into add-initial-gui 2026-02-16 15:59:16 -06:00
03dd66a842 Fix custom filename formats for paid messages and posts, and fix creator config empty strings 2026-02-16 02:56:03 -06:00
7667939eba Add CLI flag for hiding private info for demo use 2026-02-14 15:43:51 -06:00
162811b267 Creator config modal improvements 2026-02-14 12:41:01 -06:00
85e299db41 Update GUI so that the stop button works quicker and more reliably 2026-02-14 12:30:31 -06:00
35f7d98112 Add a scrollview around the creator configs 2026-02-14 11:10:41 -06:00
7cccdd58a0 Config updates 2026-02-14 01:34:57 -06:00
5af26156c7 Separate OF DL and OF DL GUI projects 2026-02-13 15:17:22 -06:00
712f11dc4b UI improvements to the configuration page 2026-02-13 13:38:04 -06:00
ec8bf47de5 Initial demo GUI 2026-02-13 03:38:44 -06:00
edc3d771d1 Fix misleading wording in download summary messages 2026-02-13 00:53:41 -06:00
b4aac13bc6 Compare downloaded DRM video durations against the duration reported by the MPD to ensure complete downloads 2026-02-13 00:51:57 -06:00
aee920a9f1 Merge pull request 'Major refactor' (#141) from whimsical-c4lic0/OF-DL:refactor-architecture into master
Reviewed-on: sim0n00ps/OF-DL#141
2026-02-13 00:21:58 +00:00
5f945aadfa Fix failing test 2026-02-12 10:57:01 -06:00
f16ad7f138 Improve CLI output to show counts of media 2026-02-12 10:48:44 -06:00
fdb6d55454 Fix ffmpeg logs path on windows 2026-02-12 09:50:59 -06:00
fe0c81b2ac Remove BOM 2026-02-11 12:28:53 -06:00
3503fe1eb4 Fix capitalization in status message 2026-02-10 21:07:50 -06:00
6e0b4eba85 Upgrade dotnet from 8 to 10 2026-02-10 18:01:53 -06:00
f5a8c27cd1 Fix builds 2026-02-10 17:57:20 -06:00
a9a4c2ee20 Add checks for valid auth data before making API calls for media 2026-02-10 16:40:29 -06:00
94e135f168 Add additional AI generated unit tests 2026-02-10 16:14:31 -06:00
e7fd0ee138 Update AGENTS.md 2026-02-10 12:46:25 -06:00
d9825ae62b Add AI generated tests for ApiService and DownloadService 2026-02-10 12:44:52 -06:00
9794eacbc9 Update AGENTS.md to include testing and execution commands 2026-02-10 12:07:18 -06:00
4afa10186c Add generated docs to the .gitignore file 2026-02-10 12:03:34 -06:00
04004c7084 Refactor services 2026-02-10 12:01:33 -06:00
70738fd4ae Add unit tests for the mappers 2026-02-10 11:18:42 -06:00
e184df906f Add header comments and extract duplicated exception logging to a helper function 2026-02-10 10:30:05 -06:00
4889be1890 Update services to use coding and naming standards 2026-02-10 09:52:59 -06:00
4a218a3efe Fix remaining compiler warnings 2026-02-10 09:10:59 -06:00
85c9bc1f57 Fix docker builds 2026-02-10 03:06:15 -06:00
487de58274 Address compiler warning 2026-02-10 02:08:51 -06:00
f7f1fad92d Update AGENTS.md with updated models namespaces 2026-02-10 00:19:21 -06:00
ed06a5e514 Delete unused classes 2026-02-09 23:56:25 -06:00
974b0d4d7a Organize remaining model classes into similar namespaces 2026-02-09 23:56:09 -06:00
9766636d04 Extract repeated mapper methods into a common mapper class 2026-02-09 23:14:52 -06:00