Commit Graph

146 Commits

Author SHA1 Message Date
be0baac962 List characters on manga pages 2017-03-24 10:59:07 -04:00
cdd3878e55 Show custom 404 pages for missing anime and characters 2017-03-24 09:08:39 -04:00
707a36fe53 Update favicon with blue version, resolves #24 2017-03-22 13:12:29 -04:00
1a45e57b7c Miscellaneous code cleanup 2017-03-20 19:08:33 -04:00
cd242596bc Move link to user profile page 2017-03-20 13:16:01 -04:00
bc6854a8e5 Show characters on anime details page 2017-03-20 13:14:01 -04:00
0e6a1b6591 More work on user profile page 2017-03-10 12:50:48 -05:00
8645926006 More work on profile page 2017-03-08 16:21:01 -05:00
960537f8e0 Fix tests and start on profile page 2017-03-08 13:46:50 -05:00
5d9b7e9e63 Add basic character pages 2017-03-08 12:55:49 -05:00
6bf107e1ad Update all the header comments with the correct repository url 2017-03-07 20:53:58 -05:00
5d2dac5b99 Add back 'All' menu item for anime 2017-03-07 17:51:08 -05:00
f932a80e58 Minor refactor of bootstrap setup 2017-03-03 11:33:32 -05:00
136b7dab66 Simplify database config example 2017-02-21 14:56:10 -05:00
cd7a836db0 Remove old/unused config options from example file 2017-02-21 14:41:59 -05:00
e87e5cb47c Make sure anime detail pages don't distort images 2017-02-21 12:24:34 -05:00
8898655a49 Various tweaking 2017-02-17 08:25:19 -05:00
07b1422fad Reference svg logos as image files, not raw html 2017-02-16 14:30:39 -05:00
84cb1cb520 And more snake case to camel case 2017-02-15 16:30:14 -05:00
db07976403 Update header comments 2017-02-15 16:13:32 -05:00
8cbfaf3646 More snake case to camel case 2017-02-15 15:56:10 -05:00
312125f182 Add hummingbird favicon 2017-02-14 16:23:18 -05:00
1ec7322b18 Split user config from application config 2017-02-10 15:50:07 -05:00
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
bf7f6973a4 Create Request Builder wrapper around Artax 2017-02-07 13:11:42 -05:00
5eea985828 Actually update MAL if enabled 2017-02-04 15:18:34 -05:00
108c649a91 Misc updates 2017-01-31 12:52:43 -05:00
0ae52a13f3 Refactor KitsuModel, add more docblocks 2017-01-26 13:03:38 -05:00
b2fb562de6 Fix display of streaming links in cover and list views 2017-01-25 13:37:39 -05:00
96cbf78e28 Fix cache clear command 2017-01-19 12:49:18 -05:00
a45eba3c56 Update cache dependency 2017-01-17 12:46:47 -05:00
9bc22baa80 Cache manga list 2017-01-16 14:14:45 -05:00
f441b7680a Update views for collection, remove old json import 2017-01-16 14:03:30 -05:00
10368fabe4 Fix anime collection 2017-01-16 13:49:51 -05:00
0ec8d6d6b3 Restore cache clearing functionality 2017-01-16 11:26:19 -05:00
1eecff0178 Streaming links, caching, and more MAL integration 2017-01-13 16:53:56 -05:00
c1724397d3 Update views to show streaming links 2017-01-13 16:49:46 -05:00
496eb68078 Really ugly progress commit 2017-01-12 15:41:20 -05:00
f619c78232 Update config files 2017-01-11 22:26:43 -05:00
e060e1b107 Update header comments, with proper newlines 2017-01-11 10:34:24 -05:00
c76bb4d32a Update header comments 2017-01-11 10:31:17 -05:00
39118d63e5 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
9f048b739e Fix some javascript issues 2017-01-09 21:38:42 -05:00
6e818b7f45 Anime and Manga editing, incrementing, and deletion 2017-01-09 20:36:48 -05:00
98bf1e455f Episode incrementing and update work for anime 2017-01-06 21:39:01 -05:00
9d84398ee7 Better handling of alternate titles, Airing Status and genres for anime list views 2017-01-05 22:24:45 -05:00
09338e9132 Authentication, show edit forms for Anime 2017-01-05 13:41:32 -05:00
f1893d9708 Manga lists and detail pages 2017-01-04 13:16:58 -05:00
3030b6b908 Start of changes for Manga list 2017-01-03 21:06:49 -05:00
05c6f22f67 Another ugly progress commit
Sort of working:
* Get anime list by status
* Get anime description pages
2016-12-22 21:36:23 -05:00