Commit Graph

73 Commits

Author SHA1 Message Date
Timothy Warren 73a69e42d3 Code style fixes
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2022-01-07 12:33:01 -05:00
Timothy Warren f9850be35c Lots of little code fixes, hides notices shown on PHP 8.1
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details
2021-12-02 16:06:34 -05:00
Timothy Warren 0b9fbbf042 Misc fixes
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2021-02-26 14:42:07 -05:00
Timothy Warren f0eacc2f93 Replace Whoops with Tracy
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2021-02-23 17:08:36 -05:00
Timothy Warren a338a43e43 A few minor fixes
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2021-02-18 12:48:59 -05:00
Timothy Warren e8ddfd8b37 Resolve remaining PHPStan issues
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2021-02-16 14:43:51 -05:00
Timothy Warren c100105fbc Yet more PHPStan fixes
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2021-02-11 19:54:22 -05:00
Timothy Warren f7bf4c8eb9 Update PHP version in header comments
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details
2021-02-04 11:57:01 -05:00
Kevin Colwell 20c734b8ef Update header year code
timw4mail/HummingBirdAnimeClient/pipeline/pr-develop This commit looks good Details
2021-01-13 01:58:28 -05:00
Timothy Warren 6ca193934b Increase test coverage
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-12-11 15:37:55 -05:00
Timothy Warren 191ec11258 Bump version in header comments
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-12-10 17:06:50 -05:00
Timothy Warren ff6fcffca8 Bump version
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-08-04 09:30:21 -04:00
Timothy Warren e4018c269f Simplify caching 2020-05-08 19:15:21 -04:00
Timothy Warren 4d6c15b030 Add menu items for history, add manga reading history
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-04-22 11:39:44 -04:00
Timothy Warren f2991cd416 Convert Type constructors to static methods
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-04-22 07:53:52 -04:00
Timothy Warren 2584047289 Bump version and PHP requirement in headers
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-04-10 15:39:39 -04:00
Timothy Warren bcbb24c0f5 Increase code coverage
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good Details
2020-03-12 12:04:20 -04:00
Timothy Warren a7931052b0 Update all the header comments
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit Details
2020-03-11 15:15:05 -04:00
Timothy Warren 7a4cda5bf0 Bump copyright year
timw4mail/HummingBirdAnimeClient/develop This commit looks good Details
2020-01-08 15:39:49 -05:00
Timothy Warren 3bb9734e1d Update header comments
timw4mail/HummingBirdAnimeClient/develop This commit looks good Details
2019-12-06 09:16:35 -05:00
Timothy Warren b0682ae1b2 Bump PHP version requirement
timw4mail/HummingBirdAnimeClient/develop There was a failure building this commit Details
2019-12-03 15:17:25 -05:00
Timothy Warren e3d6ac20ea Update cache dependency
timw4mail/HummingBirdAnimeClient/develop This commit looks good Details
timw4mail/HummingBirdAnimeClient/PR-14 This commit looks good Details
2018-11-27 14:57:27 -05:00
Timothy Warren 50b65d66e1 Ugly Progress Commit
timw4mail/HummingBirdAnimeClient/develop This commit looks good Details
* Update Person pages to have series organized by character for Voice
Acting
* Miscellaneous style updates
* Add placeholder images for items missing images
2018-10-26 13:08:45 -04:00
Timothy Warren e4110f089e More settings, now with tabs 2018-10-08 16:38:08 -04:00
Timothy Warren 88b68b847c Settings control panel saves to admin-override.toml in the app/config directory, resolves #7 2018-10-08 15:45:46 -04:00
Timothy Warren 5632c0c815 Update header comments to version 4.1 2018-10-01 11:35:51 -04:00
Timothy Warren 0fefece3e3 Check config object shape on page load 2018-08-24 14:37:53 -04:00
Timothy Warren 282ba45960 Update file header comments 2018-08-22 13:48:27 -04:00
Timothy Warren 1ab47ca03a More prep for Anilist integration 2018-08-15 08:51:37 -04:00
Timothy Warren 3b3156e78a More refactoring, fix snapshot tests 2018-08-08 13:05:38 -04:00
Timothy Warren dc9d7ab4e1 Lots of style fixes and minor logic tweaks 2018-01-18 16:21:45 -05:00
Timothy Warren 55cabc5840 Code style improvements 2018-01-16 14:58:07 -05:00
Timothy Warren 4a0792e4fe Update copyright year 2018-01-15 14:43:15 -05:00
Timothy Warren d3cbe06cb0 Update Artax, and update other code to work with new version 2017-12-08 22:32:00 -05:00
Timothy Warren 1634e98799 Miscellaneous code style changes 2017-12-06 14:40:13 -05:00
Timothy Warren 8223786bb5 Remove duplicated function 2017-03-30 16:57:58 -04:00
Timothy Warren aa901550a1 Update header comments 2017-03-30 16:49:48 -04:00
Timothy Warren e7aba2a256 Get rid of whoops 2017-03-23 11:21:13 -04:00
Timothy Warren d15710abfa More PHPStan fixes 2017-02-22 15:08:29 -05:00
Timothy Warren 0b04c22b58 Split user config from application config 2017-02-10 15:50:07 -05:00
Timothy Warren 0e9c257ab7 Another ugly progress commit
- Eradicated Guzzle from main codebase
- All API requests now use Artax
- Refactor code to use function and constant imports
- And more!
2017-02-08 15:48:20 -05:00
Timothy Warren 4c75701c0d Better handling of alternate titles, Airing Status and genres for anime list views 2017-01-05 22:24:45 -05:00
Timothy Warren a92acd203d Another ugly progress commit
Sort of working:
* Get anime list by status
* Get anime description pages
2016-12-22 21:36:23 -05:00
Timothy Warren 0c910bff1a Pull stuff from the Kitsu API 2016-12-21 12:46:20 -05:00
Timothy Warren a41acb28f6 Ugly progress commit 2016-12-20 12:58:37 -05:00
Timothy Warren afbde14116 Code style fixes to satisfy phpcs 2016-08-30 10:57:41 -04:00
Timothy Warren bf01e41e32 Move src files to root of src/ 2016-08-29 16:36:13 -04:00
Timothy Warren b6307eb88b Start of migration from php to toml config, see #11 2016-02-10 17:30:45 -05:00
Timothy Warren 9b03f102f3 Update whoops to 2.0 2016-01-11 14:57:43 -05:00
Timothy Warren 816a309f18 Remove errorhandler, and replace with logger 2016-01-11 14:39:53 -05:00