Commit Graph

52 Commits

Author SHA1 Message Date
Timothy Warren fe1caffc0f Simplify setup of rendering methods by putting them in a wrapper class 2023-12-21 13:19:59 -05:00
Timothy Warren 0e684736bd Vastly simplify logic for getting a user's anime library. Most basic API functionality seems to be working 2023-10-26 16:00:13 -04:00
Timothy Warren c8b642be1c Add anilist example config file, and make the interface a bit more helpful 2023-07-13 14:17:51 -04:00
Timothy Warren 91c435cdac Update header comments 2023-07-13 11:08:05 -04:00
Timothy Warren e426fdd4a3 Fix a load of code cleanliness and style issues 2023-05-19 16:34:38 -04:00
Timothy Warren 97fe3b4b40 PHP 8.1 syntax updates 2023-05-19 10:54:08 -04:00
Timothy Warren 351446a2ee Fix formatting 2023-05-18 16:27:31 -04:00
Timothy Warren f2b7f61030 More user page tweaks 2023-05-18 16:25:50 -04:00
Timothy Warren 45449b6907 Code style updates 2023-05-09 12:49:36 -04:00
Timothy Warren 2f657dc20b Add Routing attributes to controllers for a potential future refactoring 2023-03-16 13:04:55 -04:00
Timothy Warren f673a84cf6 More work on #39 2022-09-22 12:08:21 -04:00
Timothy Warren 2139f031f4 Pass anilist ids more directly, see #39 2022-09-21 15:36:38 -04:00
Timothy Warren e4fe5bbfec Simplify file headers 2022-03-04 15:50:35 -05:00
Timothy Warren 4b35d25849 Update header comments 2022-03-04 12:32:17 -05:00
Timothy Warren 047ee4cb37 Set up a proper formatter for more consistent code style 2022-03-03 17:26:09 -05:00
Timothy Warren c8a38d5785 Remove a lot of redundant PHPDoc properties 2022-03-03 13:25:10 -05:00
Timothy Warren f40ee254c9 Fix more cover image stuff 2022-01-10 17:19:28 -05:00
Timothy Warren 02fa04d19d Code style fixes 2022-01-07 12:33:01 -05:00
Timothy Warren 545984bb18 Allow adding items to anime collection that are in the anime list 2021-12-29 17:04:55 -05:00
Timothy Warren d2c397f6b9 Fix null error on updating Anime or Manga 2021-03-01 10:08:36 -05:00
Timothy Warren 6af73cea55 Better handle update API errors 2021-02-22 15:39:03 -05:00
Timothy Warren 836b1d17e6 Use str_contains over strpos 2021-02-17 20:02:51 -05:00
Timothy Warren b393c695a5 Resolve remaining PHPStan issues 2021-02-16 14:43:51 -05:00
Timothy Warren 7505907976 Yet more PHPStan fixes 2021-02-11 19:54:22 -05:00
Timothy Warren 8c3b583f92 Update PHP version in header comments 2021-02-04 11:57:01 -05:00
Timothy Warren 3039f412aa Move to PHP 8 2021-02-03 09:46:36 -05:00
Kevin Colwell fe1250732c Update header year code 2021-01-13 01:58:28 -05:00
Timothy Warren 31ed9d11ab Fix anime collection error 2020-12-11 10:15:24 -05:00
Timothy Warren 3c47570cce Bump version in header comments 2020-12-10 17:06:50 -05:00
Timothy Warren 1ea5750a76 Refactor, increase test coverage 2020-12-10 15:59:37 -05:00
Timothy Warren bf4f86a010 Add random anime and random manga pages 2020-12-02 12:42:47 -05:00
Timothy Warren 8256815032 Remove old transformer classes 2020-10-21 15:02:25 -04:00
Timothy Warren 94d227b08e Fix Manga List Incrementing, start of GraphQL conversion 2020-10-12 14:06:49 -04:00
Timothy Warren ecb913322f Pull anime lists from GraphQL, see #33 2020-10-09 16:18:45 -04:00
Timothy Warren a14ac3a122 Get Person detail pages via GraphQL, resolves #27 2020-08-27 15:01:00 -04:00
Timothy Warren 1a3f1e9654 More components, resolve #31 2020-08-26 17:26:42 -04:00
Timothy Warren 18e8d47167 Move Kitsu class out of API namespace 2020-08-26 15:22:14 -04:00
Timothy Warren 0c3ff2ef11 Improve error logging 2020-08-17 10:23:32 -04:00
Timothy Warren 5a65c7b645 Add background check for session validity
This checks when the app is made visible -- like the tab is switched to,
if the current session is still valid. If the session is not still
valid, the page is reloaded so that the session expiration is apparent.

Resolves #25
2020-08-05 21:46:14 -04:00
Timothy Warren 9dc6643b78 slugs in person urls, refactor AnilistTrait to match KitsuTrait 2020-08-05 20:57:01 -04:00
Timothy Warren 9a112dc413 Bump version 2020-08-04 09:30:21 -04:00
Timothy Warren a0e7ebd2a0 Increment chapter/episode counts via GraphQL 2020-07-31 19:03:27 -04:00
Timothy Warren 4582e2e917 Refactor/streamline View layer 2020-07-31 16:22:32 -04:00
Timothy Warren 43f07dac6c Set up Event-based handling for a few things 2020-05-06 13:16:40 -04:00
Timothy Warren f810e2573e Collection updates for 'all' tab 2020-04-30 15:33:16 -04:00
Timothy Warren 541b59bb28 Improve anime collection with multiple media selections 2020-04-23 18:57:22 -04:00
Timothy Warren 59f2d21a7f Add menu items for history, add manga reading history 2020-04-22 11:39:44 -04:00
Timothy Warren 0a83184db6 Convert Type constructors to static methods 2020-04-22 07:53:52 -04:00
Timothy Warren bc529e57e8 Big Work in progress commit 2020-04-21 19:22:56 -04:00
Timothy Warren 570c18a069 Type all the class attributes 2020-04-10 20:01:46 -04:00