|
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 |
|
|
dbaadc4c2a
|
Fix most of the broken tests
|
2016-03-03 16:53:17 -05:00 |
|
|
2da5935d1f
|
Further refactor handling of request variables, routing works again
|
2016-02-17 11:36:37 -05:00 |
|
|
9d00fc140c
|
Get HTML output working again, still refactoring router
|
2016-02-17 10:29:05 -05:00 |
|
|
28adcaf95a
|
Start integration of PSR 7 Request/Response
|
2016-02-16 16:28:44 -05:00 |
|
|
b6307eb88b
|
Start of migration from php to toml config, see #11
|
2016-02-10 17:30:45 -05:00 |
|
|
b346bdf337
|
Update tests relating to issue #9
|
2016-02-09 21:03:26 -05:00 |
|
|
825e0c1a90
|
Fixes issue #9
|
2016-02-09 20:20:54 -05:00 |
|
|
db69b13d87
|
Partially fix #9 -- API calls fail on 'Plan to Watch' section
|
2016-02-09 20:12:39 -05:00 |
|
|
f3a44e6f33
|
Minor spacing fixes
|
2016-02-02 21:38:38 -05:00 |
|
|
6555aac2fb
|
Minor code quality fixes for Scrutinizer
|
2016-02-02 21:28:32 -05:00 |
|
|
d746de34ea
|
Add form for manga
|
2016-02-02 11:34:03 -05:00 |
|
|
49bd468aa4
|
Ugly progress commit
|
2016-02-01 09:49:18 -05:00 |
|
|
daf4b71bbb
|
Add proper table sorting and add some security headers
|
2016-01-20 13:01:41 -05:00 |
|
|
6ff4ee2746
|
Change logger methods to be inline with interface, fix Manga Model tests
|
2016-01-11 15:31:53 -05:00 |
|
|
816a309f18
|
Remove errorhandler, and replace with logger
|
2016-01-11 14:39:53 -05:00 |
|
|
b85ddb9464
|
Update collection to use flash messages and more intelligent redirects
|
2016-01-11 13:33:56 -05:00 |
|
|
3918ce4eb7
|
Add more test coverage, and update build.xml
|
2016-01-11 10:42:34 -05:00 |
|
|
3bd5c7d218
|
Further refine Dispatcher
|
2016-01-08 16:39:18 -05:00 |
|
|
9c73ab928c
|
Refactor Dispatcher
|
2016-01-08 15:54:21 -05:00 |
|
|
016e0988e9
|
Fix line endings in view classes
|
2016-01-08 15:53:50 -05:00 |
|
|
27ac7e8063
|
Fix http verb for update route, add correct http codes for http errors
|
2016-01-07 20:48:18 -05:00 |
|
|
275b0eea40
|
Update codebase to use new Json class
|
2016-01-07 13:45:43 -05:00 |
|
|
fa4940f22d
|
Add missing classes
|
2016-01-06 17:08:44 -05:00 |
|
|
bfe46fbbd1
|
Fix PHP 5.5 build
|
2016-01-06 17:06:30 -05:00 |
|
|
38faaebb5f
|
Remove unnamespaced constants, and improve some tests
|
2016-01-06 15:44:40 -05:00 |
|
|
3c124456d0
|
Simplify routing
|
2016-01-06 11:08:56 -05:00 |
|
Scrutinizer Auto-Fixer
|
dd0e15137a
|
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
2016-01-05 14:55:08 +00:00 |
|
|
205c7ac76d
|
Update header comments, add start of manga editing functionality
|
2016-01-04 16:58:33 -05:00 |
|