Commit Graph

653 Commits

Author SHA1 Message Date
Zlendy
67bdb8dafb refactor: Replace moment with dayjs
https://day.js.org/en/
2025-06-21 00:04:11 +02:00
CyferShepard
24517c4d82 fix: update base image to node:lts-slim for improved stability 2025-06-14 18:45:17 +02:00
Thegan Govender
48b5d378c0 Merge pull request #391 from Sanidhya30/main
Enhancement: Support for Visualizing Total Duration/Total Playback Time in Statistics Page
2025-06-14 18:41:04 +02:00
CyferShepard
f11dfc187c fix: update base image to node:lts-slim for improved stability 2025-06-14 18:33:56 +02:00
Thegan Govender
0957ec1e69 Merge pull request #404 from chrisvgt/feature/add_language_german
Add Translation German
2025-06-14 17:38:58 +02:00
chrisvgt
db8d0a3ca0 feat: add language german 2025-06-12 15:18:14 +02:00
CyferShepard
41e9a6e0cf Fix failed backup bug due to not awaiting log insert #393 2025-05-24 22:14:06 +02:00
Thegan Govender
84aa0f022c Merge pull request #395 from nath1416/feature/added-ghcr-pipeline
Added github container registry to pipeline
2025-05-22 19:07:25 +02:00
Nath1416
e0aa9dee77 Added github container registry to pipeline 2025-05-21 22:31:28 -04:00
Sanidhya Singh
e668f7121c Removing debug changes 2025-05-06 14:39:09 +05:30
Sanidhya Singh
07fbfdca71 Updating exports.down for migrations and css change 2025-05-06 14:38:10 +05:30
Sanidhya Singh
579a7a3f8b Changes for the daily & weekly playback duration charts 2025-05-06 00:24:16 +05:30
Sanidhya Singh
c1800334a6 Daily watch time changes 2025-05-05 22:56:18 +05:30
Sanidhya Singh
f05d9fb948 Initial changes for total time view 2025-05-05 15:39:05 +05:30
CyferShepard
2de6616129 bump version to 1.1.7 in package.json and package-lock.json 2025-05-02 08:04:56 +02:00
Thegan Govender
51e710ea3b Merge pull request #389 from CyferShepard/main
Rebase Main 1.1.6
2025-05-02 08:01:26 +02:00
Thegan Govender
54185bb221 Merge pull request #388 from CyferShepard/unstable
Release V1.1.6
2025-05-01 19:09:35 +02:00
CyferShepard
833e8852eb update set config logic to change default prefered admin if a value is set and is not included in the current admins list 2025-05-01 14:35:51 +02:00
CyferShepard
a4f0d07aaf update archive logic for shows to only update seasons/episodes where archived items/seasons contains items withouth the archived flag 2025-05-01 14:10:01 +02:00
CyferShepard
d986f46030 fix no login required issue #373 2025-04-24 18:47:18 +02:00
CyferShepard
7e42aea9e2 Merge branches 'unstable' and 'unstable' of https://github.com/CyferShepard/Jellystat into unstable 2025-04-24 18:37:21 +02:00
CyferShepard
3cd1cc3372 Refactor genre data handling in GenreStatCard for improved sorting and display
Genres no display the top 15 genres alphabetically
should fix #359
2025-04-24 18:37:18 +02:00
Thegan Govender
22cd73d2b3 Merge pull request #378 from Zlendy/get-views-by-library-type
feat: API endpoint `/stats/getViewsByLibraryType`
2025-04-19 21:50:32 +02:00
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