Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup: check for open https port with an invalid cert, even if configured to ↵ | friendica | 2014-05-06 | 1 | -11/+25 |
| | | | | use http. Also a bit more word-smithing on the resultant error text but it's still not perfect. | ||||
* | Added some more details about why browser-valid SSL certificates must be | sasiflo | 2014-04-10 | 1 | -1/+8 |
| | | | | | | | used when SSL is used at all. It is now in the check failure message in the installation routine, the installation readme and in the documentation pages. | ||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -0/+19 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | report curl errors during install when they are most needed | friendica | 2014-03-23 | 1 | -0/+3 |
| | |||||
* | Actually create syschan during install | Thomas Willingham | 2014-03-07 | 1 | -0/+3 |
| | |||||
* | some windows fixes | friendica | 2014-02-02 | 1 | -1/+4 |
| | |||||
* | add store directory write check to install checks | friendica | 2014-01-08 | 1 | -0/+20 |
| | |||||
* | install redbasic during setup so that at least one theme is registered. ↵ | friendica | 2013-12-16 | 1 | -0/+2 |
| | | | | Otherwise none of the display settings seem to work very well. | ||||
* | issue #240 - we were using htmlentities instead of htmlspecialchars in ↵ | friendica | 2013-12-11 | 1 | -1/+1 |
| | | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments. | ||||
* | INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵ | friendica | 2013-11-05 | 1 | -0/+19 |
| | | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running. | ||||
* | Issue #181 | Thomas Willingham | 2013-10-14 | 1 | -2/+2 |
| | |||||
* | fix include paths | dsp1986 | 2013-09-17 | 1 | -1/+1 |
| | |||||
* | if somebody changes the site url during setup - check if we can connect to ↵ | friendica | 2013-05-16 | 1 | -0/+12 |
| | | | | the new url e.g. it has a valid cert. | ||||
* | fix intltext template driver | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | another typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | more setup work | friendica | 2013-05-15 | 1 | -3/+3 |
| | |||||
* | typo | friendica | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | add port settings to setup | friendica | 2013-05-15 | 1 | -2/+9 |
| | |||||
* | add certificate check to setup | friendica | 2013-05-15 | 1 | -0/+9 |
| | |||||
* | disable pcss when installing since modules don't yet work and pcss uses the ↵ | friendica | 2013-05-14 | 1 | -1/+1 |
| | | | | view module, plus weekly doc update | ||||
* | add db_port to setup and cli_startup - still need to set the port in mod/setup | friendica | 2013-05-10 | 1 | -3/+3 |
| | |||||
* | db abstraction layer | friendica | 2013-04-22 | 1 | -12/+12 |
| | |||||
* | xss attack vector in bbcode.php - check for proc_open being disabled for ↵ | friendica | 2013-02-26 | 1 | -0/+6 |
| | | | | security reasons in install | ||||
* | make sure old fetch_url calls (and those that provided their own curl ↵ | friendica | 2013-02-25 | 1 | -2/+2 |
| | | | | wrapper) go through z_fetch_url | ||||
* | check for mcrypt during install, allow admin email account to be admin *if* ↵ | friendica | 2013-01-27 | 1 | -0/+5 |
| | | | | it's the first account. | ||||
* | add Smarty templates for international templates | Zach Prezkuta | 2013-01-10 | 1 | -4/+0 |
| | |||||
* | bypass smarty for intletext templates | friendica | 2013-01-07 | 1 | -0/+4 |
| | |||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -0/+18 |
| | |||||
* | ensure admin setting gets passed through setup | friendica | 2012-11-06 | 1 | -0/+5 |
| | |||||
* | mv mod_install to mod_setup, conflict with name of install dir | friendica | 2012-11-03 | 1 | -0/+500 |