2
0
forked from sim0n00ps/OF-DL

130 Commits

Author SHA1 Message Date
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
ff431a377d Create OF DL.Core project to contain all the application logic for future GUI development 2026-02-09 22:39:23 -06:00
9fe84e9d9f Add AGENTS.md 2026-02-09 22:27:34 -06:00
4c680a40b5 Remove application logic from Program and continue to fix compiler warnings 2026-02-09 13:59:41 -06:00
17af1e8dfe Address compiler warnings 2026-02-09 04:48:21 -06:00
44a9fb1fcd Reduce duplicated code and simplify download media methods 2026-02-09 04:34:38 -06:00
a8b2acaad6 Fix custom filename format configs 2026-02-09 04:31:27 -06:00
a57af4042f Refactor remaining entities 2026-02-09 01:10:05 -06:00
fee9ca1e97 Update XML comments 2026-02-09 00:55:54 -06:00
407419a819 Replace string.Empty with "" 2026-02-09 00:55:28 -06:00
cd5c22d862 Refactor Subscriptions entities into DTOs and application entities with standardized naming conventions and default values 2026-02-09 00:46:19 -06:00
a9b135636b Refactor Users entities into DTOs and application entities with standardized naming conventions and default values 2026-02-09 00:31:52 -06:00
40ccf7aa62 Refactor Streams entities into DTOs and application entities with standardized naming conventions and default values 2026-02-09 00:10:09 -06:00
849fbbc919 Refactor Stories entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 23:27:36 -06:00
6c60509398 Refactor Purchased entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 22:58:05 -06:00
3c307bf7de Refactor Posts entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 21:04:09 -06:00
d8794ee219 Refactor Message entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 19:15:32 -06:00
911f98bc25 Refactor List entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 17:44:50 -06:00
2e3f17945e Refactor Highlight entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 16:16:38 -06:00
f243471b29 Remove BOM from files 2026-02-08 15:45:40 -06:00
35712da12d Refactor Archived entities into DTOs and application entities with standardized naming conventions and default values 2026-02-08 15:29:42 -06:00
50217a7642 Rename Entities to Models 2026-02-08 14:06:13 -06:00
6784ba0a18 Autoformat the entire solution 2026-02-06 01:42:57 -06:00
7af7bd8cfa Remove license header template and c++ rules 2026-02-06 01:42:01 -06:00
e9ab485188 Remove utils class in favor of a couple private functions 2026-02-06 01:35:50 -06:00
5df13775f0 Fix incorrect namespaces 2026-02-06 01:34:57 -06:00
86ee476dc5 Remove unused imports 2026-02-06 01:31:43 -06:00
7f1cd03f2f Update .editorconfig with additional rules from dotnet/runtime 2026-02-06 01:28:54 -06:00
4711c53746 Replace helper classes with services 2026-02-06 00:59:07 -06:00
d7bae3e260 Move config and logging into services 2026-02-05 02:21:05 -06:00
6c00f1a6aa Add helpers as services 2026-02-05 01:04:50 -06:00
a566cd0b71 Add dependency injection for config 2026-02-05 00:22:22 -06:00
43fb74067c Remove checks for "upload" in media urls to stop media being excluded incorrectly 2026-01-04 00:59:29 +00:00
1c0536e766 Merge pull request 'Remove the quotes around the boolean DisableBrowserAuth config option' (#126) from whimsical-c4lic0/OF-DL:fix-incorrect-config-type into master
Reviewed-on: sim0n00ps/OF-DL#126
2026-01-03 00:58:53 +00:00
cdca0d5a57 Merge pull request 'Upgrade puppeteer sharp to fix 1.9.18 browser based auth in docker' (#125) from whimsical-c4lic0/OF-DL:upgrade-puppeteer-sharp into master
Reviewed-on: sim0n00ps/OF-DL#125
2026-01-03 00:58:43 +00:00
f4d1094c57 Remove the quotes around the boolean DisableBrowserAuth config option 2026-01-02 14:22:46 -06:00
d64012b9f1 Upgrade puppeteer sharp to fix issue with newer versions of chromium 2026-01-02 14:00:34 -06:00
bd0a2b6de6 Download Single Paid Message also download Preview Media 2026-01-01 23:16:18 +00:00
d5aa568afb Merge pull request 'fix: force media to empty list when null to avoid object deref error during purchased media processing' (#105) from nyc_tk/OF-DL:fix-purchased-media-obj-deref-error into master
Reviewed-on: sim0n00ps/OF-DL#105
2026-01-01 19:41:35 +00:00
4a07c03fc5 Merge pull request 'fix: updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages' (#103) from nyc_tk/OF-DL:docker-update-ffmpeg into master
Reviewed-on: sim0n00ps/OF-DL#103
2026-01-01 19:40:48 +00:00
fc4ecf9b5e Force media to empty list when null to avoid object deref error 2025-12-15 23:12:35 -05:00
fcd287027f Updating Docker for ffmpeg 7.0 - requires Alpine v3.23 community packages 2025-12-15 22:24:14 -05:00
167d6640e3 Move DisableBrowserAuth to Auth 2025-12-14 18:47:18 +00:00
e9786f2341 Merge pull request 'Add additional logging for ffmpeg and prevent NRE errors from obscuring the actual errors from ffmpeg.' (#97) from ffmpeg_additional_logging into master
Reviewed-on: sim0n00ps/OF-DL#97
2025-12-14 15:39:10 +00:00
Melithine
0eae466368 Add additional logging for ffmpeg and prevent NRE errors from obscuring the actual errors from ffmpeg. 2025-12-13 19:55:59 -08:00
616aaef1c8 Merge pull request 'Add doc site and Discord invite after the startup banner.' (#89) from header_update into master
Reviewed-on: sim0n00ps/OF-DL#89
Reviewed-by: whimsical-c4lic0 <whimsical-c4lic0@noreply.localhost>
2025-12-13 19:30:56 +00:00
34f055b00e Merge pull request 'Fix 32-bit integers' (#94) from whimsical-c4lic0/OF-DL:fix-32-bit-integers into master
Reviewed-on: sim0n00ps/OF-DL#94
Reviewed-by: melithine <melithine@noreply.localhost>
2025-12-13 19:30:27 +00:00