diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0b1aa..f9790b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,27 @@ - Enable `mod_deflate` compression for HTML, plain text, CSS, JS and JSON - Configure `mod_expires` caching for images (1 month), CSS (1 week) and JS (3 hour) - Deny access to hidden files (dot-files) -- Add access control in public/.htaccess for api.html & openapi.json; update Nginx example in wiki +~~- Add access control in public/.htaccess for api.html & openapi.json; update Nginx example in wiki~~ - Remove obsolete folders from repo root -- Embed API documentation (`api.html`) directly in the FileRise UI as a full-screen modal +- Embed API documentation (`api.php`) directly in the FileRise UI as a full-screen modal - Introduced `openApiModalBtn` in the user panel to launch the API modal - - Added `#apiModal` container with a same-origin ` + `; + document.body.appendChild(apiModal); document.getElementById("openApiModalBtn").addEventListener("click", () => {