Commit Graph

779 Commits

Author SHA1 Message Date
14613e6395 Fix a method of Anilist Model 2020-03-11 15:12:10 -04:00
14992c4c80 Remove php7.2 step in CI
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-11 15:05:27 -04:00
ea2065ab4d Add code coverage to CI
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
2020-03-11 15:03:04 -04:00
4c43a0cf79 Minor view updates
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2020-01-15 15:23:55 -05:00
87ecc0dce4 More error checking
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2020-01-15 15:22:38 -05:00
580dbb5993 Better id mapping error handling for Anilist
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2020-01-15 12:35:37 -05:00
7a4cda5bf0 Bump copyright year
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2020-01-08 15:39:49 -05:00
e4b8e6ce51 More refactoring/cleanup
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 16:17:25 -05:00
698025146f Automatically fix some docblocks
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 14:41:04 -05:00
acd3b84b55 Update all the docblocks
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 14:34:23 -05:00
75aa7e3aae Annotate property types for Types classes
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 13:40:54 -05:00
efede08401 Various code style tweaks
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-09 13:13:31 -05:00
951f4362db Various code cleanup
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-06 15:46:56 -05:00
26fca2a1c2 Add linting check to CI to help catch version-incompatible code
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-06 10:05:09 -05:00
4b73b1b249 Downgrade snapshot library so that more PHP versions work for tests
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-06 09:25:04 -05:00
08fc1c81bf Remove composer.lock for each test run to make sure dependencies are correctly installed
Some checks failed
timw4mail/HummingBirdAnimeClient/develop There was a failure building this commit
2019-12-06 09:19:47 -05:00
3bb9734e1d Update header comments
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-06 09:16:35 -05:00
6fd2b22d72 Tweak tests for new version of PHPUnit 2019-12-06 09:15:49 -05:00
47b9d7ba7a Update dependencies
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-05 16:59:24 -05:00
4ecac1c15f Add PHP 7.4 tests
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-12-05 11:20:06 -05:00
b0682ae1b2 Bump PHP version requirement
Some checks failed
timw4mail/HummingBirdAnimeClient/develop There was a failure building this commit
2019-12-03 15:17:25 -05:00
59ba0f49c7 Update clear thumbnails script to work with lots of files 2019-12-02 15:29:24 -05:00
fec671e3cd Catch errors when mapping MAL ids on sync
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-10-08 19:59:47 -04:00
848f667626 Misc bugfixes, especially for Anime without a MAL id.
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-10-07 20:10:27 -04:00
361ebcbbe4 Update CI stuff
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-16 14:40:15 -04:00
d10e930a6b Remove php 7.4 version in travis config that doesn't exist yet
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-16 10:35:59 -04:00
c6b74e2775 Minor code cleanup, add newer php version for travis tests
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-16 10:31:31 -04:00
f3b42ae056 Update base request builder to use the correct user agent
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-10 10:42:02 -04:00
9140ebaa19 Add first GraphQL files for Kitsu for future implementation
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-10 10:10:09 -04:00
27160bda9a Improve 404 checks for detail pages
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-08-10 10:09:07 -04:00
3fae7fe9d6 Update detail pages to use one column for text 2019-08-10 10:07:28 -04:00
b5ec89de34 Simplify _.show and _.hide useage
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-07-15 16:05:29 -04:00
dfce7f649e Fix scroll to top on list item update
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-07-12 23:12:05 -04:00
b4a5e8ce77 Remove now unused css file
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-07-12 16:27:39 -04:00
1f2accf4ec Add 'automatic' dark theme, based on browser 'prefers-color-scheme: dark' media query
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-07-12 15:56:24 -04:00
6e950613e6 Update js dependencies 2019-07-12 13:33:40 -04:00
73488d8244 Clean up commands a little bit 2019-07-11 19:03:35 -04:00
c93629dea2 Show fewer sync errors by filtering common data disparity issues 2019-07-11 16:38:21 -04:00
5bf8277376 Fix syncing manga to anilist when you have to create a new list item 2019-07-11 15:24:34 -04:00
51bf392d1b Make Anilist missing username error more reliable, allow editing anilist username in settings panel 2019-07-11 10:28:09 -04:00
dd6e99877a Collection "All Tab", and filtering. Resolves #6, #7 2019-07-10 13:32:05 -04:00
4de92a3591 No more genre-related database errors, and other collection improvements 2019-07-10 10:20:37 -04:00
62781355b1 Tweak display of descriptions on detail pages
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-05-08 16:08:51 -04:00
aa1e6675c2 Use larger cover images for edit forms
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-05-08 14:18:18 -04:00
9f585bf1b4 Edit form style tweaks 2019-05-08 14:17:57 -04:00
76b23c7646 Fix thumbnail generation command
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
2019-05-08 13:19:03 -04:00
74ab8bd8b9 Button and Select style tweaks 2019-05-08 11:14:11 -04:00
62e7cc7bed Add polyfill for older browsers, so Opera 12 works 2019-05-08 08:57:15 -04:00
1d9537126b Update js sourcemaps 2019-05-08 08:56:26 -04:00
2c915188a8 Use static closures in bootstrap 2019-05-08 08:55:58 -04:00