Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -22/+22 |
| | | | | 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 renames | redmatrix | 2016-05-31 | 1 | -7/+8 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -7/+7 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 1 | -70/+0 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -4/+4 |
| | | | | and hook) | ||||
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 1 | -0/+4 |
| | |||||
* | db schema change to add tags to content sources | redmatrix | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | new hook interface (the old one still works but requires handlers to have ↵ | redmatrix | 2016-04-21 | 1 | -1/+3 |
| | | | | 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. | ||||
* | abconfig | redmatrix | 2016-02-29 | 1 | -0/+14 |
| | |||||
* | schema change to support channel move (a completely different operation than ↵ | redmatrix | 2016-02-24 | 1 | -1/+3 |
| | | | | channel clone) | ||||
* | Remove stray comma | Bob Mottram | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | iconfig - add sharing variable | redmatrix | 2016-02-18 | 1 | -1/+3 |
| | |||||
* | schema updates for iconfig | redmatrix | 2016-02-17 | 1 | -0/+13 |
| | |||||
* | remove deprecated table | redmatrix | 2015-12-15 | 1 | -9/+0 |
| | |||||
* | move the instance stuff to abook where it belongs | redmatrix | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-19 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | | | | | 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 packet | redmatrix | 2015-10-19 | 1 | -1/+3 |
| | | |||||
* | | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 1 | -0/+2 |
| | | | | | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | | schema support for additional site types | redmatrix | 2015-09-28 | 1 | -1/+3 |
| | | |||||
* | | add vdata field for caldav | redmatrix | 2015-09-23 | 1 | -0/+1 |
| | | |||||
* | | heavy lifting for delivery reports | redmatrix | 2015-09-22 | 1 | -0/+2 |
| | | |||||
* | | DB table for delivery reports | redmatrix | 2015-09-18 | 1 | -0/+17 |
| | | |||||
* | | add timestamps for syncing apps | redmatrix | 2015-09-02 | 1 | -1/+5 |
| | | |||||
* | | separate objs/things from taxonomy | redmatrix | 2015-09-01 | 1 | -0/+10 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-31 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | | | Conflicts: include/identity.php install/update.php util/messages.po view/nl/messages.po | ||||
| * | change the likes db structure to make it more easily importable/exportable | redmatrix | 2015-08-31 | 1 | -0/+2 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-20 | 1 | -1/+3 |
|\| | |||||
| * | missed this one - it's required | redmatrix | 2015-08-20 | 1 | -1/+3 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-18 | 1 | -1/+3 |
|\| | |||||
| * | add event_sequence for vtodo's | redmatrix | 2015-08-18 | 1 | -1/+3 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-16 | 1 | -1/+6 |
|\| | |||||
| * | add DB support for tasks, todo items and repeating events | redmatrix | 2015-08-16 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-29 | 1 | -0/+1 |
|\| | | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php | ||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-28 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po | ||||
| * | no this isn't it. well ok, it's part of it, but not the important part. it's ↵ | redmatrix | 2015-06-28 | 1 | -0/+2 |
| | | | | | | | | still pretty cool. | ||||
* | | DB changes for some channel flags | redmatrix | 2015-06-15 | 1 | -0/+4 |
| | | |||||
* | | start on the DAV/photos merger | redmatrix | 2015-06-11 | 1 | -0/+2 |
| | | |||||
* | | more work on item table optimisation | redmatrix | 2015-06-10 | 1 | -0/+8 |
| | | |||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-09 | 1 | -2/+4 |
|\| | | | | | | | | | | | | | | | | | Conflicts: install/schema_mysql.sql mod/home.php mod/page.php view/nl/messages.po view/nl/strings.php | ||||
| * | add site_dead flag to prevent delivery to dead sites. Allow sys channel ↵ | redmatrix | 2015-06-08 | 1 | -1/+3 |
| | | | | | | | | webpages to be viewed even if site is configured "block public". | ||||
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-28 | 1 | -2/+6 |
|\| | | | | | | | | | | | | | | | Conflicts: install/schema_mysql.sql mod/impel.php view/pt-br/messages.po view/pt-br/strings.php | ||||
| * | add menu_created, menu_edited fields to DB | redmatrix | 2015-05-28 | 1 | -1/+5 |
| | | |||||
* | | more db structure | redmatrix | 2015-05-19 | 1 | -6/+31 |
| | | |||||
* | | bring the new photo schema into play | redmatrix | 2015-05-18 | 1 | -2/+2 |
| | | |||||
* | | here's a fair chunk of the new schema - still a lot of bits missing and no ↵ | redmatrix | 2015-05-17 | 1 | -414/+107 |
| | | | | | | | | migration tools, and only for mysql currently. Oh, and you still don't have the new code to make use of the new schema yet. That's on another branch that I'm not checking in yet because then you might get the idea that bits of it actually work and infect the rest of the matrix with unstable code and bring other sites down that have never even heard of hubzilla. Please do not use this code. Let me repeat, please do not use this code. One more time in case you didn't understand - please do not use this code. | ||||
* | | convert ITEM_WALL from bitfield to standalone | redmatrix | 2015-05-06 | 1 | -0/+3 |
|/ | |||||
* | add channel_lastpost timestamp to help optimise some outrageously expensive ↵ | friendica | 2015-03-26 | 1 | -0/+2 |
| | | | | queries. | ||||
* | mysql schema typo, do the install check for store before chcking smarty, as ↵ | friendica | 2015-03-15 | 1 | -1/+1 |
| | | | | that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql | ||||
* | sql optimisation for affinity searches. A new index was added which wasn't ↵ | friendica | 2015-03-10 | 1 | -1/+2 |
| | | | | added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed). |