file2sharepoint
v0.2.0
What's Changed
Bug Fixes
- Fix
debian/rules sed pattern: ../vendor (was ../../vendor) — package build was silently failing to patch the autoloader path
- Fix
debian/autoload.php: remove double-dollar $$variable variable-variable bug
- Fix
bin/file2sharepoint: quote "$@" to preserve arguments containing spaces
- Fix
.php-cs-fixer.dist.php: correct package name (was "CSas Statement Tools")
Improvements
- Add
glob() and file_get_contents() return-value checks with meaningful stderr messages
- Catch
\Throwable instead of Exception in upload error handler
- Use
STDERR constant instead of fopen('php://stderr', 'wb')
- Add
OFFICE365_SITE to .env.example
- Fix
README.md: remove non-existent OFFICE365_SECRET, rename OFFICE365_PATH → SHAREPOINT_LIBRARY, fix typo
MultiFlexi
- Remove stale
OFFICE365_SECRET and OFFICE365_PATH env vars
- Add
SHAREPOINT_LIBRARY with correct description and default
- Remove copy-pasted
RESULT_FILE/ZABBIX_KEY fields from banking app
- Fix
APP_DEBUG required/defval, add Czech translations, regroup categories
Documentation & Tests
- Rename
WARP.md → AGENTS.md with accurate architecture documentation
- Add
phpunit.xml.dist and initial PHPUnit test suite
- Update
.gitignore: exclude debian/conf/ and debian/files