| 6633b516 | 06-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c609f1dc | 06-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
update 3rdparty deps. fixes #95
This pulls in the dependencies via composer autoloading now |
| 3f8e66c3 | 24-Sep-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 655fe6c1 | 24-Sep-2025 |
Andreas Gohr <gohr@cosmocode.de> |
lowercase animal names. fixes #94 |
| a8e36c3f | 28-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1e6816d2 | 28-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
hide animals in animals unless notfound says list |
| d0c90ea9 | 13-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ff14bcfa | 12-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix protocol in animal list |
| 0ab101c1 | 12-Aug-2025 |
Anna Dabrowska <dabrowska@cosmocode.de> |
Fix setting for 404 handling
Replace integer key in options with string key
Fixes #91 |
| 68006132 | 29-Jul-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f64a85f7 | 29-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
auto fixes |
| 83ef0d71 | 28-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
test: add comprehensive tests for animal detection #87
Adds a full test suite for the refactored animal detection logic. This includes a data provider with various scenarios for web and CLI environm
test: add comprehensive tests for animal detection #87
Adds a full test suite for the refactored animal detection logic. This includes a data provider with various scenarios for web and CLI environments.
A new test for injectServerEnvironment ensures that base URLs are correctly constructed from CLI parameters.
show more ...
|
| c468f8ca | 28-Jul-2025 |
Andreas Gohr <gohr@cosmocode.de> |
refactor: improve and modularize animal detection logic #87
The monolithic detectAnimal() method has been broken down into smaller, more manageable helper methods. Each method is responsible for a s
refactor: improve and modularize animal detection logic #87
The monolithic detectAnimal() method has been broken down into smaller, more manageable helper methods. Each method is responsible for a single detection mechanism (query string, bang path, hostname).
This also adds support for passing a full URL as the animal parameter on the command line, allowing for better simulation of web requests.
show more ...
|
| 197a8fc6 | 12-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 760fd51a | 12-Nov-2024 |
Karsten Kosmala <kosmala@cosmocode.de> |
limit remote access to superuser |
| fab4b515 | 12-Nov-2024 |
Karsten Kosmala <kosmala@cosmocode.de> |
return animals as list |
| 7a001063 | 11-Nov-2024 |
Karsten Kosmala <kosmala@cosmocode.de> |
add function to get entire farm config with one rpc request |
| 107b329d | 11-Nov-2024 |
Karsten Kosmala <kosmala@cosmocode.de> |
add doc blocks |
| 6180f6b6 | 11-Nov-2024 |
Karsten Kosmala <kosmala@cosmocode.de> |
add initial remote capabilty |
| 6beadf02 | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f652f316 | 16-Apr-2024 |
splitbrain <86426+splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| 700b5633 | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
allow setting the farm dir via an environment variable
This allows us to preconfigure the farmer plugin in the Docker container. |
| 341a2d35 | 16-Apr-2024 |
Andreas Gohr <andi@splitbrain.org> |
hide sub components from admin interface |
| 54704e3e | 20-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1da41c8b | 20-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
(semi)automatic code style fixes |