| Commit message (Expand) | Author | Age | Lines |
* | build/deps: Update starlette to 0.45.2 | Wolfgang Müller | 2025-01-19 | -8/+8 |
* | build/deps: Update blake3 to 1.0.0 | Wolfgang Müller | 2025-01-19 | -33/+88 |
* | build/deps: Update python dependencies | Wolfgang Müller | 2025-01-19 | -425/+466 |
* | backend/lint: Use built-in collection types for type annotations | Wolfgang Müller | 2025-01-19 | -52/+48 |
* | backend/lint: Ignore dir() for flake8-builtin | Wolfgang Müller | 2025-01-19 | -1/+1 |
* | frontend: Add basic statistics page | Wolfgang Müller | 2025-01-19 | -0/+152 |
* | backend: Add basic statistics query endpoint | Wolfgang Müller | 2025-01-19 | -1/+174 |
* | backend/plugins: Have anchira scraper also match on hentainexus.com | Wolfgang Müller | 2025-01-16 | -4/+6 |
* | build: Explicitly include static files in wheel and sdist | Wolfgang Müller | 2025-01-16 | -1/+1 |
* | backend/plugins: Add scraper for info.yaml from schale.network | Wolfgang Müller | 2025-01-16 | -0/+173 |
* | backend/plugins: Do not explicitly require source in anchira.to scraper | Wolfgang Müller | 2025-01-16 | -2/+8 |
* | frontend: Improve highlighting of current focus | Wolfgang Müller | 2024-11-22 | -11/+45 |
* | frontend: Ignore tabindex for container divs | Wolfgang Müller | 2024-11-22 | -2/+2 |
* | build/deps: Update JS dependencies | Wolfgang Müller | 2024-11-22 | -294/+307 |
* | build/deps: Update strawberry-graphql to 0.252.0 | Wolfgang Müller | 2024-11-22 | -5/+5 |
* | build/deps: Update python dependencies | Wolfgang Müller | 2024-11-22 | -90/+90 |
* | release: Version 0.3.00.3.0 | Wolfgang Müller | 2024-11-15 | -6/+36 |
* | backend/lint: Do not shadow certain builtins | Wolfgang Müller | 2024-11-15 | -56/+60 |
* | backend/api: Remove superfluous scalar definition | Wolfgang Müller | 2024-11-15 | -5/+0 |
* | backend/plugins: Have E-Hentai raise an error from status_code early | Wolfgang Müller | 2024-11-15 | -19/+19 |
* | backend/plugins: Catch E-Hentai errors only for relevant lines | Wolfgang Müller | 2024-11-15 | -11/+11 |
* | backend/plugins: Throw error if E-Hentai response is missing 'gmetadata' | Wolfgang Müller | 2024-11-15 | -0/+18 |
* | backend/tests: Add tests for the E-Hentai API | Wolfgang Müller | 2024-11-15 | -1/+159 |
* | backend/plugins: Remove stray apostrophe | Wolfgang Müller | 2024-11-15 | -1/+1 |
* | backend/tests: Add tests for the anchira scraper | Wolfgang Müller | 2024-11-15 | -0/+107 |
* | backend/tests: Remove unneeded parameter in test_gallery_dl | Wolfgang Müller | 2024-11-15 | -1/+1 |
* | backend/plugins: Have exhentai assume no censorship for non-h | Wolfgang Müller | 2024-11-15 | -2/+8 |
* | backend/plugins: Use language parser from scraper utils | Wolfgang Müller | 2024-11-14 | -32/+5 |
* | backend/tests: Add tests for gallery_dl scrapers | Wolfgang Müller | 2024-11-14 | -1/+647 |
* | backend/scraper: Have collect() ignore None results | Wolfgang Müller | 2024-11-14 | -3/+21 |
* | backend/tests: Add test for open_archive_file | Wolfgang Müller | 2024-11-14 | -2/+41 |
* | backend/plugins: Use "no cover" pragma for consistency | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | backend/plugins: Fix MangaDex scraper title formatting | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | backend/scraper: Add parser methods for Language | Wolfgang Müller | 2024-11-14 | -0/+65 |
* | build: Mark coverage as PHONY target | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | build/deps: Remove black as a development dependency | Wolfgang Müller | 2024-11-14 | -85/+2 |
* | backend/lint: Format overlong line | Wolfgang Müller | 2024-11-14 | -1/+3 |
* | build/deps: Update sphinx to 8.1.3 and sphinx-issues to 5.0.0 | Wolfgang Müller | 2024-11-14 | -23/+23 |
* | build: Remove obsolete pytest ignore in Makefile | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | build/deps: Update strawberry-graphql to 0.248.1 | Wolfgang Müller | 2024-11-14 | -7/+6 |
* | build/deps: Update uvicorn to 0.32.0 | Wolfgang Müller | 2024-11-14 | -5/+5 |
* | build/deps: Update starlette to 0.41.2 | Wolfgang Müller | 2024-11-14 | -5/+5 |
* | build/deps: Update pytest-cov to 6.0.0 | Wolfgang Müller | 2024-11-14 | -7/+7 |
* | backend/lint: Ignore B027 in api/inputs.py | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | backend/lint: Properly chain exceptions | Wolfgang Müller | 2024-11-14 | -6/+6 |
* | backend/plugins: Have anchira scraper use parse_dict from scraper utils | Wolfgang Müller | 2024-11-14 | -11/+2 |
* | backend/lint: Ignore B007 | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | backend/lint: Stop using mutable objects as function argument defaults | Wolfgang Müller | 2024-11-14 | -3/+12 |
* | backend/lint: Implement pyupgrade suggestions | Wolfgang Müller | 2024-11-14 | -1/+1 |
* | backend/lint: Implement flake8-simplify suggestions | Wolfgang Müller | 2024-11-14 | -32/+29 |