Ludovic Poujol
66c159a625
Display the web-add.sh version
1 month ago
Ludovic Poujol
77f5076c88
Move common.php outside of the DocumentRoot
1 month ago
Ludovic Poujol
66ceacd918
Make the change on the login mechanism compatible with old configurations
9 months ago
Ludovic Poujol
d746aa445e
Change in the login mechanism
...
Now use passwords hashed & salted. Validate with PHP's password_verify() function
Password hashes can be generated with :
* mkpasswd --method=sha-512
* PHP's password_hash()
9 months ago
Ludovic Poujol
ef5bbbeba7
Fix behaviour when there is only one php version
...
closes #74
1 year ago
Ludovic Poujol
ae30498030
set a uid for the user at login for ftp filtering
2 years ago
Ludovic Poujol
6438732ea4
Add missing break....
4 years ago
Nicolas Roman
3736f7ec32
display expiration date of cert and included domains directly when clicking the letsencrypt link
4 years ago
Nicolas Roman
b339ca0fb9
display included and non included domain(s) before the cert renew
4 years ago
Nicolas Roman
f3fa182dc7
delete methods updating the vhost after cert installation is completed
4 years ago
Nicolas Roman
c218aebaae
bugfixes for the evoacme part
4 years ago
Nicolas Roman
27b449fd98
check that the non_standard domain is not already in the session variable
4 years ago
Nicolas Roman
839efa6fe9
generateSSLCertificate and setSSLPortVhost methods added
4 years ago
Nicolas Roman
1b4231e1a9
make-csr function and confirmation button when warning is displayed
4 years ago
Nicolas Roman
1cf62beb55
retrieve the correct aliases and servername from a specified vhost
4 years ago
Nicolas Roman
c4a6b1f069
errors handling for SSL check with the issuer, validity date and included domains
4 years ago
Nicolas Roman
3b9a534253
filter empty items from session variable of domains
4 years ago
Nicolas Roman
d7f0a5e36c
change error handling for let's encrypt checks
4 years ago
Nicolas Roman
320a229d4f
separate view and controller logic
4 years ago
Nicolas Roman
2193307e14
first draft webadmin-letsencrypt.php
4 years ago
Nicolas Roman
634a18d1cb
rebase master
4 years ago
Nicolas Roman
a907137e27
block non-standard vhost modification
4 years ago
Nicolas Roman
ad452aad6a
delete list-servername function
4 years ago
Nicolas Roman
5a738c4e2e
revert multiple virtualhosts mgmt for ITK
4 years ago
Nicolas Roman
1ee7221b19
normalize text
4 years ago
Nicolas Roman
1ffa0ef4e7
normalize title names
4 years ago
Nicolas Roman
6f7fe19046
added delete webpage
4 years ago
Ludovic Poujol
d63150c4ce
Add missing escapeshellarg() in account creation
4 years ago
Nicolas Roman
c9ed53d7dd
php url changed
4 years ago
Nicolas Roman
6d0a456de9
alias url changed
4 years ago
Nicolas Roman
6ef1c9fcf7
refactoring webadmin-itk
4 years ago
Nicolas Roman
99ac46f671
itk url changed
4 years ago
Nicolas Roman
fde162d679
servername url changed
4 years ago
Ludovic Poujol
128db07700
The php version field should be mandatory
4 years ago
Ludovic Poujol
256baadb85
Add PHP version update interface when running in multiphp mode
4 years ago
Ludovic Poujol
29b92647a7
Refactor the domain and alias checks done at account creation
4 years ago
Nicolas Roman
fc3fe6bd15
cleaning code + add links to navigate to new pages
4 years ago
Nicolas Roman
89858a6bbd
first draft itk mgmt
4 years ago
Nicolas Roman
6f0106d4d0
implement check_occurence_name on account creation
4 years ago
Nicolas Roman
2f25655038
using better var names for check occurence return code
4 years ago
Nicolas Roman
cf4d066f0e
call function check_occurence for alias and servername
4 years ago
Nicolas Roman
bbada41dd5
Added check-occurence for alias creation
4 years ago
Nicolas Roman
4153145c5d
Added check-occurence for servername update
4 years ago
Nicolas Roman
ce66f0b9b8
enabled field verification for ServerName
4 years ago
Nicolas Roman
28149ed229
change ServerName for a specific vhost
4 years ago
Nicolas Roman
f90b127a95
list servername linked to file conf
4 years ago
Nicolas Roman
20aeb60cda
using DomainInputFormField for ServerName update field
4 years ago
Nicolas Roman
7e02e50047
update ServerName from web interface
4 years ago
Ludovic Poujol
34c7c5dc22
Don't compute spaces when quota is disabled
...
Also fix code ident
4 years ago
Ludovic Poujol
6b1fa94da9
Ensuring that account name and db name only contain alphanumerical chars (and - _ )
...
With new type of form field : AlphaNumericalTextInputFormField
4 years ago