81 Commits

Author SHA1 Message Date
c2ab3dd79f Update work with recent major refactor 2026-02-11 13:20:06 -06:00
de97336f6c Merge branch 'refactor-architecture' into replace-puppeteer-with-playwright
# Conflicts:
#	Dockerfile
#	OF DL/Helpers/AuthHelper.cs
#	OF DL/OF DL.csproj
#	OF DL/Program.cs
2026-02-11 12:37:26 -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
04004c7084 Refactor services 2026-02-10 12:01:33 -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
974b0d4d7a Organize remaining model classes into similar namespaces 2026-02-09 23:56:09 -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
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
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
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
e106fa2242 Document the stealth script creation process 2026-01-04 22:41:34 -06:00
568a071658 Merge branch 'master' of https://git.ofdl.tools/whimsical-c4lic0/OF-DL into replace-puppeteer-with-playwright 2026-01-04 22:30:33 -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
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
fc4ecf9b5e Force media to empty list when null to avoid object deref error 2025-12-15 23:12:35 -05:00
167d6640e3 Move DisableBrowserAuth to Auth 2025-12-14 18:47:18 +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
7bd5971695 Merge branch 'master' into replace-puppeteer-with-playwright 2025-12-14 02:29:11 +00: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
e7e1556b3c Convert all sizes from int to long 2025-12-13 02:57:58 -06:00