Timothée Jaussoin
8acd08607c
- Fix an issue when the user set for the first time his email adress to his account (the old email was required)
...
- Fix an issue when a user want to do an email authentication on an account that is using the same email adress as another account
- Bump the package number
2021-05-04 11:27:21 +02:00
Timothée Jaussoin
d0cce36eeb
Add a nice layout for the common errors, fix #5
...
Update the dependencies
Remove some old codes
Bump the package version
Move the throttle limit from 60 to 600
2021-05-03 12:07:57 +02:00
Timothée Jaussoin
1dca0b9924
Rework the .spec file to prevent issues when installing or reinstalling
...
Fix dependencies and cleanup in the Makefile with make deb
2021-04-29 16:23:33 +02:00
Timothée Jaussoin
f468bf3acf
Adjust the .spec file to handle properly reinstallation/upgrade
...
Add dependencies when packaging for debian
2021-04-29 16:23:33 +02:00
Timothée Jaussoin
bbeaeaea66
Add DEB packaging
2021-04-29 16:23:33 +02:00
Timothée Jaussoin
a60fe69c6a
Fix some authentication and redirection errors
...
Bump version to 63
2021-04-29 11:13:09 +02:00
Timothée Jaussoin
34462596d1
Bump package to version 62
2021-04-27 17:38:23 +02:00
Timothée Jaussoin
c8aa86d77a
Allow aliases to be entered in the authentication
...
Fix the authentication password check to allow "alias-accounts"
2021-04-27 17:27:27 +02:00
Timothée Jaussoin
9cf86e1b6a
Allow phone numbers to be set on the admin account creation API endpoint
2021-04-22 17:47:16 +02:00
Sylvain Berfini
13d5a2410a
Fixed an issue in previous commit
2021-04-16 15:53:12 +02:00
Sylvain Berfini
6d2cf23a80
Attempt to fix activation issue
2021-04-16 11:48:56 +02:00
Timothée Jaussoin
43b34091af
Create an "old" Admin account to prevent it to be removed by the SQL cleanup triggers
...
Update the dependencies
Bump package number
2021-04-15 12:04:26 +02:00
Timothée Jaussoin
8451277676
Remove the WhiteSpace limitation in the api for usernames during account creation
...
Update the dependencies
2021-04-12 15:55:51 +02:00
Timothée Jaussoin
c3df886ffa
Add a Command to create an Admin test account
2021-03-31 16:13:08 +02:00
Timothée Jaussoin
0b5da6b16e
Don't retrieve all the users from the BDD when trying to remove unconfirmed ones
...
Update the dependencies
Bump the build number
2021-03-23 11:07:30 +01:00
Timothée Jaussoin
324e63a1b9
Clear the route cache on install as well
...
Update the dependencies
Fix documentation
2021-03-04 15:12:37 +01:00
Timothée Jaussoin
46af75fea3
Add account expirations table
...
Complete POST /accounts admin endpoints
Handle expiration in email and phone endpoints
Complete documentation
Add related tests
Bump package version
2021-03-03 17:25:52 +01:00
Timothée Jaussoin
cd32657d21
Add Push notification token and account creation endpoints
...
Complete documentation
Complete tests
Update the dependencies
Bump the package number
2021-02-24 15:15:40 +01:00
Timothée Jaussoin
e2aeab285a
Allow admin accounts creation through the admin account creation API
...
Fix a small issue in the account panel authentication controller (realm->domain)
Update the dependencies
Bump the release version
2021-02-15 10:05:33 +01:00
Timothée Jaussoin
3fdedda515
Bring back the confirmation_key in Account but only in Admin endpoints (for security reason)
...
Authenticate on the resolvedRealm and not the configured domain
Bump package
2021-02-11 17:59:41 +01:00
Timothée Jaussoin
4fc6aaa824
Resolve properly the domain/realm when hashing the password
...
Add aliases support through two new endpoints, allowing user to set a phone number on his account
Hide the confirmation_key from the returned account JSON
Bump version number
2021-02-11 16:06:20 +01:00
Timothée Jaussoin
bc3d1d1f38
Also allow similar usernames from different domains
...
Bump package version
2021-02-09 15:27:30 +01:00
Timothée Jaussoin
68f325f2fd
Set the same behavior between API and the main form, same username between different domains are allowed
...
Bump package number
2021-02-09 14:17:10 +01:00
Timothée Jaussoin
e98e0bf003
Allow the Terms and Conditions to be set as URLs
...
Cleanup the old TaC pages
Update the dependencies
2021-02-09 13:58:32 +01:00
Timothée Jaussoin
b6959cc5dd
Add support of realms in the authentication process through a global configuration variable
2021-02-03 15:33:07 +01:00
Timothée Jaussoin
cda7864c52
Ensure that the confirmation code is also generated when activated is set to false during the account creation process
...
Bump the package number
2021-01-18 17:54:29 +01:00
Timothée Jaussoin
a82d66bc48
Fix a missing use
...
Bump the version
2021-01-14 15:40:44 +01:00
Timothée Jaussoin
539cf21269
Complete the documentation
...
Return a validation code on the admin account creation endpoint if the validation is set to false
Move some endpoints to be more consistant
Enforce validated accounts for authenticated endpoints
Bump the package version
2021-01-14 14:29:16 +01:00
Timothée Jaussoin
70463ae687
Complete the API with new endpoints
...
Update the documentation
Bump the build number to 41
2021-01-13 14:47:22 +01:00
Timothée Jaussoin
1290b255c5
Bump RPM to version 40
2021-01-06 16:02:16 +01:00
Timothée Jaussoin
3bb1b48d43
Comment the check on the URI for Digest Auth as it is difficult to handle for clients when the API is setup in a subdirectory
...
Bump RPM version
2021-01-06 15:39:06 +01:00
Timothée Jaussoin
d0e7d10014
Update the dependencies
...
Add a everyone_is_admin config parameter for tests purpose
Fix DIGEST with liblinphone (split "email" in username + realm) and other adjustments
2021-01-05 15:35:51 +01:00
Timothée Jaussoin
ae3f235b46
Update to build 38
2020-12-07 15:42:01 +01:00
Timothée Jaussoin
5ddb669af1
Add accounts management endpoints
...
Add account email reset endpoint
Update the dependencies
Complete tests
2020-12-07 15:25:34 +01:00
Peio Rigaux
220d596a7f
Fixed configuration by really using reference of parameter in hook instead of copy, fixed provisioning for subdomains, added logs in case of digest auth fail
2020-12-03 11:28:01 +01:00
Peio Rigaux
5c7c0e1c01
Now secure provisioning new config value check with 'get_config_value' to prevent error if this value is missing in conf file
2020-11-20 18:37:16 +01:00
Sylvain Berfini
dc222ecd9e
Added hooks to provisioning
2020-11-18 15:52:41 +01:00
Peio Rigaux
cfd3e6abfc
Fixed remote provisioning values by ensuring that they override the existing ones when the according parameter is set
2020-11-09 17:22:41 +01:00
Sylvain Berfini
1af265f9d4
Fixed digest auth algorithm issue (no algo was sent correctly during 401).
...
Fixed double algorithm issue when account only has one algorithm (missing hyphen), added logs, fixed indent.
2020-10-30 12:09:09 +01:00
Timothée Jaussoin
603f1a6686
Add the activated parameter in the API accounts creation command
...
Complete the README documentation to add the artisan commands
Add an API key authentication mechanism
Update the dependencies
2020-10-19 11:53:07 +02:00
Peio Rigaux
1922ff8eac
Fixed bug in XMLRPC authenticator ('SHA256' typo instead of 'SHA-256' causing 401 because the authenticator can't understand the parameter), added Changelog
2020-10-16 15:55:33 +02:00
Timothée Jaussoin
7c04fd3789
Move the validation code to 13 characters
...
Validate the account automatically if a password is already set
Bump RPM package version to 31
2020-10-12 14:18:16 +02:00
Timothée Jaussoin
a49e142808
Align the email code size to 12 characters to ensure full compatibility
...
Update the dependencies
Move to build number 30 for the RPM package
2020-10-12 11:23:38 +02:00
Timothée Jaussoin
20df093551
Complete DotEnv documentation
...
Fix a validation error during registration, allow usernames to be reused between domains
Lower the code validation size limit to allow flexisip-account-manager codes to be used
Update RPM build number to 29
2020-10-06 17:06:32 +02:00
Timothée Jaussoin
5a486f4a73
Bump RPM build number to 28
2020-09-30 15:20:40 +02:00
Timothée Jaussoin
7ca7aefad2
Update the dependencies
...
Allow email account registration text to be customized
Rename lindoor CSS to linhome CSS
2020-09-28 11:36:15 +02:00
Timothée Jaussoin
9326245cfb
Add a Privacy page + validation
...
Slight UI adjustments
Allow Markdown in the intro text
Add toggle for Devices Management panel
2020-09-24 15:16:25 +02:00
Timothée Jaussoin
89bee3ca18
Fix OVH SMS sender name
...
Fix admins pagination
Update the dependencies
Update RPM release number to 27
2020-09-21 14:41:24 +02:00
Timothée Jaussoin
f77846b676
Update from Laravel 6 to Laravel 8
...
Fix the related tests
Add the Belledonne Communications copyright
2020-09-16 12:44:26 +02:00
Timothée Jaussoin
8fd85c00d2
Complete the documentation regarding how DotEnv configuration is handled
...
Add a confirmation flow using a email when an account tries to change one
2020-09-14 16:41:47 +02:00