aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib
Commit message (Collapse)AuthorAgeFilesLines
* preserve app categories when updating a system appredmatrix2016-06-021-7/+25
|
* adjust algorithm to ensure new system apps are installed.redmatrix2016-06-021-3/+12
|
* install system apps if a) they have never been installed, or b) if the app ↵redmatrix2016-06-021-10/+29
| | | | version changes
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-8/+8
| | | | 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.
* begin moving config to zotlabs. Leave procedural stubs for backward ↵redmatrix2016-05-301-0/+166
| | | | comaptibility
* another typoMario Vavti2016-05-261-1/+1
|
* moved enotifyredmatrix2016-05-241-0/+685
|
* move chatroom stuff to zlibredmatrix2016-05-221-0/+267
|
* add missing fileredmatrix2016-05-221-0/+659
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-1/+1
| | | | (connections.php)
* relocate the (unused currently) protocol driverredmatrix2016-05-202-0/+49
|
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-203-0/+1047
refactoring