Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move pconfig to static class | redmatrix | 2016-06-05 | 1 | -0/+189 |
| | |||||
* | We need a laugh icon more than we need a cry icon. | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | |||||
* | allow any (current) emoji to be displayed on any site, and provide a default ↵ | redmatrix | 2016-06-03 | 1 | -1/+11 |
| | | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices. | ||||
* | turn emoji ability into a feature so that either a member or the site admin ↵ | redmatrix | 2016-06-03 | 1 | -0/+1 |
| | | | | can disable it. Default is enabled. | ||||
* | preserve app categories when updating a system app | redmatrix | 2016-06-02 | 1 | -7/+25 |
| | |||||
* | adjust algorithm to ensure new system apps are installed. | redmatrix | 2016-06-02 | 1 | -3/+12 |
| | |||||
* | install system apps if a) they have never been installed, or b) if the app ↵ | redmatrix | 2016-06-02 | 1 | -10/+29 |
| | | | | version changes | ||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 ↵ | redmatrix | 2016-05-30 | 1 | -0/+166 |
| | | | | comaptibility | ||||
* | another typo | Mario Vavti | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | moved enotify | redmatrix | 2016-05-24 | 1 | -0/+685 |
| | |||||
* | move chatroom stuff to zlib | redmatrix | 2016-05-22 | 1 | -0/+267 |
| | |||||
* | add missing file | redmatrix | 2016-05-22 | 1 | -0/+659 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | relocate the (unused currently) protocol driver | redmatrix | 2016-05-20 | 2 | -0/+49 |
| | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 3 | -0/+1047 |
refactoring |