Commit Graph

146 Commits

Author SHA1 Message Date
8412588940 Episode incrementing and update work for anime 2017-01-06 21:39:01 -05:00
4c75701c0d Better handling of alternate titles, Airing Status and genres for anime list views 2017-01-05 22:24:45 -05:00
9eda005399 Authentication, show edit forms for Anime 2017-01-05 13:41:32 -05:00
609ba57078 Manga lists and detail pages 2017-01-04 13:16:58 -05:00
772aeae20f Start of changes for Manga list 2017-01-03 21:06:49 -05:00
9bd5d62ca7 Remove some old code to better make way for kitsu/MAL api integration 2017-01-03 20:29:43 -05:00
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
0c910bff1a Pull stuff from the Kitsu API 2016-12-21 12:46:20 -05:00
a41acb28f6 Ugly progress commit 2016-12-20 12:58:37 -05:00
14181c9c51 Start of API integration 2016-12-20 12:55:43 -05:00
276c492355 Remove Hummingbird stuff 2016-12-16 21:52:59 -05:00
27f66cfea3 Update headers and namespaces 2016-10-20 22:32:17 -04:00
5e2a68dc84 Update EVERYTHING 2016-10-20 22:09:36 -04:00
afbde14116 Code style fixes to satisfy phpcs 2016-08-30 10:57:41 -04:00
52b1959338 Update header comments 2016-08-30 10:01:18 -04:00
bf01e41e32 Move src files to root of src/ 2016-08-29 16:36:13 -04:00
d6f9ceb5c7 Fix tests broken due to changes in container 2016-08-29 15:36:36 -04:00
3335093e87 Move Ion namespace into composer dependency 2016-08-09 11:08:45 -04:00
7f1bcc841a Refactor cache to remove dependency on container 2016-08-01 13:02:26 -04:00
ba6ada32f9 Move cache class to IOn namespace, use safer json for serialization in cache drivers 2016-07-28 10:44:13 -04:00
3d66fa9c11 Finish moving get_cached_image method to Util class 2016-07-27 14:32:37 -04:00
1b93adefa3 Refactor out some Interdependency between Ion and AnimeClient namespaces 2016-07-27 13:18:52 -04:00
5a69da4466 Update Redis tests to work with gitlab ci 2016-07-22 17:48:13 -04:00
4772c6df95 Update Redis cache driver to use PHP-only library, removing the dependence on an extension: 2016-07-22 17:22:00 -04:00
1afb45522d Remove redundant cache loading 2016-04-22 10:52:42 -04:00
675ccac14d Add button to clear api cache 2016-04-21 11:14:21 -04:00
47b8a83d86 Update changelog and add additional tests 2016-04-19 14:51:58 -04:00
1844f89e63 Small miscellaneous cleanup 2016-04-19 13:23:49 -04:00
741d9d0805 Add batch image thumbnail creation, see #6, #14 2016-04-19 13:02:50 -04:00
05391eceab Resolves #10, adds ability to delete from anime collection 2016-04-14 19:10:03 -04:00
3710f42505 Add detail view to anime list 2016-04-14 17:51:00 -04:00
01d25f2817 Add ability to delete items from manga list. See #10 2016-04-14 17:00:34 -04:00
d17549c0fb Add ability to delete items from anime list. References #10 2016-04-14 15:16:13 -04:00
79f71eee09 Re-add cache to manga controller so cache can be invalidated on update 2016-04-14 11:05:16 -04:00
aa2e6a5418 Add missing update to base API Model 2016-04-12 13:41:50 -04:00
29041a4667 Update manga model to cache the one api response. 2016-04-12 13:41:03 -04:00
a7063e9a49 Add NullDriver for cache layer, for the sake of testing, or config without a cache 2016-04-12 12:05:42 -04:00
35b42d5234 Miscellaneous cleanup 2016-04-08 18:05:52 -04:00
ea1b63265b Add Redis Cache driver 2016-04-08 14:25:45 -04:00
c7b4ddf71e Add caching to Manga views 2016-04-07 13:11:45 -04:00
3d19f93001 Add tests for SQL based api cache 2016-04-07 12:34:57 -04:00
5db1d8b494 Remove json 'cache' files from anime model 2016-04-07 12:32:32 -04:00
181af86899 Fix tests 2016-04-06 14:58:19 -04:00
352ebb4105 Add some naive cache invalidation to update methods 2016-04-06 12:11:07 -04:00
3127e06a47 Start of caching implementation 2016-04-05 13:19:35 -04:00
44e4aaa732 Fix search methods to work with new Request library 2016-04-05 12:06:07 -04:00
5aa8a70b0b Start of interface for caching backend 2016-04-01 17:35:53 -04:00
510211cfd0 Fix broken tests 2016-03-29 11:40:27 -04:00
26c6df74e4 Fix issue with cover not being hidden on last episode 2016-03-29 11:30:51 -04:00
d8c89c9deb Update url generation to use new router 2016-03-07 14:37:49 -05:00