A federation server is a decentralized system within a federated database that manages community or enterprise-contributed data on internet misuse, helping to defend against malicious users and services.
Find a file
netkas f341af7ea5
Some checks failed
CI / release (push) Has been cancelled
CI / debug (push) Has been cancelled
CI / check-phpunit (push) Has been cancelled
CI / check-phpdoc (push) Has been cancelled
CI / generate-phpdoc (push) Has been cancelled
CI / test (push) Has been cancelled
CI / release-documentation (push) Has been cancelled
CI / release-artifacts (push) Has been cancelled
Implement file upload handling with size and MIME type validation, and add configuration for max upload size and storage path
2025-05-30 17:44:24 -04:00
.github/workflows Initial Commit 2025-05-29 14:18:23 -04:00
.idea Add SQL resource files for audit log, blacklist, entities, evidence, and file attachments 2025-05-30 12:03:00 -04:00
src/FederationServer Implement file upload handling with size and MIME type validation, and add configuration for max upload size and storage path 2025-05-30 17:44:24 -04:00
.gitignore Initial Commit 2025-05-29 14:18:23 -04:00
bootstrap.php Initial Commit 2025-05-29 14:18:23 -04:00
LICENSE Initial Commit 2025-05-29 14:18:23 -04:00
main Refactor date handling to use DateTime directly and improve PDO usage consistency 2025-05-30 12:04:45 -04:00
Makefile Initial Commit 2025-05-29 14:18:23 -04:00
project.json Add Symfony UID package to PHP include path and project configuration 2025-05-29 17:10:50 -04:00
README.md Initial Commit 2025-05-29 14:18:23 -04:00

FederationServer

A federation server is a decentralized system within a federated database that manages community or enterprise-contributed data on internet misuse, helping to defend against malicious users and services.

License

This project is licensed under the MIT License - see the LICENSE file for details.