Commit Graph

  • 31058ed494 chore(gitignore): add rules*.json to .gitignore pacnpal 2025-01-28 12:40:46 -05:00
  • ba6f3afe9c feat(userscript): add SimpleGuardHome 404 Checker userscript with domain blocking detection and configuration options pacnpal 2025-01-28 17:38:19 +00:00
  • 91e20e3711 feat(api): enhance domain check and whitelist functionality with improved error handling and validation pacnpal 2025-01-28 17:20:22 +00:00
  • 7615f074a8 feat(api): update endpoint names and response models to align with AdGuard spec pacnpal 2025-01-28 17:01:50 +00:00
  • f4b28cef51 fix(ui): update domain check and unblock functionality with improved error handling and API endpoint adjustments pacnpal 2025-01-28 16:43:34 +00:00
  • 540ab1d056 feat(docs): update README with API documentation and endpoint details fix(deps): add slowapi to requirements for rate limiting functionality pacnpal 2025-01-28 16:15:51 +00:00
  • f9e9d6dfc2 feat(auth): implement session management and reauthentication for AdGuard API pacnpal 2025-01-28 15:47:30 +00:00
  • 52bdbc7486 fix(deps): update pytest and pytest-asyncio to allow newer versions pacnpal 2025-01-28 10:40:48 -05:00
  • d0d2968044 Merge pull request #8 from pacnpal/dependabot/pip/python-dotenv-1.0.1 pacnpal 2025-01-28 10:29:41 -05:00
  • 93cf36fa68 Merge pull request #9 from pacnpal/dependabot/pip/pydantic-settings-2.7.1 pacnpal 2025-01-28 10:29:26 -05:00
  • 640480c924 Merge pull request #10 from pacnpal/dependabot/pip/pytest-asyncio-0.25.2 pacnpal 2025-01-28 10:29:11 -05:00
  • bb31e93c79 fix(deps): bump python-dotenv from 1.0.0 to 1.0.1 dependabot[bot] 2025-01-28 15:23:50 +00:00
  • 29cfae6bac Merge pull request #5 from pacnpal/dependabot/pip/fastapi-0.115.7 pacnpal 2025-01-28 10:22:48 -05:00
  • 3d8bf3be7f Rename .github/codeql-config.yml to .github/codeql/codeql-config.yml pacnpal 2025-01-28 10:22:30 -05:00
  • 29edf64fe2 Update codeql-config.yml pacnpal 2025-01-28 10:22:08 -05:00
  • e8712e4fad Rename codeql to codeql-config.yml pacnpal 2025-01-28 10:21:56 -05:00
  • cd4f191f82 Create codeql pacnpal 2025-01-28 10:19:27 -05:00
  • c1fe0b72e5 Bump fastapi from 0.109.0 to 0.115.7 dependabot[bot] 2025-01-28 15:15:18 +00:00
  • 3d0888f17c fix(deps): bump pytest-asyncio from 0.23.3 to 0.25.2 dependabot[bot] 2025-01-28 15:15:10 +00:00
  • 1260af5970 fix(deps): bump pydantic-settings from 2.1.0 to 2.7.1 dependabot[bot] 2025-01-28 15:15:04 +00:00
  • cf46fa0f32 Update dependabot.yml pacnpal 2025-01-28 10:14:14 -05:00
  • ec65d1bc73 Merge pull request #4 from pacnpal/dependabot/pip/uvicorn-0.34.0 pacnpal 2025-01-28 10:11:19 -05:00
  • c7d499c8c4 Merge pull request #3 from pacnpal/dependabot/pip/python-multipart-0.0.20 pacnpal 2025-01-28 10:11:03 -05:00
  • 2e029ce0c7 Merge pull request #2 from pacnpal/dependabot/pip/httpx-0.28.1 pacnpal 2025-01-28 10:10:50 -05:00
  • 7c643c0fbe Bump httpx from 0.26.0 to 0.28.1 dependabot[bot] 2025-01-28 15:10:07 +00:00
  • 78b05c6d41 Merge pull request #7 from pacnpal/alert-autofix-1 pacnpal 2025-01-28 10:09:22 -05:00
  • 0de3abaa21 Merge pull request #6 from pacnpal/dependabot/pip/pydantic-2.10.6 pacnpal 2025-01-28 10:05:59 -05:00
  • 29b7a3fa8d Potential fix for code scanning alert no. 1: Information exposure through an exception pacnpal 2025-01-28 10:04:06 -05:00
  • 930a6af9b0 Update dependabot.yml pacnpal 2025-01-28 10:02:55 -05:00
  • 42bd5e3b12 Bump pydantic from 2.5.3 to 2.10.6 dependabot[bot] 2025-01-28 15:00:52 +00:00
  • 85689f3ffd Bump uvicorn from 0.27.0 to 0.34.0 dependabot[bot] 2025-01-28 15:00:44 +00:00
  • e16cc72fde Bump python-multipart from 0.0.18 to 0.0.20 dependabot[bot] 2025-01-28 15:00:41 +00:00
  • f452a20033 Create dependabot.yml pacnpal 2025-01-28 09:59:50 -05:00
  • a3f556a369 Merge pull request #1 from pacnpal/dependabot/pip/pip-0e275edcd2 pacnpal 2025-01-28 09:58:33 -05:00
  • 60adf9e184 Enhance README.md with detailed features, installation instructions, and troubleshooting tips pacnpal 2025-01-28 14:49:14 +00:00
  • 8d1ad27bbf Bump the pip group across 1 directory with 2 updates dependabot[bot] 2025-01-28 14:47:42 +00:00
  • e44a6685c8 Add initial implementation of SimpleGuardHome web app with configuration and dependencies pacnpal 2025-01-28 14:46:36 +00:00
  • a4a1d4d379 Update README.md pacnpal 2025-01-28 09:26:27 -05:00
  • 5405f4bf48 Update README.md pacnpal 2025-01-28 09:24:27 -05:00
  • 298bc3e51e Initial commit pacnpal 2025-01-28 09:23:12 -05:00