aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
...
* db schema change to add tags to content sourcesredmatrix2016-05-013-2/+13
|
* new hook interface (the old one still works but requires handlers to have ↵redmatrix2016-04-213-2/+19
| | | | two calling arguments; the first of which is no longer used). The new interface is called from Zotlabs\Extend\Hook::register() and allows you to specify which hook version to use. The default will be the new interface with one function argument. We also implement the hook priority field which was always there but needed to be set manually in the DB. This provides a way for two hook handlers that implement the same hook interface to determine which order to be called in the event of conflicts.
* log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-081-0/+1
|
* static Appredmatrix2016-03-312-13/+13
|
* some minor cleanupsredmatrix2016-03-101-1/+2
|
* fix typo in postgres schemaPeter Hormanns2016-03-011-1/+1
|
* abconfigredmatrix2016-02-293-2/+68
|
* schema change to support channel move (a completely different operation than ↵redmatrix2016-02-243-2/+21
| | | | channel clone)
* Remove stray commaBob Mottram2016-02-231-1/+1
|
* iconfig - add sharing variableredmatrix2016-02-183-3/+17
|
* schema updates for iconfigredmatrix2016-02-173-1/+62
|
* don't confuse people with matrixJeroen van Riet Paap2016-02-121-3/+3
|
* make yet another recommended security header optional - this time because of ↵redmatrix2016-02-081-0/+9
| | | | piwik. Personally I think if you want to track people you really don't understand this project and its history, but whatever....
* initial uno configredmatrix2016-02-041-0/+2
|
* no trailing slashJeroen van Riet Paap2016-01-271-1/+1
| | | it will break your system
* provide mechanism for custom .well-known handlers and static files (e.g. for ↵redmatrix2016-01-221-0/+8
| | | | letsencypt ownership verification). Document that if you create a .well-known directory to validate a letsencrypt cert you need to remove it before installing hubzilla. We probably need a check for this in the install checklist.
* add db_type to sample htconfigredmatrix2016-01-181-1/+1
|
* cleanup text in INSTALL.txtredmatrix2016-01-121-13/+25
|
* remove deprecated tableredmatrix2015-12-152-18/+0
|
* Typosjeroenpraat2015-12-121-1/+1
|
* That script is taken from someone else without any contribution ↵jeroenpraat2015-12-121-14/+3
| | | | (http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know.
* Update INSTALL.txtroyalterra2015-12-111-0/+1
| | | Add Link to ApacheTune for configure mod Prefork
* Update INSTALL.txtroyalterra2015-12-111-0/+15
|
* update errorredmatrix2015-12-061-1/+1
|
* move the instance stuff to abook where it belongsredmatrix2015-12-053-1/+10
|
* added info about Apache settings to avoid Apache running wildzottel2015-11-271-0/+41
|
* small fixes, removed old unused database row, and log more prominently a ↵redmatrix2015-11-121-1/+0
| | | | missing directory server URL
* updates to Postgres schemaWaitman Gobble2015-11-111-7/+7
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-061-1/+19
|\ | | | | | | | | | | Conflicts: boot.php install/update.php
| * rev updateredmatrix2015-11-061-1/+5
| |
* | fix path for attachments using os_storage uploaded through attach_storeredmatrix2015-11-041-2/+2
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-041-1/+16
|\| | | | | | | | | Conflicts: install/update.php
| * dummy updateredmatrix2015-11-041-1/+5
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-193-2/+16
|\| | | | | | | | | | | | | | | | | Conflicts: include/zot.php install/schema_mysql.sql install/schema_postgres.sql install/update.php mod/zfinger.php
| * add the project name to site info packetredmatrix2015-10-193-2/+16
| |
* | change setup defaults to 127.0.0.1 instead of localhost for DB server, add ↵redmatrix2015-10-161-1/+6
| | | | | | | | documentation to the INSTALL.txt explaining the choice.
* | mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-153-1/+22
| | | | | | | | re-usable, change refresh_all to use delivery loop.
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-151-1/+6
|\| | | | | | | | | Conflicts: install/update.php
| * dummy updateredmatrix2015-10-151-1/+5
| |
* | resolve conflictsredmatrix2015-09-281-3/+0
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-281-0/+4
|\|
| * process_delivery: ignore selfredmatrix2015-09-281-1/+5
| |
* | schema support for additional site typesredmatrix2015-09-283-2/+15
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-231-1/+2
|\| | | | | | | | | Conflicts: install/update.php
| * dummy updateredmatrix2015-09-231-1/+5
| |
* | add vdata field for caldavredmatrix2015-09-233-1/+12
| |
* | remove dummy update from mergeredmatrix2015-09-221-4/+0
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-221-0/+4
|\|
| * dummy updateredmatrix2015-09-221-1/+5
| |
* | heavy lifting for delivery reportsredmatrix2015-09-223-1/+16
| |