Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 1 | -1/+18 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 1 | -1/+18 |
| | |||||
* | db schema change to add tags to content sources | redmatrix | 2016-05-01 | 1 | -1/+10 |
| | |||||
* | new hook interface (the old one still works but requires handlers to have ↵ | redmatrix | 2016-04-21 | 1 | -1/+14 |
| | | | | 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 | -2/+41 |
| | |||||
* | schema change to support channel move (a completely different operation than ↵ | redmatrix | 2016-02-24 | 1 | -1/+16 |
| | | | | channel clone) | ||||
* | iconfig - add sharing variable | redmatrix | 2016-02-18 | 1 | -2/+12 |
| | |||||
* | schema updates for iconfig | redmatrix | 2016-02-17 | 1 | -1/+38 |
| | |||||
* | update error | redmatrix | 2015-12-06 | 1 | -1/+1 |
| | |||||
* | move the instance stuff to abook where it belongs | redmatrix | 2015-12-05 | 1 | -1/+8 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-06 | 1 | -1/+19 |
|\ | | | | | | | | | | | Conflicts: boot.php install/update.php | ||||
| * | rev update | redmatrix | 2015-11-06 | 1 | -1/+5 |
| | | |||||
* | | fix path for attachments using os_storage uploaded through attach_store | redmatrix | 2015-11-04 | 1 | -2/+2 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-11-04 | 1 | -1/+16 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-11-04 | 1 | -1/+5 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-19 | 1 | -1/+11 |
|\| | | | | | | | | | | | | | | | | | 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/+11 |
| | | |||||
* | | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 1 | -1/+18 |
| | | | | | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-15 | 1 | -1/+6 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-10-15 | 1 | -1/+5 |
| | | |||||
* | | resolve conflicts | redmatrix | 2015-09-28 | 1 | -3/+0 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-28 | 1 | -0/+4 |
|\| | |||||
| * | process_delivery: ignore self | redmatrix | 2015-09-28 | 1 | -1/+5 |
| | | |||||
* | | schema support for additional site types | redmatrix | 2015-09-28 | 1 | -1/+10 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-23 | 1 | -1/+2 |
|\| | | | | | | | | | Conflicts: install/update.php | ||||
| * | dummy update | redmatrix | 2015-09-23 | 1 | -1/+5 |
| | | |||||
* | | add vdata field for caldav | redmatrix | 2015-09-23 | 1 | -1/+10 |
| | | |||||
* | | remove dummy update from merge | redmatrix | 2015-09-22 | 1 | -4/+0 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-22 | 1 | -0/+4 |
|\| | |||||
| * | dummy update | redmatrix | 2015-09-22 | 1 | -1/+5 |
| | | |||||
* | | heavy lifting for delivery reports | redmatrix | 2015-09-22 | 1 | -1/+12 |
| | | |||||
* | | DB table for delivery reports | redmatrix | 2015-09-18 | 1 | -1/+47 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-18 | 1 | -1/+5 |
|\| | | | | | | | | | Conflicts: util/messages.po | ||||
| * | dummy update | redmatrix | 2015-09-18 | 1 | -1/+5 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-03 | 1 | -3/+2 |
|\| | |||||
| * | in this case no results is not an error | redmatrix | 2015-09-03 | 1 | -3/+2 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-03 | 1 | -11/+18 |
|\| | |||||
| * | fix update 1148 | zottel | 2015-09-03 | 1 | -11/+18 |
| | | |||||
* | | add timestamps for syncing apps | redmatrix | 2015-09-02 | 1 | -2/+16 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-02 | 1 | -2/+10 |
|\| | |||||
| * | dummy update | redmatrix | 2015-09-02 | 1 | -2/+10 |
| | | |||||
| * | dummy update placeholder | redmatrix | 2015-09-01 | 1 | -1/+8 |
| | | |||||
* | | separate objs/things from taxonomy | redmatrix | 2015-09-01 | 1 | -1/+29 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-31 | 1 | -1/+21 |
|\| | | | | | | | | | | | | | | | 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 | -1/+20 |
| | | |||||
| * | issues with abook sync between hubzilla and red | redmatrix | 2015-08-23 | 1 | -1/+2 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-20 | 1 | -1/+9 |
|\| | |||||
| * | missed this one - it's required | redmatrix | 2015-08-20 | 1 | -1/+9 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-18 | 1 | -2/+12 |
|\| | |||||
| * | add event_sequence for vtodo's | redmatrix | 2015-08-18 | 1 | -2/+12 |
| | |