Commit graph

153 commits

Author SHA1 Message Date
Timothée Jaussoin
14735350ac Fix FLEXIAPI-431 Complete missing admin account dictionnary documentation
Fix FLEXIAPI-432 Add a DELETE dictionary endpoint + test and documentation
2026-01-12 11:16:15 +01:00
Timothée Jaussoin
f883c3cee7 Fix FLEXIAPI-430 Handle empty string in JWT_SIP_IDENTIFIER and fallback to sip_identity 2026-01-06 15:44:36 +01:00
Timothée Jaussoin
4d601c4a9c Fix FLEXIAPI-366 Add voicemails endpoints 2025-12-11 16:27:32 +00:00
Timothée Jaussoin
d179d0f6df Fix FLEXIAPI-415 Add endpoints to activate/deactivate phone countries 2025-12-09 16:15:06 +01:00
Timothée Jaussoin
25ddd330c1 Fix FLEXIAPI-408 Adjustments to allow custom JWT tests and hooks 2025-12-09 15:04:51 +01:00
Timothée Jaussoin
593d7ce5c0 Fix FLEXIAPI-400 Scope the API accounts endpoints per space 2025-12-01 17:00:11 +01:00
Timothée Jaussoin
fe265a972d Fix FLEXIAPI-410 Modernize the Middleware and application stack to fit with... 2025-11-12 14:50:07 +00:00
Timothée Jaussoin
57e09cc4de Fix FLEXIAPI-403 Fix #14183 Cast the DotEnv setting to integer before passing them to Carbon 2025-10-14 10:22:42 +02:00
Timothée Jaussoin
b0de4841f6 Fix FLEXIAPI-395 Remove config()->set('app.sip_domain') and directly use the correct domain 2025-09-29 15:25:26 +02:00
Timothée Jaussoin
d8f0c47d8f Fix FLEXIAPI-384 Allow carddav_user_credentials to be set and use the correct... 2025-09-11 08:42:15 +00:00
Timothée Jaussoin
a56de2e93a Fix FLEXIAPI-380 Fix CardDav documentation 2025-09-01 15:07:54 +02:00
Timothée Jaussoin
abe67c9734 Fix FLEXIAPI-378 Return a valid JSON containing the vCard and not the raw... 2025-08-28 09:08:04 +00:00
Timothée Jaussoin
e0a9b75923 Fix FLEXIAPI-376 Rename domain to realm in CardDav credentials 2025-08-27 15:36:11 +02:00
Timothée Jaussoin
60df61d508 Fix FLEXIAPI-359 Add CardDav servers support in the spaces 2025-08-26 09:03:50 +00:00
Timothée Jaussoin
a5eeb06055 Upgrade to PHP 8.2 and Laravel 11 2025-08-18 09:15:08 +00:00
Timothée Jaussoin
507e913241 Fix FLEXIAPI-362 Return an empty object and not an empty array in the... 2025-07-22 10:20:30 +02:00
Timothée Jaussoin
dd1345d1ba Fix FLEXIAPI-341 Allow realm to be empty when creating a Space 2025-07-02 10:34:59 +02:00
Timothée Jaussoin
724e4c4e5b Fix/325 328 2025-06-11 15:36:51 +00:00
Timothée Jaussoin
cd3b9b818b Fix FLEXIAPI-286 Send an account_recovery_token using a push notification 2025-05-05 13:43:44 +00:00
Timothée Jaussoin
e2f40699fb Fix FLEXIAPI-205 Remove the deprecated endpoints, compatibility code... 2025-04-22 12:51:15 +00:00
Timothée Jaussoin
a3861304cc Fix FLEXIAPI-284 Add configurable admin API Keys 2025-04-10 09:11:26 +00:00
Timothée Jaussoin
672d6291b7 Fix FLEXIAPI-272 Add Space based email server integration 2025-04-08 09:02:35 +00:00
Timothée Jaussoin
b493e9006e Fix FLEXIAPI-281 Restrict external_domains unicity on username, domain 2025-03-26 10:25:42 +00:00
Timothée Jaussoin
7cb63f3e51 Fix FLEXIAPI-233 Add External Accounts (new version) 2025-03-24 13:36:20 +00:00
Timothée Jaussoin
11a9f87f1d Fix FLEXIAPI-275 Add names in Spaces 2025-03-05 15:48:55 +01:00
Timothée Jaussoin
09f6e1fa6d Fix FLEXIAPI-261 Remove the TURN part in the XML provisioning (and only keep the API endpoint) 2025-02-26 10:49:15 +01:00
Timothée Jaussoin
9006bc1d0d Fix FLEXIAPI-258 Move DotEnv instance configurations in the Spaces table 2025-02-17 14:02:06 +00:00
Timothée Jaussoin
2bf8db6bd1 Fix FLEXIAPI-268 Allow pn-param in Apple format for the push notifications endpoints 2025-02-13 10:18:03 +01:00
Timothée Jaussoin
1b1df7eef8 Fix FLEXIAPI-262 Bypass the JWT auth if we have an API 2025-01-30 10:23:06 +00:00
Timothée Jaussoin
0d48ff3964 Fix FLEXIAPI-260 Return 404 and not 403 if the contact is already in the list... 2025-01-28 14:27:26 +00:00
Timothée Jaussoin
07458db5c9 Fix FLEXIAPI-257 Return a more coherent message when search API endpoints returns a 404 2025-01-07 14:48:59 +01:00
Timothée Jaussoin
4add0d7daa Fix FLEXIAPI-250 Allow Spaces to be declared without a subdomain 2024-12-16 13:56:14 +00:00
Timothée Jaussoin
9cb24cad77 Fix FLEXIAPI-241 Add a /push-notification endpoint to send custom push... 2024-12-10 16:05:19 +00:00
Timothée Jaussoin
694265cc1c Fix FLEXIAPI-242 Add stricter validation for the AccountCreationToken Push Notification endpoint 2024-12-10 14:26:53 +01:00
Timothée Jaussoin
93c98ae73f Fix FLEXIAPI-220 Migrate SIP Domains to Spaces 2024-12-02 13:04:49 +00:00
Timothée Jaussoin
9b3d3cd2f2 Fix FLEXIAPI-239 Add missing WWW-Authenticate header bearer parameter if present 2024-11-07 11:06:55 +01:00
Timothée Jaussoin
86715d6048 Fix FLEXIAPI-239 Ensure to return the correct error codes as stated in the RFC6750 section 3.1 2024-11-06 11:29:25 +01:00
Timothée Jaussoin
197705d872 Fix FLEXIAPI-219 Allow complete Bearer value to be set in the setting to... 2024-10-28 09:40:52 +00:00
Timothée Jaussoin
61bc04da02 Fix FLEXIAPI-216 Implement the RFC 8898 partially... for HTTP 2024-10-23 14:31:29 +02:00
Timothée Jaussoin
648936514f Fix FLEXIAPI-213 Add TURN credentials support in the API as defined in... 2024-10-14 09:03:22 +00:00
Timothée Jaussoin
12ef6d472e Fix FLEXIAPI-212 Add CoTURN credentials support in the provisioning 2024-09-25 10:33:44 +02:00
Timothée Jaussoin
23e61fdc38 Fix FLEXIAPI-211 Add a JSON validation middleware + test 2024-09-11 17:03:10 +02:00
Timothée Jaussoin
a4e44d94a6 Fix FLEXIAPI-203 Implement domain based Linphone configuration, add... 2024-08-12 10:14:21 +00:00
Timothée Jaussoin
08ff1b8675 Fix FLEXIAPI-196 Add a phone validation system by country code with configuration panels and related tests and documentation 2024-07-24 10:59:22 +02:00
Timothée Jaussoin
f6c5562201 Fix FLEXIAPI-192 Add DotEnv configuration to allow the expiration of tokens and codes in the app 2024-07-11 12:51:02 +00:00
Timothée Jaussoin
2ed4f02c11 Fix FLEXIAPI-182 Replace APP_SUPER_ADMINS_SIP_DOMAINS with a proper sip_domains table, API endpoints, UI panels, tests and documentation 2024-07-01 14:11:47 +00:00
Timothée Jaussoin
aea9de7923 Fix FLEXIAPI-192 Clear and upgrade properly the account dictionary entries if... 2024-06-19 14:00:33 +00:00
Timothée Jaussoin
47acf6cb9d Fix FLEXIAPI-186 Ensure that empty objects are serialized in JSON as objects and not empty arrays 2024-06-13 17:15:31 +02:00
Timothée Jaussoin
9f908c3f7d Fix FLEXIAPI-185 Return null if the account dictionary is empty in the API 2024-06-13 15:23:25 +02:00
Timothée Jaussoin
61a0339442 Fix FLEXIAPI-184 Append phone_change_code and email_change_code to the admin... 2024-06-13 07:39:55 +00:00