This website requires JavaScript.
Explore
Help
Register
Sign In
Pi-Hole
/
FTL
Watch
1
Star
0
Fork
0
You've already forked FTL
mirror of
https://github.com/pi-hole/FTL.git
synced
2026-07-10 15:48:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
de7f2673edee4c7b4bcecfd98df2d38de275847a
FTL
/
test
/
api
T
History
Mohammed Alzahrani
de7f2673ed
Block Teleporter import for CLI sessions
2026-04-03 13:05:13 +03:00
..
json
!!! BREAKING CHANGE !!! Switch to the proven memory-hard password-hashing alogorithm BALLOON. The stored password hash will be upgraded on the first successdful login. To wave the necessity to implement BALLOON with every client trying to access the API, we remove the existing challenge-response authentication in favor of allowing login straight with the password. This has been avoided in the past, however, seems now acceptable that FTL (even by default) offers secure end-to-end encryption over HTTPS.
2023-05-30 21:22:45 +02:00
libs
Check for allOf definitions in an array defining arrays of objects where all components must be checked. Also remove a bit pointless comparison between YAML examples and FTL output. We already validate the YAML examples against the YAML schema which is enough. This avoids false-positives when FTL happens to return a different number of items than we have examples (which is perfectly fine)
2025-12-14 18:47:45 +01:00
checkAPI.py
Block Teleporter import for CLI sessions
2026-04-03 13:05:13 +03:00
openapi-enforcer.js
Also allow authentication by sending SID via HEADER
2021-02-03 09:08:23 +01:00
test-rate-limit.py
Add rate-limiting on password login attempts
2023-10-07 19:59:32 +02:00