Zlendy
2fcbf78ddf
refactor: Use Map<K,V> instead of Object
2025-04-19 20:24:08 +02:00
Zlendy
8532f1ed2f
fix: /stats/getViewsByLibraryType can return an empty object
2025-04-19 20:19:45 +02:00
Zlendy
fc8c5fa233
feat: API endpoint /stats/getViewsByLibraryType
2025-04-19 19:56:28 +02:00
Thegan Govender
dba9d5a7c6
Merge pull request #376 from Zlendy/statistics-get
...
refactor: Use GET in `/statistics` API endpoints instead of POST
2025-04-18 14:29:21 +02:00
Zlendy
85336327f7
chore: Generate swagger schema
2025-04-18 10:38:02 +02:00
Zlendy
5acb7bb1d0
refactor: Use GET in /statistics API endpoints instead of POST
2025-04-18 10:26:23 +02:00
CyferShepard
b44dc5ff86
Fix onExit callback condition to only trigger on non-zero exit codes
2025-04-14 21:22:57 +02:00
CyferShepard
f8436f39a0
Bump version to 1.1.6
...
Ensure worker exits when task completes
2025-04-14 18:49:14 +02:00
Thegan Govender
8f3407a8bb
Merge pull request #370 from CyferShepard/main
...
Rebase Main 1.1.5
2025-04-14 18:32:23 +02:00
Thegan Govender
5f8e9dd589
Merge pull request #366 from CyferShepard/unstable
...
Hotfix Release V1.1.5
2025-04-11 23:32:50 +02:00
CyferShepard
3673bbfcef
Refactor ActivityMonitor.js for improved error handling and code readability #360
2025-04-09 18:53:28 +02:00
CyferShepard
67d14d5584
Add max width styling to session details in SessionCard component #361
2025-04-09 17:49:35 +02:00
CyferShepard
75240c549f
Add tooltips and ellipsis styling for session details in SessionCard component #361
2025-04-09 10:18:25 +02:00
CyferShepard
54df8a2a87
Improve session subtitle display with ellipsis and max width styling #361
2025-04-09 09:15:45 +02:00
CyferShepard
a3d74af981
fix for numeric sql error. #357
2025-04-09 08:36:15 +02:00
CyferShepard
6e80cee618
Expanded Exclusion list for numeric conversion on db queries
2025-04-08 10:22:08 +02:00
CyferShepard
7348c22ab8
Version Bump 1.1.5
...
add better logging for child worker threads
add better error handling for updateSingleFieldOnDB function
2025-04-08 09:34:44 +02:00
Thegan Govender
6d0cf98988
Merge pull request #354 from CyferShepard/main
...
Merge pull request #353 from CyferShepard/unstable
2025-04-06 22:44:13 +02:00
Thegan Govender
bbef939468
Merge pull request #353 from CyferShepard/unstable
...
Release V1.1.4
2025-04-06 22:40:54 +02:00
CyferShepard
1407c3d4c3
Add "NowPlayingItemName" to skippedColumns in query results
2025-04-06 16:12:36 +02:00
CyferShepard
c720e56c08
Add numeric conversion for query results and implement isNumeric helper function
2025-04-06 01:20:49 +02:00
CyferShepard
ccc8469716
Added validation for Genres by Whitlisting Genre titles
...
Changed sort order on those endpoints to order genres alphabetically
fixed auth bug
Update api docs
2025-03-31 09:41:40 +02:00
CyferShepard
25b8627088
removed axis line from chart
2025-03-30 17:51:58 +02:00
CyferShepard
a8e4c9f00b
generalized Genre stat card
...
Added Genre stat card to libary views #292
bug fixes on Genre chart view
2025-03-30 17:46:07 +02:00
CyferShepard
607b21c542
Added Genre stats to users page #292
...
Added Genres to items table
enhanced db-helper to add group by
fixed bug in fb-helper where null rows triggered a not count prop error
fixed issue where no plays on user screen attempted to open the item page
updated translations for genres
2025-03-30 17:33:58 +02:00
CyferShepard
17fb7d6813
api fixes for config not loading during sycn on new threads
2025-03-30 13:52:43 +02:00
CyferShepard
1a57684624
update to session card design #342
2025-03-30 13:39:25 +02:00
CyferShepard
7b4f1f4694
ui fixes on activity table
...
made Transcode column open the stream details modal
2025-03-26 21:51:14 +02:00
CyferShepard
13871adb81
Remove size property from Transcode column in activity table
2025-03-22 10:47:41 +02:00
CyferShepard
3c14740381
Fixes for new Transcode Column to use the api for filtering and sorting
...
Update language packs
css fixes
2025-03-22 10:46:24 +02:00
Thegan Govender
6468a85e9e
Merge pull request #335 from sususu98/enhancement/transcodesInfo
...
Enhancement/transcodes info
2025-03-22 10:21:37 +02:00
CyferShepard
08d5a55e7e
add 10s delay to first run of full sync
...
prevent task scheduler from running if config is not completed
2025-03-15 15:00:56 +02:00
CyferShepard
ab3a530088
fix for writing default task intervals to db
2025-03-15 14:47:30 +02:00
CyferShepard
0c67a67b68
fix for libraries not loading after first sync #336
2025-03-11 15:45:31 +02:00
sususu98
cef91fad1d
Merge branch 'unstable' into enhancement/transcodesInfo
2025-03-11 18:01:59 +08:00
sususu98
4ca537e7ec
docs(translation): add and update translations for Chinese locale
2025-03-11 17:29:26 +08:00
sususu98
49d7382a65
feat(src/pages/components/activity/stream_info.jsx): add transcode reasons and update video/audio stream detection logic.
2025-03-11 17:28:49 +08:00
sususu98
03b3899f6d
feat: add DirectStream support in item-activity, playback_method_stats, and user-activity.
2025-03-11 17:28:49 +08:00
CyferShepard
8bb797c89e
Merge branch 'unstable' of https://github.com/CyferShepard/Jellystat into unstable
2025-03-11 11:16:47 +02:00
CyferShepard
8d48a30d0f
fix for blank settings page due to non predefined interval values
2025-03-11 11:16:43 +02:00
Thegan Govender
5f44af0a46
Merge pull request #332 from sususu98/fix-dockercompose
...
fix(docker-compose.yml): move logging configuration to individual services
2025-03-11 11:10:11 +02:00
Thegan Govender
d8542a4274
Merge pull request #331 from FieldofClay/set-ip
...
allow configuring LISTEN_IP/enable IPv6 support
2025-03-09 13:36:35 +02:00
FieldofClay
bc9f24fa00
allow configuring listen IP
2025-03-09 09:47:09 +11:00
CyferShepard
d7953caac3
added missing onexit for different tasks
...
updated task state to failed when stopped
2025-03-07 23:25:04 +02:00
CyferShepard
cd165a5c47
fix for #249
...
also fixed activity materialized view not refreshing for imported data
2025-03-07 23:14:59 +02:00
CyferShepard
ec6a165c6b
null config fix for threaded tasks using plugins endpoint
2025-03-07 23:01:49 +02:00
CyferShepard
32a0508f46
improve message handling in WebSocket server to ensure valid payload structure
2025-03-06 09:28:26 +02:00
sususu98
f0f437b591
chore: add .env to gitignore
2025-03-06 09:49:46 +08:00
CyferShepard
a0086dd29e
added Stop to translations
2025-03-05 12:28:42 +02:00
sususu98
89d222d6b5
fix(docker-compose.yml): move logging configuration to individual services
2025-03-05 12:06:03 +08:00