Files
Proxmox/phpdoc.dist.xml
Christoph Schlaepfer 2cc79953a9 Updating the current preview for 0.1.0
This is substantial work towards #26 and an eventual release of 0.1.0

* Fixed Divide by 0 if a Storage is not reachable or has 0 in any value

* Fixed small things, started storage class edit

* Removed broken is_configured

* Fixed API Wrapper <script> tag location

* Added functionality to save new tags to the database

* Many UI Improvements, added Help to Server View, Ability to add Storage classes to storage

* Added functionality to Enable & Disable QEMU VM Templates

* - Replaced pve2-api-php with fork that uses symfony & httpclient.
- Reworked some of the server preparation functionality
- Added "Debug mode" to proxmox Settings

* Set up automated release process

* Added phpstan workflow

* Added local phpstan config file (phpstan.dist.neon)

* Added Tests & workflow to run phpunit from FOSSBilling

* Fixed JS for CIDR/IP Validation

* Cleanup (Comments etc)
2023-10-13 19:24:06 +02:00

19 lines
531 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor
configVersion="3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://www.phpdoc.org"
>
<title>phpDocumentor</title>
<paths>
<output>docs/</output>
</paths>
<version number="3.0">
<api format="php">
<ignore hidden="true" symlinks="true">
<path>tests/**/*</path>
<path>src/vendor/**/*</path>
</ignore>
</api>
</version>
</phpdocumentor>