689 Commits

Author SHA1 Message Date
CyferShepard
b0e33c3321 chore: Update docker-latest.yml for branch name change 2024-06-14 16:18:03 +02:00
CyferShepard
0d1664efe8 chore: Add entry.sh to Dockerfile for build process 2024-06-14 16:10:09 +02:00
Thegan Govender
d4e5fd2cd1 Update docker-latest.yml 2024-06-14 15:34:52 +02:00
Thegan Govender
a22b000cf7 Create docker-latest.yml 2024-06-14 15:17:22 +02:00
Thegan Govender
5a37c8b00e Update docker-image.yml 2024-06-14 13:55:34 +02:00
Thegan Govender
1e83abcb5d Update docker-image.yml 2024-06-14 13:18:41 +02:00
Thegan Govender
f8fbdccaab Update docker-image.yml 2024-06-14 12:27:05 +02:00
Thegan Govender
d7efdb1dfc Update docker-image.yml 2024-06-14 12:15:25 +02:00
Thegan Govender
05c58f4ab8 Update docker-image.yml 2024-06-14 12:03:13 +02:00
Thegan Govender
a91164aa7d Update docker-image.yml 2024-06-14 11:47:26 +02:00
Thegan Govender
515b799500 Merge pull request #212 from CyferShepard/unstable
1.1.0 Release
2024-06-14 11:35:18 +02:00
CyferShepard
88e89c1bcc consolidated validation and normalisation of of url to setconfig functions 2024-06-13 22:03:26 +02:00
CyferShepard
41e4eb46c1 fix: Refactor URL formatting for Jellyfin validation and API key validation causing validation url to be saved instead of fixed url 2024-06-09 12:54:28 +02:00
CyferShepard
a60d047a72 chore: Update bulk insert and update query for jf_activity_watchdog table
fix: timestamp update error in watchdog table
chore: removed legacy update code and used db bulkInsert function which has update on conflict handlers
2024-06-09 00:35:58 +02:00
CyferShepard
14dad703d3 fix: resolved bug when converting various date formats in pause update function 2024-06-06 14:09:30 +02:00
CyferShepard
6e33d179f7 fix to replace is-url-http library due to docker build issues 2024-06-06 12:52:47 +02:00
CyferShepard
68252c00af chore: refactored url formating when performing url and api key validation for Jellyfin
fix: fixed validation message bug in settings page for Jellyfin details not diplaying error messages
2024-06-06 10:16:01 +02:00
CyferShepard
59a9b44ab4 Chore: update swagger docs 2024-06-05 08:18:39 +02:00
CyferShepard
4a563e76be chore: Update Readme 2024-06-04 19:30:23 +02:00
CyferShepard
d5c6f1b927 chore: Update environment variable name for Postgres database in backend files
Fix: http/https not being appended to jellyfin server url during setup process, this should address issues #175, #163
2024-06-03 08:59:54 +02:00
CyferShepard
a04f7c4b99 rework to make tracking more accurate based on lastPausedDate field 2024-06-02 19:06:23 +02:00
CyferShepard
abf7f455f4 fix for #207 ui not updating on task interval change 2024-06-02 18:21:28 +02:00
CyferShepard
7d798448ea Changes to Recently Added Items
Now displays Recently added to Jellystat via sync and does not only rely on an active connection to Jellyfin
It will still show items from jellyfin that have been recently added that are have the DateCreate that is Greater than the Last Date Created item in the list
2024-05-24 18:53:41 +02:00
CyferShepard
b1df2e5c36 Merge branch 'unstable' of https://github.com/CyferShepard/Jellystat into unstable 2024-05-21 08:45:18 +02:00
CyferShepard
c1598f918d Fix language resets on logout
Fix Column Actions text not translated
2024-05-21 08:45:15 +02:00
Thegan Govender
6f9a445d21 Merge pull request #205 from EVOTk/EVOTk-patch-fr
Update fr-FR translation.json
2024-05-20 08:14:40 +02:00
EVO
aba5482cef Update fr-FR translation.json
Minor corrections ( principally typo )
2024-05-19 22:58:44 +02:00
CyferShepard
617dcf88a7 translation mapping fix for hour/hours 2024-05-19 10:25:06 +02:00
CyferShepard
42c94fcd90 Added localization to Activity Table
Fixed Localization on Library Activity Watch TIme Stats
Fixed Search placeholder not localized
2024-05-19 00:09:03 +02:00
CyferShepard
7c885fa5aa limit item stat component to 5 2024-05-18 22:27:06 +02:00
CyferShepard
94443f0297 added language settings 2024-05-18 12:03:54 +02:00
CyferShepard
c21152db5e translation code changes 2024-05-17 22:59:49 +02:00
CyferShepard
567dfc7a7f changes to accomodate different language syntax placement
fixes to fr translation json file
2024-05-17 16:15:33 +02:00
Thegan Govender
abb9c51d9d Merge pull request #202 from EVOTk/EVOTk-patch-fr
French translation
2024-05-17 15:51:54 +02:00
EVO
7c53d50af9 Update translation.json 2024-05-17 15:23:03 +02:00
EVO
407b5ef8eb Update translation.json 2024-05-17 09:39:09 +02:00
EVO
f5536cc896 Create FR translation.json 2024-05-17 08:29:54 +02:00
CyferShepard
b81c7cb9ef chore: fix typo in README.md 2024-05-10 21:24:04 +02:00
CyferShepard
14e0bbcdd4 docs: update README with required environment variables 2024-05-10 21:23:24 +02:00
CyferShepard
b52aa34fb3 added documentation regarding env variables
added base_url support
renamed VITE default env prefix to JS
2024-05-10 21:19:11 +02:00
CyferShepard
71c5e0c9da Changed grouping to group by item and user #191 2024-05-10 18:35:24 +02:00
Thegan Govender
37a89d6fda Merge pull request #193 from Gauvino/action-docker
Update realibility of ci and docker-compose
2024-05-10 07:08:48 +02:00
Uruk
7447db5a97 ci: update realibility of ci and docker-compose 2024-05-09 22:28:26 +02:00
CyferShepard
3d1d330467 removed caching from frontend as its not needed and was resulting in old data displaying 2024-05-09 15:43:04 +02:00
CyferShepard
5c95b97145 improvements to activity migration code 2024-05-09 15:02:04 +02:00
CyferShepard
c1e9da3b94 Fix to remove trailers from session list #198 2024-05-08 20:58:15 +02:00
CyferShepard
85a4761127 Color changes to address issue #197 2024-05-03 14:47:45 +02:00
CyferShepard
b79cee28b8 Fix to address multiple insert issue #183 2024-04-30 13:57:53 +02:00
CyferShepard
6385317c3a added function to sync to update id in activity log to match current active item in library where the id changes in jellyfin but the name is the same. Episode matchback is not 100% and items may be missed
#194
2024-04-28 19:47:45 +02:00
CyferShepard
6666bef325 added url to error debug 2024-04-27 15:27:13 +02:00