Till Brehm
2016-03-29 e1b4cacb8d66891ce11dd4203bd92aa265fffcde
2016-03-29 Till Brehm
Fixed issue: #3812 Insufficient validation of PHP version selector.
blob@ e1b4ca commitdiff | diff to current
2014-08-22 Marius Cramer
- fixed typo in previous commit
blob@ 90923d commitdiff | diff to current
2014-08-22 Marius Cramer
- added alias- and subdomains to ssl domain select
blob@ d96e29 commitdiff | diff to current
2014-07-29 Marius Cramer
Improved input validation
blob@ 64ea56 commitdiff | diff to current
2014-07-15 Falko Timme
- adjusted PHP settings regex to allow |, (, and ) (like in "error_reportin...
blob@ b00e47 commitdiff | diff to current
2014-04-05 Falko Timme
- changed/harmonized order of clients in client select fields ("ORDER BY cl...
blob@ ca4b71 commitdiff | diff to current
2014-03-08 Falko Timme
- Fixed FS#3365 - Valid nginx rewrite rules are rejected with "Invalid Rewr...
blob@ b5b613 commitdiff | diff to current
2014-02-28 Falko Timme
- Databases: Make sure backup_interval is a string, not an integer.
blob@ 7c19f2 commitdiff | diff to current
2014-02-18 Falko Timme
- Fixed FS#3320 - Improve php.ini parser.
blob@ 03cc01 commitdiff | diff to current
2014-02-15 Till Brehm
Fixed: FS#3155 - Moving website domains between clients
blob@ 87f67a commitdiff | diff to current
2014-02-15 Till Brehm
Fixed: FS#3271 - Bug with installer/interface
blob@ 31143b commitdiff | diff to current
2014-01-24 Marius Cramer
Copied missing changes of web_domain module to vhost subdomain module
blob@ 1c3655 commitdiff | diff to current
2014-01-17 Falko Timme
- Fill IP select fields with IP from correct server even if the user's defa...
blob@ 30848e commitdiff | diff to current
2013-12-20 Till Brehm
Quota value of website not tested when new site is created.
blob@ f9c424 commitdiff | diff to current
2013-11-21 Marius Cramer
Fixed bug in language include Removed workarounds
blob@ 82e2a2 commitdiff | diff to current
2013-11-20 Falko Timme
- Fixed missing save and cancel button texts in web form.
blob@ 492629 commitdiff | diff to current
2013-11-20 Till Brehm
- Function to increment the customer number automatically - Added fields to...
blob@ 3d96c5 commitdiff | diff to current
2013-11-19 Till Brehm
Code review.
blob@ 604c0c commitdiff | diff to current
2013-11-14 Marius Cramer
Cleaning up code to match coding guidelines
blob@ 7fe908 commitdiff | diff to current
2013-10-21 Marius Cramer
Changed all windows line breaks to unix line breaks (coding guidelines!)
blob@ 146783 commitdiff | diff to current
2013-10-16 Falko Timme
- Websites and Vhostsubdomains: When editing a web, show quota and traffic ...
blob@ 936c11 commitdiff | diff to current
2013-10-14 Marius Cramer
Copied files from svn 3.0.5 stable branch (git migration)
blob@ 992797 commitdiff | diff to current
2013-08-21 tbrehm
Merged revisions 4069-4117 from stable branch.
blob@ 7b47c0 commitdiff | diff to current
2013-07-31 tbrehm
Merged revisions 3960-4065 from stable branch.
blob@ 615a0a commitdiff | diff to current
2013-03-26 hellkat
Merged revisions 3845-3876 and 3879-3918 from stable branch.
blob@ cc6568 commitdiff | diff to current
2013-03-25 mcramer
- Implemented New global option to grant reseller users access to the opt...
blob@ 635278 commitdiff | diff to current
2013-02-22 tbrehm
Merged revisions 3803-3844 from stable branch.
blob@ 526b99 commitdiff | diff to current
2013-02-12 tbrehm
Merged Revisions 3771-3801 from stable branch.
blob@ 72695f commitdiff | diff to current
2013-01-17 tbrehm
Merged revisions from 3.0.5 stable branch: 3758-3768, 3769 shall not be mer...
blob@ 43b345 commitdiff | diff to current
2013-01-03 tbrehm
Merged revisons 3687-3748 from 3.0.5 stable branch.
blob@ 10b4c8 commitdiff | diff to current
2012-11-14 tbrehm
Merged revisions 3596-3670 from 3.0.5 stable branch.
blob@ bfcdef commitdiff | diff to current
2012-10-24 tbrehm
Merged revisions 3557-3594 from 3.0.5 stable branch.
blob@ 4bd960 commitdiff | diff to current
2012-09-26 mcramer
Implemented: FS#1102 - Convert internationalized domains to punycode autom...
blob@ 8c1761 commitdiff | diff to current
2012-09-18 mcramer
Bugfix: domain module check on client editing websites Added: bank account ...
blob@ 8d0c35 commitdiff | diff to current
2012-09-13 mcramer
Fixed/Implemented: replaced intval() by $app->functions->intval() in all in...
blob@ 65ea2e commitdiff | diff to current
2012-09-12 mcramer
Bugfix: Domain module check can only be applied if tab is "domain"
blob@ f601d9 commitdiff | diff to current
2012-09-11 mcramer
Fixed: FS#2421 - Domain module does not check for valid selection Impleme...
blob@ 4e18bd commitdiff | diff to current
2012-09-06 ftimme
- Small bugfix (if($server_type = 'nginx'){ must be if($server_type == 'ngi...
blob@ 3a93f2 commitdiff | diff to current
2012-09-06 ftimme
- New feature: you can now add directive snippets for Apache, nginx, and PH...
blob@ ef55b5 commitdiff | diff to current
2012-08-20 mcramer
Bugfix reading PHP versions from wrong server under some circumstances Made...
blob@ c146a2 commitdiff | diff to current
2012-08-20 mcramer
Changes for subdomain vhosts: - Fixed missing templates and language entrie...
blob@ c3bf39 commitdiff | diff to current
2012-08-20 mcramer
Implemented (as optional!) FS#1993 - Creating Subdomains as VirtualHost
blob@ 6fb93d commitdiff | diff to current
2012-08-19 mcramer
FS#2385 - Extend client limits
blob@ ac099e commitdiff | diff to current
2012-06-07 tbrehm
Implemented: FS#1977 - IP address(es) and *
blob@ 02384b commitdiff | diff to current
2012-05-04 ftimme
- Implemented FS#1888 and FS#2211.
blob@ dd7ce4 commitdiff | diff to current
2012-05-04 ftimme
- Implemented FS#2200.
blob@ 76ebcb commitdiff | diff to current
2012-05-03 ftimme
- Added more details to client drop-down fields (in Sites and DNS module).
blob@ 248bc3 commitdiff | diff to current
2012-04-19 ftimme
- Apache: added support for multiple PHP-FPM versions. - Fastcgi: delete .p...
blob@ 62e4b3 commitdiff | diff to current
2012-04-05 tbrehm
Merged revisions 2943-3026 from stable branch.
blob@ b67344 commitdiff | diff to current
2012-04-03 ftimme
- Fixed FS#2139.
blob@ 93f24e commitdiff | diff to current
first | « prev | next »