Part-DB-server/src
Marc 41252d8bb9
Some checks failed
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / docker (push) Has been cancelled
Docker Image Build (FrankenPHP) / docker (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Has been cancelled
Implement URLHandlerInfoProviderInterface in BuerklinProvider (#1235)
* Implement URLHandlerInfoProviderInterface in BuerklinProvider

Added URL handling capabilities to BuerklinProvider.

* Refactor ID extraction logic in BuerklinProvider

* Add tests for BuerklinProvider URLHandlerInfoProviderInterface

* Revert "Refactor ID extraction logic in BuerklinProvider"

This reverts commit 5f65176636.

* Exclude 'p' from valid ID return in BuerklinProvider
2026-02-10 15:26:26 +01:00
..
ApiPlatform Updated to API Platform 4 2025-08-04 23:32:42 +02:00
ApiResource Revert "Use the modular api-platform packages instead of the monolitic api-platform/core package" 2025-02-22 21:12:54 +01:00
Command Fixed phpstan issues 2026-02-02 23:26:18 +01:00
Configuration Added system to restrict permissions based on API token level 2023-08-28 21:20:59 +02:00
Controller Put update manager under /system route instead of admin 2026-02-02 21:29:07 +01:00
DataFixtures Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
DataTables Prevent the extra column of the log data tables to be ordered 2026-01-25 00:38:11 +01:00
Doctrine Use xxh3 for generating hash keys instead of md5 as it offers better performance 2026-01-03 00:55:49 +01:00
Entity Do not automatically give existing users the right to manage updates, but include that for new databases 2026-02-02 17:04:45 +01:00
EntityListeners Do not remove associated Project BOM entries if part is deleted 2025-10-17 21:30:40 +02:00
EnvVarProcessors Allow that the DEFAULT_URI does not end with a slash 2025-12-04 23:31:42 +01:00
EventListener Replace hardcoded entity type names with synonym placeholders in English and German translations (#1128) 2025-12-07 14:09:22 +01:00
Events Write to event log, when a user gets impersonated 2023-07-08 23:07:06 +02:00
EventSubscriber Allow to view progress view while update is running 2026-02-03 20:34:03 +01:00
Exceptions Return an empty array if no URL is provider to the Generic Web URL provider 2026-02-01 17:34:08 +01:00
Form Fixed phpstan issues 2025-11-30 23:37:34 +01:00
Helpers Correctly handle IP addresses containing RFC 4007 scoping 2024-12-01 19:19:04 +01:00
Migration Fixed problems with container injection into migrations 2025-07-12 23:39:26 +02:00
Repository Ensure that the ids passed to DBElementRepository::findByIDInMatchingOrder are all ints 2026-01-18 22:53:37 +01:00
Security Added custom part status (#1053) 2025-10-27 21:58:16 +01:00
Serializer Updated to API Platform 4 2025-08-04 23:32:42 +02:00
Services Implement URLHandlerInfoProviderInterface in BuerklinProvider (#1235) 2026-02-10 15:26:26 +01:00
Settings Added an web page to quickly add a new part from a web URL 2026-02-01 18:18:58 +01:00
State Centralized git logic from InstallationTypeDetector and UpdateChecker in GitVersionInfoProvider service 2026-02-02 18:18:36 +01:00
Translation Do not output HTML chars in translations escaped in CDATA to ensure consistentcy with crowdin XMLs 2026-02-07 17:33:32 +01:00
Twig Merged functionality from UpdateAvailableManager and UpdateChecker 2026-02-02 18:44:44 +01:00
Validator Added feature for part IPN suggest with category prefixes (#1054) 2025-11-03 00:31:47 +01:00
.preload.php Added copyright/license info to files 2022-11-29 21:21:26 +01:00
Kernel.php Added declare strict types to all files 2023-06-11 18:59:07 +02:00