Roardom
926747e905
update: collection on similar meta and collection posters
...
Show all movies in a collection that the current movie is in, in the similar meta. Also show movie posters instead of a collection card in the relations panel on the torrent page. Reorganize the relations so that plurals are correct and match the relation stored in the database. Even though there can be only one collection per movie as defined by tmdb, that's not the way the tables are stored and the queries are done, so use plural naming for now.
2025-04-02 09:16:32 +00:00
Roardom
ae33c74f2b
refactor: prefix tmdb metadata models with tmdb
...
Will help for when there exists other metadata sources available (such as already done for igdb)
Step 4 in cleaner meta fetching code.
2025-03-17 20:41:01 +00:00
Roardom
b86475a732
add: strict types to all files
2024-05-23 13:58:29 +00:00
Roardom
6cf41fb416
update: clean up stylesheets
2023-12-30 05:50:26 +00:00
Roardom
cd01f84d91
fix: slow queries on person page
...
From 3 seconds to 75ms.
2023-07-24 01:33:08 +00:00
Roardom
d2e36c368e
refactor: reduce temporary variables passed to views
2023-06-19 23:25:40 +00:00
Roardom
b5493c5642
refactor: swap where('id', '=', ) for find()
2023-06-19 23:18:40 +00:00
Roardom
7e1bb1ad5b
update: new metadata redesign
2023-03-19 18:48:55 -05:00
HDVinnie
40a88aad1d
PHP Style Change (Laravel Pint CI)
2023-02-22 12:10:12 +00:00
HDVinnie
b3760b45e2
cleanup: meadiahub
...
- removes lingering files and routes from #2612
- https://github.com/HDInnovations/UNIT3D-Community-Edition/pull/2612
2023-02-22 07:09:11 -05:00
Roardom
5ec995bb7d
Update: remove redundant mediahub views
2023-02-20 19:35:51 -06:00
HDVinnie
d18aee6837
update: mediahub genres
2023-02-13 06:51:03 -05:00
Roardom
d9dac0f64e
fix: mediahub entries where no torrents exist
2023-02-09 19:42:20 -06:00
Roardom
43c0d1583e
update: mediahub
2023-02-09 03:19:20 -06:00
HDVinnie
472c820f99
update: UNIT3D linting
...
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
HDVinnie
85ab302611
update: announce
2023-01-23 21:31:51 -05:00
HDVinnie
4da8bc29de
PSR12 Linting
2023-01-05 07:54:08 +00:00
Roardom
50e7463926
update: cache personal freeleeches
2023-01-04 23:07:23 -06:00
HDVinnie
2ca429c4ce
Revert "PSR12 Linting"
...
This reverts commit 7e65e1d589 .
2022-09-11 19:51:58 -04:00
HDVinnie
7e65e1d589
PSR12 Linting
2022-09-11 23:50:41 +00:00
HDVinnie
594b7864d9
refactor: adopt new helpers in laravel 9
2022-03-06 17:20:05 -05:00
HDVinnie
9099771956
update: tv mediahub
...
- properly link matched torrents
2022-02-07 17:40:19 -05:00
HDVinnie
98521378d2
chore: phpdoc blocks
2022-01-10 17:46:43 -05:00
HDVinnie
a2cdb5f5ff
update: type hints
2022-01-08 14:37:50 -05:00
HDVinnie
d7cb337f5f
chore: streamline query builder orderBy calls with asc and desc arguments
2022-01-08 03:34:17 -05:00
HDVinnie
97394c062f
chore: adopt type hints
2022-01-07 23:35:33 -05:00
HDVinnie
5dcd0ef095
update: mediahub
2021-12-06 09:25:13 -05:00
HDVinnie
2b71daa7d2
update: collection controller
2021-09-21 16:44:13 -04:00
clandestine8
a737482e79
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
Oha-you
4300f72886
fix: Mediahub - genres, companies, networks, persons, tv/movies
2021-06-01 23:28:31 +03:00
HDVinnie
321847e067
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie
3407075214
refactor: better php8 usage
...
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie
8a9c9264a3
update: torrent meta data
2021-04-27 01:28:44 -04:00
HDVinnie
8a9d94e07a
update: preslash simple functions
...
- performance
2020-12-31 12:41:46 -05:00
HDVinnie
9783ab4b26
refactor: movie controller
2020-12-30 12:10:23 -05:00
HDVinnie
49961246cf
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-12-06 22:06:41 +00:00
HDVinnie
190a07089c
update: mediahub movie view
2020-12-06 17:06:25 -05:00
HDVinnie
601e4c1f90
update: general cleanup
2020-12-03 00:16:23 -05:00
HDVinnie
e92aabae41
update: phpdoc blocks
2020-12-02 21:27:04 -05:00
HDVinnie
d8816bf9ef
update: controller license blocks
2020-10-28 16:54:40 -04:00
HDVinnie
992245bbcc
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2020-10-28 20:42:44 +00:00
HDVinnie
e5a4a16ddf
refactor: meta data system
...
- Complete rewrite of meta data system
- New media hub feature.
- Torrent Bumping Refactor
- Wish System Disabled until refactored
- Fetch meta command added for fetchinng new meta on prexsisnting torrents.
- plus alot more
- closes #1428
- closes #1344
- closes #1147
- closes #361
2020-10-28 16:42:22 -04:00