Commit Graph

78 Commits

Author SHA1 Message Date
Timothy Warren c8b642be1c Add anilist example config file, and make the interface a bit more helpful 2023-07-13 14:17:51 -04:00
Kevin Colwell 1b5a5080f2 add default theme to config.toml.example 2023-06-28 18:22:00 +00:00
Timothy Warren e724f885c8 Simplify caching 2020-05-08 19:15:21 -04:00
Timothy Warren b6f12ff2f6 Update phinx.yml file for new version of Phinx, see #20 2019-01-07 14:31:17 -05:00
Timothy Warren 2c73e721d0 Misc code cleanup 2018-11-09 10:38:35 -05:00
Timothy Warren 0bbc4fe4fb Default to secure (https) urls 2018-10-11 09:53:14 -04:00
Timothy Warren 587d5fa14e Update config.toml.example file 2018-10-09 18:21:06 -04:00
Timothy Warren da936b325e Merge config.toml and route_config.toml 2018-10-05 14:27:07 -04:00
Timothy Warren 98ae142757 Cleanup config a bit 2018-08-24 14:23:01 -04:00
Timothy Warren 2a2ff87b3b Various cleanup, some work on #7 2018-08-20 13:01:16 -04:00
Timothy Warren 69c2482fc1 Remove references to MAL syncing, resolves #4 2018-08-09 11:16:44 -04:00
Timothy Warren fa4ee22100 Allow over-riding the default lists in the user config 2017-03-30 16:47:02 -04:00
Timothy Warren 136b7dab66 Simplify database config example 2017-02-21 14:56:10 -05:00
Timothy Warren cd7a836db0 Remove old/unused config options from example file 2017-02-21 14:41:59 -05:00
Timothy Warren 1ec7322b18 Split user config from application config 2017-02-10 15:50:07 -05:00
Timothy Warren 906a1f1efa 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 a45eba3c56 Update cache dependency 2017-01-17 12:46:47 -05:00
Timothy Warren 496eb68078 Really ugly progress commit 2017-01-12 15:41:20 -05:00
Timothy Warren f619c78232 Update config files 2017-01-11 22:26:43 -05:00
Timothy Warren 9f048b739e Fix some javascript issues 2017-01-09 21:38:42 -05:00
Timothy Warren 98bf1e455f Episode incrementing and update work for anime 2017-01-06 21:39:01 -05:00
Timothy Warren 09338e9132 Authentication, show edit forms for Anime 2017-01-05 13:41:32 -05:00
Timothy Warren 3030b6b908 Start of changes for Manga list 2017-01-03 21:06:49 -05:00
Timothy Warren e74fe9d2f5 Pull stuff from the Kitsu API 2016-12-21 12:46:20 -05:00
Timothy Warren c9f5964d5e Ugly progress commit 2016-12-20 12:58:37 -05:00
Timothy Warren 230c80459e Update header comments 2016-08-30 10:01:18 -04:00
Timothy Warren 893584696b Move cache class to IOn namespace, use safer json for serialization in cache drivers 2016-07-28 10:44:13 -04:00
Timothy Warren fa22f7b493 Update Redis cache driver to use PHP-only library, removing the dependence on an extension: 2016-07-22 17:22:00 -04:00
Timothy Warren 6b31e759c9 Minor example file tweaks, add smooth scrolling to browsers that support it 2016-06-07 11:36:02 -04:00
Timothy Warren b2990e8457 Add button to clear api cache 2016-04-21 11:14:21 -04:00
Timothy Warren b5949466e4 Add detail view to anime list 2016-04-14 17:51:00 -04:00
Timothy Warren 1f9afd07f3 Add ability to delete items from manga list. See #10 2016-04-14 17:00:34 -04:00
Timothy Warren 717c296e52 Add ability to delete items from anime list. References #10 2016-04-14 15:16:13 -04:00
Timothy Warren 7d6c6fe2a0 Add NullDriver for cache layer, for the sake of testing, or config without a cache 2016-04-12 12:05:42 -04:00
Timothy Warren 5d0b879623 Miscellaneous cleanup 2016-04-08 18:05:52 -04:00
Timothy Warren 4b4a259f8a Add Redis Cache driver 2016-04-08 14:25:45 -04:00
Timothy Warren 84e4e6ce1b Start of caching implementation 2016-04-05 13:19:35 -04:00
Timothy Warren ed16fd8d45 Fix most of the broken tests 2016-03-03 16:53:17 -05:00
Timothy Warren d99f1e7595 Start of migration from php to toml config, see #11 2016-02-10 17:30:45 -05:00
Timothy Warren 0b6269edd6 Polyfill classList api for browsers lacking support 2016-02-09 20:57:40 -05:00
Timothy Warren 5563902b69 Combine javascript library files into one base file 2016-02-09 20:07:01 -05:00
Timothy Warren a9f5e48bb2 Remove last dependencies on zepto 2016-02-08 20:21:41 -05:00
Timothy Warren 1a21a23e73 Rewrite minifiers into cleaner classes. Resolves #5 2016-02-03 14:57:00 -05:00
Timothy Warren 467763f8a6 Fix manga editing for sections other than 'Reading' 2016-02-02 14:13:49 -05:00
Timothy Warren 99f2adf491 Add form for manga 2016-02-02 11:34:03 -05:00
Timothy Warren 3fa8e7d8e8 Ugly progress commit 2016-02-01 09:49:18 -05:00
Timothy Warren 08348fd349 Add proper table sorting and add some security headers 2016-01-20 13:01:41 -05:00
Timothy Warren 45b04105f1 Fix http verb for update route, add correct http codes for http errors 2016-01-07 20:48:18 -05:00
Timothy Warren b94bf01dee Remove unnamespaced constants, and improve some tests 2016-01-06 15:44:40 -05:00
Timothy Warren ba94f439bb Simplify routing 2016-01-06 11:08:56 -05:00