aboutsummaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
* more perms work (a lot more)redmatrix2016-07-181-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-174-67/+77
|\
| * missing braceredmatrix2016-07-141-1/+1
| |
| * schema updates for zot access tokensredmatrix2016-07-143-1/+76
| |
* | Merge branch 'dev' into permsredmatrix2016-07-122-2/+2
|\|
| * the abconfig defaults weren't changed in the schema files when they were ↵redmatrix2016-07-122-2/+2
| | | | | | | | changed in the code
* | more work on permsredmatrix2016-07-092-36/+36
| |
* | revise how we store perm_limitsredmatrix2016-07-074-69/+17
| |
* | some perms fixes to stuff that was already written before I move onredmatrix2016-07-043-36/+48
| |
* | make permissionlimits into a classredmatrix2016-07-031-8/+0
| |
* | more work on x permissionsredmatrix2016-07-033-0/+139
|/
* typosHabeas Codice2016-06-271-3/+3
|
* db update for abconfig transitionredmatrix2016-06-233-3/+39
|
* schema changes needed for the caldav client bitredmatrix2016-06-183-6/+104
|
* deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-1/+14
| | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* check all return valuesredmatrix2016-06-011-1/+1
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-013-46/+114
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* more db column renamesredmatrix2016-05-313-15/+38
|
* more removal of reserved words from DB schemasredmatrix2016-05-313-15/+32
|
* remove unused tablesredmatrix2016-05-303-140/+16
|
* start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-303-9/+27
| | | | and hook)
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-1/+1
|
* allow objs to represent inventoryredmatrix2016-05-273-1/+22
|
* consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-261-2/+2
| | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
* kill off mcryptredmatrix2016-05-261-4/+3
|
* update the installation text for the cron setupredmatrix2016-05-191-4/+4
|
* some preliminary structural work for app organisationredmatrix2016-05-033-1/+26
|
* 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
|