Commit Graph

239 Commits

Author SHA1 Message Date
Timothy Warren 4653ce2f42 More work on profile page 2017-03-08 16:21:01 -05:00
Timothy Warren 5605384b6a Fix tests and start on profile page 2017-03-08 13:46:50 -05:00
Timothy Warren 3e68fec704 Add basic character pages 2017-03-08 12:55:49 -05:00
Timothy Warren d7c47f3c1f Update all the header comments with the correct repository url 2017-03-07 20:53:58 -05:00
Timothy Warren 26d339e546 Add back 'All' menu item for anime 2017-03-07 17:51:08 -05:00
Timothy Warren c7a75dd2b4 Minor refactor of bootstrap setup 2017-03-03 11:33:32 -05:00
Timothy Warren 774f9de80f Simplify database config example 2017-02-21 14:56:10 -05:00
Timothy Warren 59cac2cbb3 Remove old/unused config options from example file 2017-02-21 14:41:59 -05:00
Timothy Warren b5e2b9a8a3 Make sure anime detail pages don't distort images 2017-02-21 12:24:34 -05:00
Timothy Warren 58549b7018 Various tweaking 2017-02-17 08:25:19 -05:00
Timothy Warren 856aaec7ca Reference svg logos as image files, not raw html 2017-02-16 14:30:39 -05:00
Timothy Warren 365da603fa And more snake case to camel case 2017-02-15 16:30:14 -05:00
Timothy Warren b902464446 Update header comments 2017-02-15 16:13:32 -05:00
Timothy Warren 8c31a3b6d6 More snake case to camel case 2017-02-15 15:56:10 -05:00
Timothy Warren 28584be828 Add hummingbird favicon 2017-02-14 16:23:18 -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 20540963ff Create Request Builder wrapper around Artax 2017-02-07 13:11:42 -05:00
Timothy Warren a48c3e5f8e Actually update MAL if enabled 2017-02-04 15:18:34 -05:00
Timothy Warren c38b4b7f45 Misc updates 2017-01-31 12:52:43 -05:00
Timothy Warren 04e8a9e514 Refactor KitsuModel, add more docblocks 2017-01-26 13:03:38 -05:00
Timothy Warren b8f75e14ec Fix display of streaming links in cover and list views 2017-01-25 13:37:39 -05:00
Timothy Warren 5f6c1f9f48 Fix cache clear command 2017-01-19 12:49:18 -05:00
Timothy Warren 2c106f607c Update cache dependency 2017-01-17 12:46:47 -05:00
Timothy Warren 95f768aed3 Cache manga list 2017-01-16 14:14:45 -05:00
Timothy Warren 07c4682711 Update views for collection, remove old json import 2017-01-16 14:03:30 -05:00
Timothy Warren 3dac007390 Fix anime collection 2017-01-16 13:49:51 -05:00
Timothy Warren a266c68f9b Restore cache clearing functionality 2017-01-16 11:26:19 -05:00
Timothy Warren d79370deb9 Streaming links, caching, and more MAL integration 2017-01-13 16:53:56 -05:00
Timothy Warren abfa97d99c Update views to show streaming links 2017-01-13 16:49:46 -05:00
Timothy Warren 270f9ab167 Really ugly progress commit 2017-01-12 15:41:20 -05:00
Timothy Warren 2e3cc1837b Update config files 2017-01-11 22:26:43 -05:00
Timothy Warren 3f34ecee28 Update header comments, with proper newlines 2017-01-11 10:34:24 -05:00
Timothy Warren 036396a382 Update header comments 2017-01-11 10:31:17 -05:00
Timothy Warren a5dd9f0650 All basic API functionality:
* Anime List Item:
	* Creation
	* Updating
	* Retreiving
	* Deletion

* Manga List Item:
	* Creation
	* Updating
	* Retreiving
	* Deletion

