Commit graph

143 commits

Author SHA1 Message Date
Timothée Jaussoin
ef110eb4ce Fix FLEXIAPI-385 Use domains and not hosts in the EmailServer endpoints as... 2025-09-11 15:18:58 +02:00
Timothée Jaussoin
2006fa0929 Fix FLEXIAPI-378 Return a valid JSON containing the vCard and not the raw... 2025-08-28 13:56:07 +02:00
Timothée Jaussoin
0578125f70 Fix FLEXIAPI-363 Send the Redis publish event when the externalAccount is... 2025-07-23 13:25:32 +00:00
Timothée Jaussoin
058d253dbc Fix FLEXIAPI-362 Return an empty object and not an empty array in the... 2025-07-22 08:18:53 +00:00
Timothée Jaussoin
40c8209cdc Fix FLEXIAPI-353 Validate UUIDs in the vcards-storage endpoints, complete the... 2025-07-09 14:57:48 +00:00
Timothée Jaussoin
336c037590 Fix FLEXIAPI-342 Enforce password change when the External Account domain is changed 2025-07-02 17:19:57 +02:00
Timothée Jaussoin
d2cac6d60f Fix FLEXIAPI-341 Allow realm to be empty when creating a Space 2025-07-02 10:26:47 +02:00
Timothée Jaussoin
c8e587db01 Fix FLEXIAPI-341 Allow realm to be empty when creating a Space 2025-07-01 12:04:49 +02:00
Timothée Jaussoin
4f3e9c57c9 Fix FLEXIAPI-330 Remove the ConfirmedRegistration email and related code 2025-06-17 10:58:35 +02:00
Timothée Jaussoin
0348eecf4c Fix FLEXIAPI-325 Add endpoints to send the password reset and provisioning emails 2025-06-11 17:19:55 +02: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
fd0fcd7045 Fix FLEXIAPI-277 Restrict authorized ini keys that can be set to prevent... 2025-04-02 09:25:56 +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
9006bc1d0d Fix FLEXIAPI-258 Move DotEnv instance configurations in the Spaces table 2025-02-17 14:02:06 +00:00
Timothée Jaussoin
1ba3834f40 Fix FLEXIAPI-264 Add -k|api_key_ip parameter to accounts:create-admin-account... 2025-02-03 16:24:39 +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
786258da1f Fix FLEXIAPI-255 Create a INSTALL.md tutorial and log FlexisipPusherConnector errors 2025-01-06 10:51:18 +01:00
Timothée Jaussoin
0dcb74ef19 Fix FLEXIAPI-254 Allow no data on POST requests to not trigger the ValidateJSON middleware 2024-12-30 17:22:03 +01: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
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
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
61a0339442 Fix FLEXIAPI-184 Append phone_change_code and email_change_code to the admin... 2024-06-13 07:39:55 +00:00
Timothée Jaussoin
880f0cbc74 Fix FLEXIAPI-183 Complete the account hooks on the dictionnary actions 2024-06-10 16:58:02 +02:00
Timothée Jaussoin
3d1e313ca3 Fix FLEXIAPI-159 Add the account_creation_tokens/consume endpoint 2024-05-30 12:36:27 +00:00
Timothée Jaussoin
b44d6e1b25 Fix FLEXIAPI-177 Complete vcards-storage and devices related endpoints with their User/Admin ones 2024-05-22 12:21:08 +02:00
Timothée Jaussoin
c930859c6a Fix FLEXIAPI-176 Improve logs for the deprecated endpoints and... 2024-05-20 12:32:04 +00:00
Timothée Jaussoin
a9a7fffd9b Fix FLEXIAPI-174 Check if the phone is valid before trying to recover it (deprecated endpoint) 2024-05-16 10:19:05 +00:00
Timothée Jaussoin
c13a78002a Fix FLEXIAPI-168 Add POST /accounts/me/email to confirm the email change 2024-04-25 13:33:20 +00:00
Timothée Jaussoin
debf668e77 Fix FLEXIAPI-164 Add vcards-storage endpoints 2024-04-24 13:41:43 +00:00
Timothée Jaussoin
faf33f5ac3 Fix FLEXIAPI-162 Drop the aliases table 2024-04-22 13:38:51 +00:00
Timothée Jaussoin
7418d79b41 Fix FLEXIAPI-152 API Key usage clarification 2024-04-09 09:10:08 +00:00
Timothée Jaussoin
42e7ed83c0 Fix FLEXIAPI-161 Complete the Dictionary tests to cover the collection accessor 2024-04-08 09:29:11 +00:00
Timothée Jaussoin
3dc9f93216 Fix FLEXIAPI-158 Restrict the phone number change API endpoint to return 403... 2024-04-03 14:05:35 +00:00
Timothée Jaussoin
75599dd5ab Fix FLEXIAPI-155 Add a new accountServiceAccountUpdatedHook and accountServiceAccountDeletedHook 2024-03-27 16:22:01 +00:00
Timothée Jaussoin
00196e5957 Fix FLEXIAPI-135 Merge the admins table in the accounts table 2024-03-26 14:15:20 +00:00
Timothée Jaussoin
9d7618e9c4 Fix FLEXIAPI-149 Add a toggle to disable phone check on username for admin endpoints and forms 2024-03-21 12:04:30 +01:00
Timothée Jaussoin
2e9455ef11 Fix FLEXIAPI-150 Use the same account_id parameter for both API and Web routes 2024-03-18 09:46:49 +01:00
Timothée Jaussoin
8fe5761859 Fix FLEXIAPI-148 Reuse AccountService in the POST /api/accounts admin endpoint 2024-03-07 17:43:37 +01:00
Timothée Jaussoin
6da23a50a8 Fix FLEXIAPI-145 Put back the code as an alias for the confirmation_key in the... 2024-03-04 14:37:56 +00:00