Cameron
|
88114ef4d4
|
Add Month memory filter span
|
2025-08-09 22:46:25 -04:00 |
|
Cameron
|
caed787c04
|
Add /memories endpoint
|
2025-08-09 22:24:48 -04:00 |
|
Cameron
|
b3a885de28
|
Run cargo fmt
|
2025-08-08 15:06:43 -04:00 |
|
|
|
bf3c26a5f1
|
Merge pull request 'Video Gifs' (#34) from feature/video-gifs into master
Reviewed-on: #34
|
2025-08-08 18:55:13 +00:00 |
|
Cameron
|
2ea36a4c9b
|
Get tests building and sort of passing
|
2025-07-17 20:32:23 -04:00 |
|
Cameron
|
264195d3a2
|
Cleanup warnings
|
2025-07-17 20:08:12 -04:00 |
|
Cameron
|
e5afdd909b
|
Serve video gifs when requested
|
2025-07-02 15:48:49 -04:00 |
|
Cameron
|
3fbdba2b9c
|
Merge branch 'master' into feature/video-gifs
|
2025-06-16 21:06:38 -04:00 |
|
|
|
8dae25606d
|
Merge pull request 'Recursive Sorting fix and many logging/tracing enhancements' (#33) from feature/fix-recursive-sort into master
Reviewed-on: #33
|
2025-06-12 20:03:20 +00:00 |
|
Cameron
|
97a07e11ca
|
Fix SQL injection vulnerability in a tag query
|
2025-06-12 15:01:07 -04:00 |
|
Cameron
|
a25ffcc351
|
Add enhanced logging and tracing for playlist generation
|
2025-06-12 13:12:01 -04:00 |
|
Cameron
|
2c553a8016
|
Additional logging and tracing enhancements
|
2025-06-04 15:05:23 -04:00 |
|
Cameron
|
7c882fd31c
|
Add webp files and improve logging
|
2025-06-03 15:23:39 -04:00 |
|
Cameron
|
6aff7f456a
|
Manually pass the current context around
|
2025-06-03 14:06:19 -04:00 |
|
Cameron
|
c4153b404c
|
Try using current context
|
2025-06-03 13:02:25 -04:00 |
|
Cameron
|
b11d647ffa
|
Try fixing span context for db call tracing
|
2025-06-03 12:51:37 -04:00 |
|
Cameron
|
1e63e0c08c
|
Add DB spans to the various queries
|
2025-06-03 12:07:26 -04:00 |
|
Cameron
|
785ce157e6
|
Get Otel span from the request
|
2025-05-23 18:24:54 -04:00 |
|
Cameron
|
d37deb36fe
|
Additional Otel logging and spans
|
2025-05-23 14:51:54 -04:00 |
|
Cameron
|
24d2123fc2
|
Fix recursive-any tag counting
This is bad security wise so it'll need another pass.
|
2025-05-18 19:57:16 -04:00 |
|
Cameron
|
fe0446a43f
|
Merge branch 'master' into feature/video-gifs
# Conflicts:
# Cargo.toml
# src/files.rs
# src/main.rs
|
2025-05-17 15:57:01 -04:00 |
|
|
|
a79162c66a
|
Merge pull request 'feature/sort-by-tag-count' (#32) from feature/sort-by-tag-count into master
Reviewed-on: #32
|
2025-05-17 17:47:02 +00:00 |
|
Cameron
|
484eec8b39
|
Only use Otel on release builds
|
2025-05-17 13:41:30 -04:00 |
|
Cameron
|
5b17fba51f
|
Add sorting by a File's Tag Count
|
2025-05-17 13:41:14 -04:00 |
|
|
|
f216723df0
|
Merge pull request 'feature/otel-telemetry' (#31) from feature/otel-telemetry into master
Reviewed-on: #31
|
2025-05-07 00:26:26 +00:00 |
|
Cameron
|
518fba0ef5
|
Add missing otel.rs
|
2025-05-06 20:26:02 -04:00 |
|
Cameron
|
d6451ee782
|
Add Simple OpenTelemetry setup
|
2025-05-06 20:15:03 -04:00 |
|
Cameron
|
399f5f2336
|
Add ability to create summary clips of existing videos
|
2024-12-14 20:55:10 -05:00 |
|
Cameron
|
0edb0dbdd1
|
Cleanup
|
2024-12-07 21:53:39 -05:00 |
|
Cameron
|
b2a361faba
|
First pass on creating gifs from a video
|
2024-12-07 21:49:33 -05:00 |
|
Cameron
|
4e4a2240cf
|
Move video.rs into its own module
|
2024-12-07 21:46:37 -05:00 |
|
|
|
f99360cd9e
|
Merge pull request 'feature/shuffle-sort' (#30) from feature/shuffle-sort into master
Reviewed-on: #30
|
2024-12-06 16:25:42 +00:00 |
|
Cameron
|
3ce1b84604
|
Sort on recursive search
Run clippy
|
2024-12-06 11:21:42 -05:00 |
|
Cameron
|
4a91c6344a
|
Use exclude subquery for recursive all tag search
|
2024-12-06 11:04:08 -05:00 |
|
Cameron
|
ff13a57d0e
|
Try subquery for excluding tags
|
2024-12-06 10:58:40 -05:00 |
|
Cameron
|
03f3756ffd
|
Remove tag count from any tag query
|
2024-12-06 09:54:53 -05:00 |
|
Cameron
|
787d1fd5d0
|
Fix recursive search at the root, cleanup video generation return
|
2024-12-06 09:47:21 -05:00 |
|
Cameron
|
8bc9c5585e
|
log ffmpeg output and cleanup video creation
|
2024-12-05 20:47:51 -05:00 |
|
Cameron
|
04a7cb417f
|
Bump app version to 0.2.0
|
2024-12-05 20:30:45 -05:00 |
|
Cameron
|
18ba5796b0
|
Update to rust 2021
Fix tests
|
2024-12-05 20:27:01 -05:00 |
|
Cameron
|
9c2cd2566f
|
Prepare for rust edition 2021
|
2024-12-05 20:25:00 -05:00 |
|
Cameron
|
8daa35b5a7
|
Fix recursive search when beneath top level directory
|
2024-12-05 20:19:38 -05:00 |
|
Cameron
|
0419aa2323
|
Scan and generate Video HLS playlists on startup
Refactored and improved video path state. Bumped versions of some dependencies.
|
2024-12-05 20:19:03 -05:00 |
|
Cameron
|
2b2a811cae
|
Fix recursive filtering under base path
|
2024-12-04 19:50:04 -05:00 |
|
Cameron
|
b7f13d4cbf
|
Fix exclude filtering for any tags
|
2024-12-04 19:42:00 -05:00 |
|
Cameron
|
d280db8482
|
Fix exclude filtering
|
2024-11-27 16:42:17 -05:00 |
|
Cameron
|
0af7c8f98b
|
Fix missing return and update test signatures
|
2024-11-27 15:43:27 -05:00 |
|
Cameron
|
9327208deb
|
Remove filtering when recursively searching with tags
|
2024-11-25 21:40:25 -05:00 |
|
Cameron
|
a668b14116
|
Update deprecated functions
|
2024-11-24 12:56:21 -05:00 |
|
Cameron
|
860e7a97fb
|
Use TagDao for improved filtering
|
2024-11-24 09:49:03 -05:00 |
|