aboutsummaryrefslogtreecommitdiffstats
path: root/config/autoconfigbackup/autoconfigbackup.php
Commit message (Collapse)AuthorAgeFilesLines
* More ACB SSL_VERIFYPEER fixes. Fixes #5560jim-p2015-12-031-5/+30
|
* Convert save message date as well. Fixes #5250jim-p2015-11-121-5/+7
|
* Server operations need the original timestamp, but keep the pretty one for ↵jim-p2015-11-121-4/+4
| | | | local presentation. Fixes #5250
* Add timezone conversion for ACB timestamps, server always returns time in US ↵jim-p2015-11-121-0/+11
| | | | Central time, convert to locally set TZ. Fixes #5250
* autoconfigbackup.- code style fixesdoktornotor2015-08-231-182/+188
| | | | | | | - Fix copyright header - Code style and whitespace fixes - Replace deprecated split() with explode() - Replace backticks with shell_exec() - Some XHTML fixes
* AutoConfigBackup current host appears twice in dropdownPhil Davis2014-11-221-3/+10
| | | | | When building the lists of available host names on the Restore tab, the current host is listed twice if it already has some backups. This makes the code a bit smarter to not do that. IMHO not worth updating the version number, since this is purely cosmetic.
* Requested changesManuel Silvoso2014-07-251-6/+6
|
* Tabs to spaces and merged changes from crypt.php into crypt_acb.phpManuel Silvoso2014-07-251-4/+4
|
* added proxy configuration to autoconfigbackupManuel Silvoso2014-07-251-2/+21
|
* trim sha256 client-side on AutoConfigBackup, bump versionChris Buechler2014-04-111-1/+1
|
* Fix version test in ACB. Bump version of ACB.jim-p2014-04-101-3/+3
|
* Set credentials in headers for basic auth, rather than the URL. Corrects ↵jim-p2014-02-111-4/+9
| | | | issues with special characters in passwords.
* Run the decrypted backup through htmlentities, otherwise things like & ↵jim-p2011-10-111-1/+1
| | | | in the actual config get turned into their decoded counterparts (&, ", etc) and if that result is copy/pasted, saved, and restored, it is invalid XML and gets tossed out.
* Call conf_mount_rw() before restoreScott Ullrich2009-10-151-1/+3
|
* Unbreak ACB restoreScott Ullrich2009-08-231-3/+8
|
* Show errors when they occurScott Ullrich2009-08-231-0/+4
|
* fix typosChris Buechler2009-05-191-3/+3
|
* Show please setup auto config backup as a message after redirecting pageScott Ullrich2009-03-141-1/+1
|
* Show loading indicator correctly.Scott Ullrich2009-03-111-3/+4
|
* mv packages to config dir to match web layoutBill Marquette2009-02-061-0/+387