-
Notifications
You must be signed in to change notification settings - Fork 13
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Scyllaly/hcaptcha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Scyllaly/hcaptcha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
5
contributors
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20990c6 - Browse repository at this point
Copy the full SHA 20990c6View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7450181 - Browse repository at this point
Copy the full SHA 7450181View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1e7d9 - Browse repository at this point
Copy the full SHA fb1e7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0033c3 - Browse repository at this point
Copy the full SHA a0033c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403b2fb - Browse repository at this point
Copy the full SHA 403b2fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for abf2384 - Browse repository at this point
Copy the full SHA abf2384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab3014 - Browse repository at this point
Copy the full SHA 3ab3014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 120a668 - Browse repository at this point
Copy the full SHA 120a668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e1142 - Browse repository at this point
Copy the full SHA 90e1142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57dad0a - Browse repository at this point
Copy the full SHA 57dad0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d45f9 - Browse repository at this point
Copy the full SHA 24d45f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 212d92e - Browse repository at this point
Copy the full SHA 212d92eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab1b91 - Browse repository at this point
Copy the full SHA 6ab1b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c80f7ba - Browse repository at this point
Copy the full SHA c80f7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb0662 - Browse repository at this point
Copy the full SHA 8cb0662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39eabf3 - Browse repository at this point
Copy the full SHA 39eabf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d22f39 - Browse repository at this point
Copy the full SHA 1d22f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c933c - Browse repository at this point
Copy the full SHA f1c933cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c954493 - Browse repository at this point
Copy the full SHA c954493View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb06bf6 - Browse repository at this point
Copy the full SHA eb06bf6View commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da3b829 - Browse repository at this point
Copy the full SHA da3b829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e062ed - Browse repository at this point
Copy the full SHA 4e062edView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43055b3 - Browse repository at this point
Copy the full SHA 43055b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a8885 - Browse repository at this point
Copy the full SHA 83a8885View commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4f37913 - Browse repository at this point
Copy the full SHA 4f37913View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6edc929 - Browse repository at this point
Copy the full SHA 6edc929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3e07b - Browse repository at this point
Copy the full SHA 8c3e07bView commit details
Commits on Oct 21, 2023
-
Merge pull request #17 from phuclh/master
Fix the namespace of RuntimeException
Configuration menu - View commit details
-
Copy full SHA for 741e0c0 - Browse repository at this point
Copy the full SHA 741e0c0View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 624f03a - Browse repository at this point
Copy the full SHA 624f03aView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71202f2 - Browse repository at this point
Copy the full SHA 71202f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd3d12 - Browse repository at this point
Copy the full SHA 4bd3d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18bea5 - Browse repository at this point
Copy the full SHA e18bea5View commit details
Commits on Jun 8, 2024
-
Merge pull request #19 from usamamuneerchaudhary/master
Get the score if available
Configuration menu - View commit details
-
Copy full SHA for ed31f8a - Browse repository at this point
Copy the full SHA ed31f8aView commit details -
Merge pull request #18 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
Configuration menu - View commit details
-
Copy full SHA for 5b7d5ec - Browse repository at this point
Copy the full SHA 5b7d5ecView commit details
Commits on Aug 30, 2024
-
Create environment variable to enable or disable hCaptcha for use in …
…development mode (true/false)
Configuration menu - View commit details
-
Copy full SHA for 84a29dd - Browse repository at this point
Copy the full SHA 84a29ddView commit details -
feat: Add environment variable to enable/disable hCaptcha for develop…
…ment mode - Added an environment variable to toggle hCaptcha usage in development mode (true/false). - Implemented basic and conditional validation approaches for hCaptcha.
Configuration menu - View commit details
-
Copy full SHA for 31f4f53 - Browse repository at this point
Copy the full SHA 31f4f53View commit details
Commits on Aug 31, 2024
-
Merge pull request #23 from rubekx/feature/hcaptcha-enable-disable
Feature/hcaptcha enable disable
Configuration menu - View commit details
-
Copy full SHA for f5d3d66 - Browse repository at this point
Copy the full SHA f5d3d66View commit details
Commits on Feb 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de9ff2f - Browse repository at this point
Copy the full SHA de9ff2fView commit details
Commits on Feb 22, 2025
-
Merge pull request #25 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
Configuration menu - View commit details
-
Copy full SHA for b9b362a - Browse repository at this point
Copy the full SHA b9b362aView commit details
There are no files selected for viewing