* Anime detail page
* Manga detail page
2017-01-10 12:35:46 -05:00
Timothy Warren 5fc70bb4fe Fix some javascript issues 2017-01-09 21:38:42 -05:00
Timothy Warren 08b4227b34 Anime and Manga editing, incrementing, and deletion 2017-01-09 20:36:48 -05:00
Timothy Warren 8412588940 Episode incrementing and update work for anime 2017-01-06 21:39:01 -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 9eda005399 Authentication, show edit forms for Anime 2017-01-05 13:41:32 -05:00
Timothy Warren 609ba57078 Manga lists and detail pages 2017-01-04 13:16:58 -05:00
Timothy Warren 772aeae20f Start of changes for Manga list 2017-01-03 21:06:49 -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 5e2a68dc84 Update EVERYTHING 2016-10-20 22:09:36 -04:00
Timothy Warren 52b1959338 Update header comments 2016-08-30 10:01:18 -04:00
Timothy Warren f1a6f99fc4 Convert Dependency injection bootstrap file to use factory functions, rather than direct instances 2016-08-29 14:51:32 -04:00
Timothy Warren ba6ada32f9 Move cache class to IOn namespace, use safer json for serialization in cache drivers 2016-07-28 10:44:13 -04:00
Timothy Warren 3d66fa9c11 Finish moving get_cached_image method to Util class 2016-07-27 14:32:37 -04:00
Timothy Warren 1b93adefa3 Refactor out some Interdependency between Ion and AnimeClient namespaces 2016-07-27 13:18:52 -04:00
Timothy Warren 4772c6df95 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 6da1924f53 Minor example file tweaks, add smooth scrolling to browsers that support it 2016-06-07 11:36:02 -04:00
Timothy Warren 675ccac14d Add button to clear api cache 2016-04-21 11:14:21 -04:00
Timothy Warren 05391eceab Resolves #10, adds ability to delete from anime collection 2016-04-14 19:10:03 -04:00
Timothy Warren 3710f42505 Add detail view to anime list 2016-04-14 17:51:00 -04:00
Timothy Warren 01d25f2817 Add ability to delete items from manga list. See #10 2016-04-14 17:00:34 -04:00
Timothy Warren d17549c0fb Add ability to delete items from anime list. References #10 2016-04-14 15:16:13 -04:00
Timothy Warren 29041a4667 Update manga model to cache the one api response. 2016-04-12 13:41:03 -04:00
Timothy Warren a7063e9a49 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 35b42d5234 Miscellaneous cleanup 2016-04-08 18:05:52 -04:00
Timothy Warren ea1b63265b Add Redis Cache driver 2016-04-08 14:25:45 -04:00
Timothy Warren 4e58950ae2 Remove target=_blank from links 2016-04-08 11:56:17 -04:00
Timothy Warren 3127e06a47 Start of caching implementation 2016-04-05 13:19:35 -04:00
Timothy Warren 26c6df74e4 Fix issue with cover not being hidden on last episode 2016-03-29 11:30:51 -04:00
Timothy Warren d8c89c9deb Update url generation to use new router 2016-03-07 14:37:49 -05:00
Timothy Warren dbaadc4c2a Fix most of the broken tests 2016-03-03 16:53:17 -05:00
Timothy Warren 28adcaf95a Start integration of PSR 7 Request/Response 2016-02-16 16:28:44 -05:00
Timothy Warren b6307eb88b Start of migration from php to toml config, see #11 2016-02-10 17:30:45 -05:00
Timothy Warren c12bff6027 Polyfill classList api for browsers lacking support 2016-02-09 20:57:40 -05:00
Timothy Warren db69b13d87 Partially fix #9 -- API calls fail on 'Plan to Watch' section 2016-02-09 20:12:39 -05:00
Timothy Warren 918b8fd18c Combine javascript library files into one base file 2016-02-09 20:07:01 -05:00
Timothy Warren 2effae1bd5 Remove last dependencies on zepto 2016-02-08 20:21:41 -05:00
Timothy Warren fc02a68691 Some temporary fixes for tempramental minifiers 2016-02-04 21:57:14 -05:00
Timothy Warren af29c68ec9 Rewrite minifiers into cleaner classes. Resolves #5 2016-02-03 14:57:00 -05:00
Timothy Warren 93b885dc0d Fix manga editing for sections other than 'Reading' 2016-02-02 14:13:49 -05:00
Timothy Warren d746de34ea Add form for manga 2016-02-02 11:34:03 -05:00
Timothy Warren 49bd468aa4 Ugly progress commit 2016-02-01 09:49:18 -05:00
Timothy Warren daf4b71bbb Add proper table sorting and add some security headers 2016-01-20 13:01:41 -05:00
Timothy Warren 816a309f18 Remove errorhandler, and replace with logger 2016-01-11 14:39:53 -05:00
Timothy Warren 27ac7e8063 Fix http verb for update route, add correct http codes for http errors 2016-01-07 20:48:18 -05:00
Timothy Warren 38faaebb5f Remove unnamespaced constants, and improve some tests 2016-01-06 15:44:40 -05:00
Timothy Warren 3c124456d0 Simplify routing 2016-01-06 11:08:56 -05:00
Timothy Warren 205c7ac76d Update header comments, add start of manga editing functionality 2016-01-04 16:58:33 -05:00
Timothy Warren 6e4e8edd9d Add full edit form to anime list 2016-01-04 10:53:03 -05:00
Timothy Warren 1b8ed53afb Start of delete functionality for anime collection 2015-12-15 15:55:30 -05:00
Timothy Warren 77709c068a Some code style fixes 2015-12-08 16:39:49 -05:00
Timothy Warren f386766841 Fix collection functionality 2015-12-08 14:52:59 -05:00
Timothy Warren bd6b5e2b54 Remove loose functions file 2015-11-16 19:30:04 -05:00
Timothy Warren c009a96a15 Merge pull request #9 from timw4mail/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2015-11-16 11:40:26 -05:00
Timothy Warren ae88282b13 Update header comments 2015-11-16 11:40:01 -05:00
Scrutinizer Auto-Fixer 38b2f34527 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-11-16 15:33:30 +00:00
Timothy Warren afced2339a Poor style progress update commit 2015-11-13 16:31:01 -05:00
Timothy Warren 83cd815750 Update some config and metadata 2015-11-13 11:34:30 -05:00
Timothy Warren ca2e72d3f0 Update 404 view 2015-11-13 11:33:47 -05:00
Timothy Warren 3c4ba096c6 Make updating of anime list work 2015-11-13 11:33:27 -05:00
Timothy Warren 68cb36b193 Update config and header for new auth class 2015-11-09 11:50:24 -05:00
Timothy Warren c99d4ee53d Fix the rest of the menu urls 2015-10-20 15:59:51 -04:00
Timothy Warren e2e27c2311 More test coverage 2015-10-15 09:25:30 -04:00
Timothy Warren 3de32f52af Basic Menu generation 2015-10-09 14:34:55 -04:00
Timothy Warren d53524ed86 Code style improvements 2015-10-06 11:38:20 -04:00
Scrutinizer Auto-Fixer 7c5a73e73b Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-10-06 14:24:48 +00:00
Timothy Warren 5e5434d057 Miscellaneous updates, prep for menu generator 2015-10-05 16:54:25 -04:00
Timothy Warren e8a9982f9a Fix views to match transformed data 2015-10-01 16:01:23 -04:00
Timothy Warren a7ae1ac3a6 Use Anime transformer class 2015-09-28 14:41:45 -04:00
Timothy Warren 92d9124bb7 Update manga model to use Zipper transformer 2015-09-21 09:48:15 -04:00
Timothy Warren 602759b471 Decouple and generalise 2015-09-17 23:11:18 -04:00
Timothy Warren c788cf5d87 Start of refactoring routing to be more convention based 2015-09-16 12:25:35 -04:00
Timothy Warren 9193938dee More namespace refactoring 2015-09-15 13:19:29 -04:00
Timothy Warren b1c6039630 Namespace refactoring 2015-09-14 19:54:34 -04:00
Timothy Warren 67799fcdfa fix a few variable changes, remove old code from app folder 2015-09-14 16:14:02 -04:00
Timothy Warren dfe0b3a6cf Pass the tests! 2015-09-14 15:49:20 -04:00
Timothy Warren cee211621c Some progress toward better structure through refactoring 2015-09-14 10:54:50 -04:00
Timothy Warren 8904054212 Update default config, add phpci config file 2015-07-20 16:13:00 -04:00
Timothy Warren 54371bf76a Miscellaneous rework, and adding/editing of collection items when logged in 2015-07-02 14:04:04 -04:00
Timothy Warren c33575e3d8 More dependency injection, and code coverage 2015-06-30 13:03:20 -04:00
Scrutinizer Auto-Fixer 3b0a19af2f Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-06-29 14:26:50 +00:00
Timothy Warren c39ee31e87 Dependency injection! 2015-06-29 09:46:49 -04:00
Timothy Warren 4785b82208 Add php namespaces 2015-06-26 16:39:10 -04:00
Timothy Warren 24fb6b9815 Add scrutinizer checks, and attempt to create cache folders if they do not exist 2015-06-26 15:32:49 -04:00
Timothy Warren 5e126819e2 Add login/logout links, tweak some styles 2015-06-26 14:56:59 -04:00
Timothy Warren 0099d4f5ec Fix some broken tests 2015-06-26 13:24:55 -04:00
Timothy Warren 0c73343291 Better integrate minification scripts, and add more unit tests 2015-06-26 12:03:42 -04:00
Timothy Warren 0b63f810a9 First unit tests, add a few of the forgotten app requirements 2015-06-25 17:00:29 -04:00
Timothy Warren 185315c716 Fix a few minor issues with logging in for simple updating 2015-06-24 20:57:20 -04:00
Timothy Warren 567b6a3a9d Refactor input to use Aura/Web, set up minifier for css/js, and reorganize route config format 2015-06-24 16:01:35 -04:00
Timothy Warren b7323b93e6 Resize images on caching 2015-06-18 10:30:28 -04:00
Timothy Warren b0b044b282 The best layouts use flex-box 2015-06-17 16:46:10 -04:00
Timothy Warren 401c21e98f Bit of a style update 2015-06-17 08:50:01 -04:00
Timothy Warren 38a2b470c5 Update information on anime collection, and remove sqlite file, which can be created by a database migration 2015-06-16 15:54:10 -04:00
Timothy Warren 3c5e766dc3 Enable toggling of anime collection view 2015-06-16 11:21:22 -04:00
Timothy Warren 9afe5379aa Add list views and additional configuration options 2015-06-16 11:11:35 -04:00
Timothy Warren aedfc743c6 Refactor EVERYTHING, for better, more configurable code 2015-06-11 16:44:52 -04:00
Timothy Warren 0177c38ef7 Add anime collection tab 2015-06-11 12:54:54 -04:00
Timothy Warren 7c913986d4 More caching, and start of anime collection view 2015-06-09 18:18:53 -04:00
Timothy Warren 86663d2179 Cache poster images 2015-06-09 11:54:42 -04:00
Timothy Warren eff673a7bb Some stylistic updates 2015-06-04 20:59:56 -04:00
Timothy Warren c96bbb92c5 Added manga controller 2015-05-27 09:03:42 -04:00
Timothy Warren 77d2c29e38 First commit 2015-05-22 12:36:26 -04:00