Commit Graph

79 Commits

Author SHA1 Message Date
477a8b2260 Update header comments
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2023-07-13 11:08:05 -04:00
fed52cb0cb Some minor code style fixes
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2023-07-13 11:06:52 -04:00
5242b95a0e Fix a load of code cleanliness and style issues
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2023-05-19 16:34:38 -04:00
940ebd5176 Move new helper functions to a more logical place, fix UserTransformer test
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2023-05-19 10:42:25 -04:00
dbc4c3105a Fix formatting
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2023-05-18 16:27:31 -04:00
e6d71d3cce More user page tweaks
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2023-05-18 16:25:50 -04:00
065290e8e6 More local fixes, add some more data to user profile page
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2023-05-18 15:17:19 -04:00
cbff386734 Add specific locale arguments to keep up with the API
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2023-05-18 12:55:38 -04:00
c6ce8237ec More work on #39
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-09-22 12:08:21 -04:00
8835aa4e69 Pass anilist ids more directly, see #39
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-09-21 15:36:38 -04:00
6cea9e47f0 Bugfix for manga pages without characters
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-06-28 18:57:50 -04:00
883ac051ed Simplify file headers 2022-03-04 15:50:35 -05:00
c2cfbb914d Update header comments
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-03-04 12:32:17 -05:00
4948cdbd46 Set up a proper formatter for more consistent code style
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-03-03 17:26:09 -05:00
496ba418c9 Remove a lot of redundant PHPDoc properties
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-03-03 13:25:10 -05:00
5a5421cee9 Use images directly from Kitsu for the rest of the views
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-01-17 09:59:27 -05:00
f210b157ff Update user details page to pull images directly from Kitsu
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-01-17 08:58:59 -05:00
02d99c8a43 Update more views to use images directly from Kitsu
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-01-17 08:37:00 -05:00
5d90721197 Make all media images come directly from Kitsu API, including on the search pages
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-01-12 18:23:40 -05:00
7cd0c486bd Update more views to use direct kitsu urls for poster images 2022-01-12 18:00:00 -05:00
858910f6bd Fix more cover image stuff
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-01-10 17:19:28 -05:00
b1fecc7c95 Show images directly for anime detail pages, so cover images are pulled correctly
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2022-01-10 16:56:10 -05:00
1b28f03506 Ensure that list items always have some sort of cover image
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-01-08 13:04:24 -05:00
c23001e7b1 Make Kitsu auth token error easier to recover from
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2022-01-06 12:50:26 -05:00
f9850be35c Lots of little code fixes, hides notices shown on PHP 8.1
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-12-02 16:06:34 -05:00
f9eb3e137d Remove redundant updates on finishing a media item
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-10-08 22:55:54 -04:00
cfc6324971 Add airing date range to anime detail pages 2021-10-08 19:31:40 -04:00
08932ba8d2 Make some anime detail pages more robust
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-10-07 21:45:17 -04:00
ff4e1ee471 Even less floating, please
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-04-21 20:20:39 -04:00
e8ddfd8b37 Resolve remaining PHPStan issues
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-16 14:43:51 -05:00
be74cfaceb Fix a bunch more phpstan errors
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-02-12 13:09:57 -05:00
eb03679579 Solve more PHPStan issues
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-12 11:14:45 -05:00
9224751d2d Add a bumch of soundness checks suggested by PHPStan
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2021-02-10 17:17:51 -05:00
f7bf4c8eb9 Update PHP version in header comments
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2021-02-04 11:57:01 -05:00
20c734b8ef Update header year code
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-develop This commit looks good
2021-01-13 01:58:28 -05:00
191ec11258 Bump version in header comments
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-12-10 17:06:50 -05:00
2b01871e5b Add random anime and random manga pages 2020-12-02 12:42:47 -05:00
b28e1f13ee Remove old transformer classes
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-21 15:02:25 -04:00
22de5776a7 Fetch Manga List via GraphQL, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-16 13:28:35 -04:00
dddef5add6 Fix Manga List Incrementing, start of GraphQL conversion
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-12 14:06:49 -04:00
30db156df7 Pull anime lists from GraphQL, see #33
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-10-09 16:18:45 -04:00
ed9a3227ac Sort voice acting roles by character name
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-08-27 15:39:23 -04:00
e2f29c6731 Get Person detail pages via GraphQL, resolves #27
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/pr-master This commit looks good
2020-08-27 15:01:00 -04:00
aace368b24 Move Kitsu class out of API namespace 2020-08-26 15:22:14 -04:00
3f8c0432d2 Update History to use GraphQL, resolves #29,#30
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-24 19:17:41 -04:00
ba276cc86e Update profile page to use GraphQL, see #27
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-24 15:20:07 -04:00
7d6af5ad00 Get library entry via GraphQL, see #28 2020-08-24 13:07:47 -04:00
2f2260e0b4 Drastically reduce the amount of junk logging, and remove old logic from Character transformer
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-18 16:59:08 -04:00
09734515ca Full character page pulled from GraphQL API, see #27
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
2020-08-17 16:36:55 -04:00
1725a106fa Get character details page from GraphQL, still need to do castings section, see #27
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-08-17 14:01:55 -04:00