Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MediaTracker 1.0 #569

Open
wants to merge 115 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
50fde76
initial commit
bonukai Jan 17, 2024
8617875
remove unused import
bonukai Jan 17, 2024
96ae4ee
add migration for depreciated sort by "rank"
bonukai Jan 17, 2024
9f9c62e
update .gitignore
bonukai Jan 17, 2024
c1f938e
update dependencies
bonukai Jan 17, 2024
6902155
add README
bonukai Jan 17, 2024
ce5c468
Update license
bonukai Jan 17, 2024
6a1a394
update VScode settings
bonukai Jan 17, 2024
c275580
update package.json
bonukai Jan 17, 2024
3b4ac29
add VScode workplace
bonukai Jan 17, 2024
952c909
update dependencies
bonukai Jan 17, 2024
2ae6fea
add Dockerfile
bonukai Jan 17, 2024
28366bc
update eslint config
bonukai Jan 17, 2024
315b27b
remove eslint comments
bonukai Jan 17, 2024
ce79c96
remove unused hook
bonukai Jan 17, 2024
aa57b90
check for nullable property
bonukai Jan 17, 2024
55021c3
remove non-null assertions
bonukai Jan 17, 2024
836fe35
add option to use TvMaze for episode release dates
bonukai Jan 18, 2024
727c42e
add TMDB disclaimer
bonukai Jan 18, 2024
d540da8
[CodeFactor] Apply fixes
code-factor Jan 18, 2024
390ec58
fix pagination where number of pages is less then 8
bonukai Feb 27, 2024
4348d87
save and display prefix of application token
bonukai Feb 27, 2024
07a6e05
update tasks.json
bonukai Feb 27, 2024
9bd29a9
change nonempty to min in zod schema
bonukai Mar 7, 2024
f4af175
add lingui to the server
bonukai Mar 13, 2024
77f3f92
update dependencies
bonukai Mar 13, 2024
82880bd
Rename date.tsx to Date.tsx
bonukai Mar 16, 2024
d0c58d1
Update client/src/App.tsx
bonukai Mar 16, 2024
5907f77
Merge branch 'wip' of github.com:bonukai/MediaTracker into wip
bonukai Mar 17, 2024
21e5263
Update ConfigurationPage.tsx (#582)
bonukai Mar 21, 2024
2da0a0f
remove version from client/package.json (#587)
bonukai Mar 28, 2024
b3b505c
fix: show log msg "Running migrations" before running migrations, not…
bonukai Mar 28, 2024
ebedb08
fix: add migration to rename "my-rating" to "user-rating" in list sor…
bonukai Mar 28, 2024
5445161
fix: display message, if there are no migrations to run (#591)
bonukai Mar 28, 2024
401fb6f
add Postgres support to Docker (#594)
bonukai Mar 28, 2024
2935aa8
add "demo" mode (#592)
bonukai Mar 28, 2024
98e3377
rename "Configuration" to "Server configuration" (#595)
bonukai Mar 28, 2024
a2a7cdb
add extension to Router import (#596)
bonukai Mar 28, 2024
923d5cb
update audible type schema
bonukai Apr 4, 2024
0b852fd
small improvements to Checkbox
bonukai Apr 4, 2024
fef3d19
update types
bonukai Apr 4, 2024
3c303f1
format file
bonukai Apr 4, 2024
bcb82fa
coerce numberOfPages
bonukai Apr 4, 2024
d3fe413
typing fixes and improvements (#606)
bonukai May 7, 2024
8caad4d
rename logo file
bonukai May 7, 2024
d416674
typing refactoring (#607)
bonukai May 7, 2024
eff0087
Notifications (#608)
bonukai May 7, 2024
dc25b87
delete duplicate posters (#609)
bonukai May 7, 2024
7307842
fix bug in notifications migration (#610)
bonukai May 7, 2024
9839103
fix: handle edge cases in migration (#611)
bonukai May 7, 2024
0255a9e
remove "totalRuntime" from list response (#612)
bonukai May 8, 2024
0e99425
update dependencies (#613)
bonukai May 8, 2024
9de22f3
update translation files (#614)
bonukai May 8, 2024
425434d
Convert all release dates to UTC (#617)
bonukai May 16, 2024
0ae6180
fix typo
bonukai May 28, 2024
96a7db5
add error handling to API router (#620)
bonukai May 28, 2024
8298974
Fix browser "freeze" when downloading new images (#621)
bonukai May 28, 2024
4cd2071
update "server-configuration" link
bonukai May 28, 2024
000fa55
fix bug in updateImage
bonukai May 28, 2024
697c8d4
update .gitignore
bonukai May 28, 2024
5cf1547
Merge pull request #622 from bonukai/patch
bonukai May 28, 2024
a3a3671
remove redundant @types/sharp
May 29, 2024
e63cab5
Update README.md
bonukai May 29, 2024
0d1647a
create database directory if not exists, for sqlite
May 29, 2024
3f0b2a7
Merge branch 'wip' of https://github.com/bonukai/MediaTracker into wip
May 29, 2024
c99dced
update link to configuration page
May 29, 2024
eaf31cf
fix: add error handling to notification functions
bonukai Jun 12, 2024
6a5b01b
fix: further improvements on posters
bonukai Jun 12, 2024
4d91be0
Merge pull request #625 from bonukai/img
bonukai Jun 12, 2024
98ac1a8
parse all release dates without time as midnight in local time
bonukai Jun 12, 2024
dbc8e0d
Merge pull request #626 from bonukai/date
bonukai Jun 12, 2024
fe1a511
fix: use episode runtime from TMDB
bonukai Jun 20, 2024
f46bb13
update typescript
bonukai Jun 20, 2024
c068982
store runtime in milliseconds
bonukai Jun 20, 2024
18396a5
Merge pull request #629 from bonukai/runtime
bonukai Jun 20, 2024
7cef030
update typescript
bonukai Jun 20, 2024
aaf1bae
schedule updates last and upcoming episodes
bonukai Jul 9, 2024
eda176e
Merge pull request #631 from bonukai/lastAndUpcomingEpisode
bonukai Jul 9, 2024
9244da9
fix option parsing to allow use of postgresql
ramebd Nov 28, 2024
e47eeec
fix the following error when picking the max seen date per mediaitem.
ramebd Nov 29, 2024
84f395d
fix issue with numeric values being returned as strings
ramebd Nov 30, 2024
ad17031
remove sortQuery when doing a simple count(*)
ramebd Nov 30, 2024
2bcba94
remove select * when doing a count(*)
ramebd Nov 30, 2024
b5fc89d
update option parsing
bonukai Nov 30, 2024
031d1b2
rename migration and update it to retain data
bonukai Nov 30, 2024
e6fb438
fix bug, where a directory was created with the sqlite database if it…
bonukai Nov 30, 2024
c6cea03
make id column in seenEpisodesCount auto increment
bonukai Nov 30, 2024
12f281b
simplify pg types parsing
bonukai Nov 30, 2024
d5bd6b3
remove mysql client
bonukai Nov 30, 2024
197917b
Merge branch 'wip' into wip
bonukai Nov 30, 2024
c9f593f
clear all upcoming and last aired episodes when performing system wid…
bonukai Nov 30, 2024
0930a4a
fix add list popup not showing
bonukai Nov 30, 2024
6c6d824
fix upcoming and last aired episode
bonukai Dec 1, 2024
0c6f8f4
Merge pull request #2 from bonukai/wip
ramebd Dec 1, 2024
8796ffc
fix justWatchProviders and seen query
bonukai Dec 2, 2024
d5112ae
Merge branch 'wip' of github.com:ramebd/MediaTracker into wip
bonukai Dec 2, 2024
f74a980
Merge pull request #644 from ramebd/wip
bonukai Dec 2, 2024
2c839a8
update dependencies
bonukai Dec 2, 2024
b969d42
last and next airing
bonukai Dec 7, 2024
e428393
Merge pull request #646 from bonukai/patch
bonukai Dec 7, 2024
c546ab1
configure vitest
bonukai Dec 8, 2024
a87e00d
database transaction fix
bonukai Dec 8, 2024
24048e9
optimize list items seen filter
bonukai Dec 8, 2024
41d7419
Merge pull request #647 from bonukai/patch
bonukai Dec 8, 2024
e92a8d4
implement #638
bonukai Dec 8, 2024
0f6de1a
add github actions
bonukai Dec 8, 2024
b932d16
Update tests.yml
bonukai Dec 8, 2024
743e241
update dependencies
bonukai Dec 8, 2024
8925f8f
Update tests.yml
bonukai Dec 8, 2024
f027635
update Dockerfile
bonukai Dec 21, 2024
a223817
update esbuild.js script
bonukai Dec 21, 2024
a16e468
Update tests.yml
bonukai Dec 21, 2024
2710959
ryot import
bonukai Dec 21, 2024
194c8ad
Merge pull request #658 from bonukai/ryot_import
bonukai Dec 21, 2024
4f4c6fe
fix next/last airing date sort order on SQLite
bonukai Dec 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 6 additions & 18 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
.git
.gitignore

node_modules

client/node_modules
client/npm-debug.log

server/node_modules
server/npm-debug.log
server/img
server/assets_cache
server/build
server/docs
server/data.db

rest-api/node_modules
rest-api/npm-debug.log
.vscode
build
node_modules
Dockerfile
client/node_modules
client/dist
10 changes: 0 additions & 10 deletions .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/api_documentation.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/codecov.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/crowdin.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/demo.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/publish_release.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/tests.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/update_docker_hub_description.yml

This file was deleted.

Loading