Commit Graph

4 Commits

Author SHA1 Message Date
Linty 3da45eabac fixes #2460 switch api auth header to X-PIWIGO-API
Replaces usage of the Authorization header with X-PIWIGO-API for API key authentication. This improves consistency and may address issues with standard Authorization header handling.
2025-12-01 18:12:31 +01:00
Linty ae740ba3af fixes #2355 implement API key management system
- Added API key get, creation, editing, and revocation methods.

- Updated the profile template to include API key management features.

- Updated the database schema to support the new API key system, including additional fields for key management.

- Added client-side JavaScript functionality to handle API key operations and display responses.

- Update tools/htm.ws with the new way to authenticate.

- Restriction of certain api methods when used with an api key

- Backward compatibility with older apps
2025-06-09 20:35:57 +02:00
Matthieu Leproux 532fc743f2 fixed #1781 better UX for the add album popin 2022-11-08 17:23:31 +01:00
guetz a06bc75959 Web Service Explorer Redesign
* General visual redesign
* Method list in method tree
* Json is now beautifully displayed
2022-02-25 16:44:11 +01:00