“VeLiTi” 0a4e145d57 Add user roles management page and update user permissions handling
- Created a new `user_roles.php` file for managing user roles and permissions.
- Implemented pagination, filtering, and sorting for user roles.
- Updated `users.php` to use the new authorization structure for permissions.
- Changed API version from v1 to v2 in `users.php` for user data retrieval.
- Modified `webhook_mollie.php` to include account hierarchy in license creation.
- Refactored invoice generation and email sending logic in `webhook_mollie.php`.
- Introduced a new `webhook_paypal.php` file to handle PayPal webhook notifications.
- Implemented payment status updates and license creation logic in `webhook_paypal.php`.
- Added helper functions for PayPal webhook signature verification and access token retrieval.
2026-01-29 19:31:10 +01:00
2025-01-08 13:20:09 +01:00
2025-01-23 12:54:16 +01:00
2025-02-20 13:35:59 +01:00
Description
No description provided
50 MiB
Languages
PHP 81%
JavaScript 10.6%
CSS 8.4%