Scott Idem
a20c436013
Migrate clip/convert to V3 actions; add background clip support, redirect legacy route; update frontend guide
2026-03-11 14:51:08 -04:00
Scott Idem
9d89d4c8e4
fix: exclude account_id and virtual fields from archive_content DB writes
...
- Adds fields_to_exclude_from_db to Archive_Content_Base to prevent SQL errors on non-existent columns.
- Updates documentation for V3 Create/Update patterns and the x-ae-ignore-extra-fields header.
- Propagates account_id_random to hosted file and media processing methods.
2026-02-24 11:30:17 -05:00
Scott Idem
69622dbea6
refactor(core): modularize monolithic routers and methods
...
- Reduced api_crud.py (1843 -> 143 lines) by extracting V1 registry and logic.
- Reduced hosted_file.py (1596 -> 361 lines) by moving storage and media logic to methods.
- Created lib_media.py for specialized video/image processing.
- Created api_crud_methods.py for legacy template handlers.
- Created legacy_v1.py for the legacy object registry.
- Fixed subdirectory_path bug in Hosted File creation.
- Verified full File Lifecycle via consolidated E2E suite.
2026-02-03 17:53:14 -05:00
Scott Idem
df0ce7f910
Saving fixes to the hosted file delete function.
2026-01-22 17:31:29 -05:00
Scott Idem
1e6b9d1c18
Bug fixes for uploading the files. I though the changes being made where not supposed to break legacy endpoints. Not sure what happened. Either way things are almost back to normal.
2026-01-22 16:49:03 -05:00
Scott Idem
48d9e38c39
Bug fixes related to file uploads. Fixing id_random int vs str confusion. For account and for hosted_file.
2026-01-22 16:01:23 -05:00
Scott Idem
0871985f08
Updates to handle scaling videos with ffmpeg.
2025-03-18 17:34:44 -04:00
Scott Idem
78ce11a30d
Improved the video file clip function
2025-01-07 15:45:19 -05:00
Scott Idem
6c5b120526
Increased the maximum filename limit to 255. No consistent with the DB and standards.
2024-05-22 15:54:47 -04:00
Scott Idem
faecd974b9
Lots of changes to get to FastAPI 95.1
2024-04-26 15:15:37 -04:00
Scott Idem
f4eda34035
Saving current progress with change from using Query() to Path()
2024-04-26 14:51:11 -04:00
Scott Idem
5cafd35bda
Bug fix for old directory_path that is no longer used.
2024-02-28 18:25:56 -05:00
Scott Idem
7423e66fec
New video clipping util
2023-11-10 19:17:02 -05:00
Scott Idem
6268d04d16
New video clipping util
2023-11-10 18:51:47 -05:00
Scott Idem
243c07101e
New audio to video conversion tool is ready
2023-11-10 17:29:58 -05:00
Scott Idem
1cfd2421bd
Finalizing the new audio to video file converter
2023-11-10 15:54:04 -05:00
Scott Idem
be6fc9ffb5
Creating new audio to video converter
2023-11-10 15:17:14 -05:00
27fc6beec4
Minor updates for file downloads
2023-10-25 14:41:32 -04:00
Scott Idem
fae8aa8de9
Less debug
2023-09-28 16:42:20 -04:00
Scott Idem
3c10886991
Now sleeping when uploading a new file
2023-09-28 09:58:16 -04:00
Scott Idem
0ac9510546
Bug fixes, clean up, stuff
2023-09-21 12:12:31 -04:00
Scott Idem
03d5586548
Working on range request and seeking for file downloads and streaming
2023-08-18 11:08:57 -04:00
Scott Idem
d59956942d
Working on range request and seeking for file downloads and streaming
2023-08-18 11:07:39 -04:00
Scott Idem
79ea4a9856
Working on range request and seeking for file downloads and streaming
2023-08-18 11:06:37 -04:00
Scott Idem
bea4975e7e
Working on streaming download files and or range selection for file downloads
2023-08-17 20:16:39 -04:00
Scott Idem
b2683e71c5
Trying to fix a logging bug?
2023-06-13 11:55:56 -04:00
Scott Idem
fdefe0e48f
Trying to fix a logging bug?
2023-06-13 11:54:02 -04:00
Scott Idem
5281bcf79d
Trying to fix a logging bug?
2023-06-13 11:51:53 -04:00
b9b45969f3
Allow for PNG
2023-05-16 03:44:34 -04:00
Scott Idem
4b0cec7d36
Finalized PDF to webp conversion. Looks good!
2023-05-04 17:21:09 -04:00
Scott Idem
d75e9fd8c8
Work on hosted files and converting files
2023-05-03 14:11:41 -04:00
Scott Idem
7889eb273b
Work on hosted files and converting files
2023-05-02 20:33:12 -04:00
Scott Idem
d7e1ad6010
Enable download tmp
2023-04-09 21:03:56 -04:00
Scott Idem
d784de4e4a
Enable pdf2image again
2023-04-09 20:59:18 -04:00
Scott Idem
73cf8bfd91
Fix????
2023-04-09 20:49:32 -04:00
Scott Idem
f2309a28a9
Fix?
2023-04-09 19:39:04 -04:00
Scott Idem
0eb775826f
Work on websockets. A lot...
2023-04-07 00:37:57 -04:00
Scott Idem
cff165d9d9
Work on websockets end points and management
2023-03-30 19:27:39 -04:00
Scott Idem
1f856822e2
Minor changes
2022-10-15 23:06:35 -04:00
Scott Idem
ed7e06b5b2
Work on event session, presentation, and presenter
2022-09-21 18:46:19 -04:00
Scott Idem
f3f53e73b4
Work on event files and related
2022-08-19 17:46:19 -04:00
Scott Idem
8bcd67d935
Work on hosted files and archives.
2022-08-11 17:50:50 -04:00
Scott Idem
8d502a9fd0
Work on hosted files. Now with basic hosted directory check and clean up.
2022-08-09 17:43:30 -04:00
Scott Idem
09e3f29501
Too many changes. Work on file uploads, hosted files, deletion of links, records, and stored files.
2022-08-09 16:08:50 -04:00
Scott Idem
fac9ccad75
Work on file uploads, hosted files, deletion of links, records, and stored files.
2022-08-08 18:25:25 -04:00
Scott Idem
90d7619966
Added new route, methods, and models for data_store. Also minor code clean up and less debug.
2022-03-11 17:12:55 -05:00
Scott Idem
398ef69ff7
Work on event launcher, files, and related
2022-03-07 18:21:40 -05:00
Scott Idem
54a084d2cb
Work on temporary hosted files
2021-11-25 12:54:41 -05:00
Scott Idem
24c7411109
Work on temporary hosted file downloads and export creation.
2021-11-23 16:51:41 -05:00
Scott Idem
093cc3913b
Work on event related routes, methods, and models
2021-11-09 15:23:12 -05:00