Timothée Jaussoin
1e5052da1d
Fix #103 Limit the size of account_creation_request_tokens token column to 16 characters
2023-05-23 16:35:57 +02:00
Timothée Jaussoin
cf6b007f26
Fix #102 Implement AccountCreationRequestToken
2023-05-23 14:29:01 +00:00
Timothée Jaussoin
6ca20e6a9c
Fix #92 Add two new endpoints regarding email account reset and account search per email for admins
2023-05-10 10:01:46 +00:00
Timothée Jaussoin
d2b2a9dd6d
Fix #100 Fix and move the SMS log to OvhSMS library
2023-05-04 17:49:10 +02:00
Timothée Jaussoin
82b5e967dc
Fix #93 Remove the .htaccess file, redundant with the existing Apache configuration
2023-05-04 16:53:22 +02:00
Timothée Jaussoin
0d21f3fda9
Fix #99 Remove username restriction in Public unsecure endpoint
2023-05-04 14:36:41 +00:00
Timothée Jaussoin
9569c79008
Fix #98 Validate the existence of a similar key on POST /account_types for 1.3
2023-05-04 13:41:08 +00:00
Timothée Jaussoin
e11d55e3f9
Fix #94 Implement the deprecated endpoint changes + tests + documentation
2023-05-02 17:38:34 +02:00
Timothée Jaussoin
3f35954071
Fix #96 Add the missing sipmessage paramater value for dtmf_protocol in the documentation Release 1.3
2023-04-27 15:27:02 +00:00
Timothée Jaussoin
0a8eda05c4
Fix #60 Rename code to confirmation_key to be more consistent with the API,...
2023-04-26 15:45:32 +00:00
Timothée Jaussoin
e4e0c2dd76
Complete the CHANGELOG to add important changes
2023-03-29 13:33:08 +00:00
Timothée Jaussoin
c5deca93a6
Fix #82 Adjust the FlexisipPusherConnector to fit with the recent changes
2023-03-21 15:46:02 +00:00
Timothée Jaussoin
86f4a67c1e
Fix #77 Add proper SIP username validation
2023-03-21 13:03:02 +00:00
Timothée Jaussoin
f68c0957da
Fix #80 Inject provisioning link and QRCode in the default email with a password_reset parameter
2023-03-16 16:15:45 +00:00
Timothée Jaussoin
d0f5bf24f5
Fix #79 Add a refresh_password parameter to the provisioning URLs
2023-03-15 16:16:58 +00:00
Timothée Jaussoin
eb0c97804e
Fix #78 Add a APP_ACCOUNTS_EMAIL_UNIQUE environnement setting
2023-03-14 10:53:51 +00:00
Timothée Jaussoin
484fc0d923
Fix #70 document email parameter in POST /accounts
2023-02-23 15:08:58 +01:00
Timothée Jaussoin
3e8eec68ea
Fix #76 Remove useless expired_at cast
2023-02-13 14:11:31 +01:00
Timothée Jaussoin
ee7ce55e56
Fix #75 Cast to int the phpredis-sentinel port
2023-02-13 12:20:03 +01:00
Timothée Jaussoin
8c598df151
Fix #72 Disable the accounts scope when loading the ApiKey and related account
2023-02-08 12:04:28 +01:00
Timothée Jaussoin
f93e9c0634
Fix #30 Remove APP_EVERYONE_IS_ADMIN
2023-02-08 10:34:17 +01:00
Timothée Jaussoin
879fa89d1e
Fix #66 Don't overide DEB apache conf path
...
Update the dependencies
2023-01-11 14:50:37 +01:00
Timothée Jaussoin
2c231c96b7
Fix #63 Hide auth_token based QRCode generation
2022-12-22 16:19:50 +01:00
Timothée Jaussoin
a5c3339cfe
Fix #62 Remove fromContact
2022-12-21 17:19:47 +01:00
Timothée Jaussoin
6b90b29900
Fix #61 Use the new up to date syntax to load and use CommonMark
...
Update the dependencies
2022-12-20 15:13:00 +01:00
Timothée Jaussoin
6e56559050
Fix #59 Move to Redis for the devices management
2022-12-14 17:21:14 +01:00
Timothée Jaussoin
0d513197b4
Fix #55 Return 401 and not 404 when the wrong algorithm is picked in the Digest flow
2022-12-13 15:16:14 +01:00
Timothée Jaussoin
68b4f1df7f
Update CHANGELOG for the upcoming v1.3
...
Fix the packaging process to use git describe as a reference
Move the generated packages in the build directory, and fix the release and version format in the .spec
Refactor and cleanup the .gitlab-ci file
Move minimum version to PHP8.0
2022-12-13 14:50:40 +01:00
Timothée Jaussoin
4292277037
Prepare the 1.2 release
2022-11-03 15:05:54 +01:00
Timothée Jaussoin
3da2a8fdd6
Fix #50 upgrade the code to fit with the new object format
...
Fix a fatal error in the view
2022-11-03 10:39:11 +01:00
Timothée Jaussoin
501f394bbc
Fix #52 Remove the message
...
Update the dependencies
Bump the package number
2022-10-31 11:03:21 +01:00
Timothée Jaussoin
51774c0cc9
Fix #51 Use DB_CONNECTION and not DB_DRIVER by default to configure the database access
2022-10-26 15:25:17 +02:00
Timothée Jaussoin
668a7758c4
Fix #37 Run tests under Rockylinux 8 and Debian 11
...
Log an error if the FlexisipPusher is used but not properly configured
2022-10-20 17:14:51 +02:00
Timothée Jaussoin
448e200a72
Fix #39 Log error when the PN pusher is not configured
2022-10-20 16:58:31 +02:00
Timothée Jaussoin
46c2326e6b
Fix #48 FN in VCARD serialization
...
Add test
2022-10-19 15:42:04 +02:00
Timothée Jaussoin
626d13bae2
Fix #33 Add explanations related to the apache2 configuration
2022-10-12 14:39:23 +02:00
Timothée Jaussoin
e124dedfa2
Fix #46 Rely on the external account identifier and not the non-existing full identifier
...
Bump version
2022-10-11 14:43:10 +02:00
Timothée Jaussoin
699b015950
Fix #45 PHPCS issues
...
Bump the package number
2022-10-05 16:41:58 +02:00
Timothée Jaussoin
9768585236
Fix #45 Add a username blacklist feature + tests
2022-10-05 16:34:43 +02:00
Timothée Jaussoin
006ddaca5f
Fix #44 Add display name in the provisioning XML
2022-09-29 16:41:56 +02:00
Timothée Jaussoin
54b9c2a3f3
Fix #43 Ensure that admins cannot create or edit account with capital letters in usernames
...
Update the dependencies
Bump the package number
2022-09-27 11:51:21 +02:00
Timothée Jaussoin
10d601b95c
Fix #42 add PHPMD to the GitlabCI
...
Update the dependencies
2022-09-21 15:29:27 +02:00
Timothée Jaussoin
a0dd7e17ce
Add a PHP CodeSniffer to the CI
2022-09-21 12:28:59 +02:00
Timothée Jaussoin
a85088c7a4
Fix #40 Drop the From requirement in the API Key authentication mechanism
...
Small fixes and adjustements in tests
2022-09-13 16:20:42 +02:00
Timothée Jaussoin
3212e112bf
Fix #39 Add an accounts/me/provision endpoint
...
Add related test and documentation
Update the dependencies
2022-09-08 15:09:11 +02:00
Timothée Jaussoin
487755acba
Catch the mail exceptions in public registration
...
Remove validity check for confirmed accounts
2022-09-01 17:13:05 +02:00
Timothée Jaussoin
b1d58d83c9
Fix #177
...
Implement XMLRPC like retrocompatibility endpoints
Validate phone-info endpoint phone format
Improve OVHSMS error handling and log errors
Complete tests
Fix #34 return a generic message for 404 errors
Fix #38 simplify the domain resolving parameter and remove the domain parameter in the token based account creation endpoint
2022-08-23 11:27:35 +02:00
Timothée Jaussoin
31b5cbe059
Fix #31 provide realm based on the external account and directly use the domain
2022-08-03 17:09:46 +02:00
Timothée Jaussoin
307c379fa8
Add validation for GenerateExternalAccounts
...
Add a migration to change the accounts group column to 64 chars
Update the dependencies
Bump the package number
2022-07-25 12:40:18 +02:00
Timothée Jaussoin
ae0ef3fb8e
Add a size to the group string to prevent migration issue with old MySQL releases
2022-07-21 13:10:36 +02:00