Michael Kaufmann (d00p)
09c5bbcb63
- more work in multiserver-client-settings (save-methods)
2010-10-20 10:05:54 +00:00
Michael Kaufmann (d00p)
0c9ab91373
- added multiserver-client-deploy-cron
...
- outsourcing Deploy() function from froxlorclient to client_deployer
2010-10-20 09:01:34 +00:00
Michael Kaufmann (d00p)
836b7fb056
- correct links on client-settings page
...
- added new server_id parameter to buildFormEx, so getFormGroupOutput will use the correct template (with correct links)
2010-10-20 07:40:34 +00:00
Michael Kaufmann (d00p)
d3fd4ee2f4
- more work on froxlor-client settings (multiserver mode)
2010-10-19 20:42:55 +00:00
Michael Kaufmann (d00p)
ce83e8f92b
- chown newly created awstats-directory when new domain has been created, fixes #258
2010-10-19 19:32:53 +00:00
Michael Kaufmann (d00p)
fc5aea1c33
- implement multiserver-client edit
...
- fix various undefined variables
2010-10-19 16:07:48 +00:00
Michael Kaufmann (d00p)
b2ea0cb666
- added form to add new froxlor-clients (no deploy etc.)
...
- implemented function to return all active client-id's for inserttask-function (task for all clients+master)
2010-10-19 14:35:33 +00:00
Andreas Burchert (scarya)
c0b19fa2b2
- small fix in if condition for scp/sftp switch
2010-10-19 09:20:32 +00:00
Michael Kaufmann (d00p)
a8460b7570
- fix loading of settings in case of older Froxlor versions which do not support multiserver-mode
2010-10-19 08:10:22 +00:00
Michael Kaufmann (d00p)
f42fa0ee7b
few minor changes for multiserver-support
2010-10-18 11:34:19 +00:00
Michael Kaufmann (d00p)
3a9813c1b5
- removing deprecated legacy_cron entry from database
...
- minor changes for multiserver-support
2010-10-18 09:48:26 +00:00
Michael Kaufmann (d00p)
699f451234
- more work on settings for FroxlorClients (upcoming multiserver-mode)
2010-10-18 09:20:17 +00:00
Michael Kaufmann (d00p)
cad3c02f08
forgot to save the file :)
2010-10-18 07:55:47 +00:00
Michael Kaufmann (d00p)
7484ab1bc9
- added functions to get/set client settings
...
- added function for deployment of FroxlorClients
2010-10-18 07:48:54 +00:00
Michael Kaufmann (d00p)
8f87aa6636
- added class for FroxlorClients
...
- added admin_clients.php file for managing FroxlorClients
- added Multiserver-Menu
(unfinished, just base-layout for further developing, disabled by hardcoded setting)
2010-10-18 06:49:06 +00:00
Andreas Burchert (scarya)
15486ed764
- added destructor for FroxlorSshTransport
...
- added a fix for close() operation to prevent missing file writing on remote disk
- added a switch for scp/sftp to sendFile
2010-10-17 20:46:39 +00:00
Michael Kaufmann (d00p)
382bd88344
- prepare inserttask()-function for multiserver-support
2010-10-17 01:44:58 +00:00
Andreas Burchert (scarya)
2a4d618bcc
- fixed eol-style
2010-10-17 00:32:41 +00:00
Andreas Burchert (scarya)
14b56d9287
- fixed eol-style from FroxlorSshTransport
...
- added a demo usage script for FroxlorSshTransport
2010-10-17 00:29:04 +00:00
Andreas Burchert (scarya)
c4723fc3f2
- added FroxlorSshTransport for upcoming multiserver-support
2010-10-16 23:31:38 +00:00
Michael Kaufmann (d00p)
3aff47d983
- first commit for upcoming multiserver-support :)
2010-10-16 20:00:24 +00:00
Michael Kaufmann (d00p)
d7b5c4bc71
- added possibility to allow customer to login with their domain-name, fixes #374
2010-10-15 11:48:05 +00:00
Michael Kaufmann (d00p)
db05ea5f32
- added possibility to set a custom docroot for any ip/port combination, fixes #417
...
- sort vhosts-file by type (subdomain, sub-of-main, main-domain), fixes #437
2010-10-15 10:41:58 +00:00
Michael Kaufmann (d00p)
ceedab3a6e
- put enable/disable ssl in the settings overview
...
- added SSLCertificateChainFile to IPs and ports and webserver-cron, fixes #418
- added domain-specific ssl-settings for lighttpd
2010-10-15 08:32:35 +00:00
Michael Kaufmann (d00p)
2985a08a8d
- add awstats-icon alias to vhost-content, fixes #257
...
- removing unnecessary (and partly wrong) language-file entries
2010-10-15 06:50:25 +00:00
Michael Kaufmann (d00p)
7d54744e9a
- add DKIM-milter install/configuration instructions for Debian/Ubuntu, fixes #384
2010-10-14 06:49:05 +00:00
Michael Kaufmann (d00p)
8d1f894622
- set used-ticket-cycle on update too
...
- setting version to 0.9.14-svn2
2010-10-12 06:32:29 +00:00
Michael Kaufmann (d00p)
3f0a491f8c
- set used-ticket-cycle directly as INTERVAL for the cronjob
2010-10-12 06:21:08 +00:00
Michael Kaufmann (d00p)
076c07b4be
add aps-packages to the updateCounters() function and recalculate resources overview, fixes #425
2010-10-10 11:37:49 +00:00
Michael Kaufmann (d00p)
5fee795b5c
- set correct config for special-characters (umlauts) in HTMLPurifier, refs #129
2010-10-10 08:20:32 +00:00
Michael Kaufmann (d00p)
5c87e2210c
- be sure customer-docroot-prefix is never the same or within the fcgid-configurations-folder
2010-10-05 20:25:52 +00:00
Michael Kaufmann (d00p)
db6bdfd931
- always check that HTMLPurifier's cache folder is writable
2010-10-05 20:24:08 +00:00
Michael Kaufmann (d00p)
a86140cec0
- set version to 0.9.13.1 (support-ticket-system bugfix)
2010-10-01 06:10:45 +00:00
Michael Kaufmann (d00p)
be8d38b478
- fix require for htmlpurifier, thx to Timo for the hint
2010-09-30 12:53:34 +00:00
Michael Kaufmann (d00p)
d3cd83eb93
- add possibility to specify php.ini for Froxlor-Vhost (if enabled), fixes #414
2010-09-28 09:21:13 +00:00
Michael Kaufmann (d00p)
3b9f580bac
- set version to 0.9.13 for upcoming release
2010-09-27 07:06:00 +00:00
Michael Kaufmann (d00p)
71d592e38b
- secure ticket-system with HTML-Purifier
2010-09-23 07:45:04 +00:00
Michael Kaufmann (d00p)
59b7ced862
- remove bad html-tags in ticket-subject and -message, thx to Edward Fjellskaal
2010-09-23 06:08:23 +00:00
Michael Kaufmann (d00p)
29d54671d3
- added limitation for autoresponder, fixes #377
...
refs #377
2010-09-20 07:56:32 +00:00
Michael Kaufmann (d00p)
7676acf1f2
- go back as many pages as we have security-questions in admin_domains.php, so we always return to the main form, fixes #332
...
refs #332
2010-09-20 06:07:54 +00:00
Michael Kaufmann (d00p)
8c5f5ba629
- check for magic_quotes_runtime in installation and init-script (for updaters) because of strange behavior of Froxlor if enabled (deactivating it temporarily if so, but better fix php.ini)
2010-09-17 10:33:58 +00:00
Michael Kaufmann (d00p)
b103d719ea
- add missing comma
2010-09-16 12:00:48 +00:00
Michael Kaufmann (d00p)
ad0828df12
- implemented sender address restriction for postfix, fixes #379
...
refs #379
2010-09-13 06:11:25 +00:00
Michael Kaufmann (d00p)
e356957592
- added yes/no to decide whether to store the default index-file to a new customers docroot or not, fixes #369
2010-09-07 10:46:50 +00:00
Michael Kaufmann (d00p)
1fee5d7242
- Allow CGI in APS-packages as we can handle that now, fixes #404
2010-09-07 10:36:58 +00:00
Michael Kaufmann (d00p)
6e3bc87302
- removed customer-id limitations in domains-edit, fixes #394
...
- added permission-check to cron-init script if mod_fcgid_ownvhost is enabled
2010-08-27 05:53:25 +00:00
Michael Kaufmann (d00p)
5d36c7228d
- set version to 0.9.12, preparing for tag
2010-08-23 06:43:22 +00:00
Michael Kaufmann (d00p)
cf2dabc714
- use correct function to validate directory, fixes #385
2010-08-20 14:45:37 +00:00
Michael Kaufmann (d00p)
40ba41497b
- added 'company' and 'salutation' to some templates, fixes #376
2010-08-17 06:02:31 +00:00
Michael Kaufmann (d00p)
040f151d65
- added possibility to customize authname of directory-protection, fixes #345
2010-08-11 07:48:56 +00:00