Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | schema changes needed for the caldav client bit | redmatrix | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -1/+1 |
| | | | | 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. | ||||
* | move dev forward | redmatrix | 2016-06-10 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-09 | 1 | -0/+7 |
|\ | |||||
| * | issue #59 | redmatrix | 2016-06-08 | 1 | -0/+7 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-05 | 1 | -0/+1 |
|\| | |||||
| * | For emojis in posts, extend smilies and save a lot of duplication of effort | redmatrix | 2016-06-04 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-04 | 1 | -1/+1 |
|\| | |||||
| * | App::init() should be static | redmatrix | 2016-06-03 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 1 | -5/+6 |
|\| | |||||
| * | some initial emoji reaction work | redmatrix | 2016-06-02 | 1 | -0/+1 |
| | | |||||
| * | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -2/+2 |
| | | | | | | | | 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 | -2/+2 |
| | | |||||
| * | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | | |||||
| * | remove unused tables | redmatrix | 2016-05-30 | 1 | -1/+1 |
| | | |||||
| * | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -4/+4 |
| | | | | | | | | and hook) | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-29 | 1 | -1/+1 |
|\| | |||||
| * | fix remote_channel(), update php minversion requirement | redmatrix | 2016-05-29 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-28 | 1 | -13/+30 |
|\| | |||||
| * | allow objs to represent inventory | redmatrix | 2016-05-27 | 1 | -3/+3 |
| | | |||||
| * | check for session before querying session vars | redmatrix | 2016-05-27 | 1 | -10/+27 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-05-27 | 1 | -29/+91 |
|\| | |||||
| * | don't need quite so many backslashes | redmatrix | 2016-05-26 | 1 | -11/+11 |
| | | |||||
| * | consolidate all the sys_boot functionality that is common between the web ↵ | redmatrix | 2016-05-26 | 1 | -0/+66 |
| | | | | | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so. | ||||
| * | run background/daemon tasks at approximately 4 hour intervals from web ↵ | redmatrix | 2016-05-25 | 1 | -5/+10 |
| | | | | | | | | accesses if they aren't being run otherwise. This ensures they run, although perhaps a bit infrequently; even if unconfigured. This is not suitable for a production site, but may be acceptable for small single person hubs and test sites. The 'cron warning email' now means that background processes are totally borked; probably due to a fascist hosting provider that has blocked process execution. | ||||
| * | code cleanup | redmatrix | 2016-05-24 | 1 | -21/+3 |
| | | |||||
| * | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -0/+9 |
| | | | | | | | | observer_prohibited() | ||||
| * | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -3/+3 |
| | | | | | | | | (connections.php) | ||||
* | | Successful new wiki git repo and item table record | Andrew Manning | 2016-05-21 | 1 | -0/+1 |
|/ | |||||
* | rework the conversation object stuff at a high level - still needs a bit of ↵ | redmatrix | 2016-05-20 | 1 | -6/+2 |
| | | | | refactoring | ||||
* | code comments | redmatrix | 2016-05-20 | 1 | -3/+4 |
| | |||||
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 1 | -3/+11 |
| | |||||
* | cleanup proc_run after messing it up with debugging yesterday | redmatrix | 2016-05-20 | 1 | -32/+6 |
| | |||||
* | recurse one more level of array when processing args | redmatrix | 2016-05-20 | 1 | -1/+8 |
| | |||||
* | add some backtrace to find the issue | redmatrix | 2016-05-20 | 1 | -1/+6 |
| | |||||
* | case issue | redmatrix | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | roll minor version, change example text | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | cleanup of daemon infrastructure | redmatrix | 2016-05-19 | 1 | -4/+9 |
| | |||||
* | daemon master: create some compatibility code | redmatrix | 2016-05-19 | 1 | -0/+12 |
| | |||||
* | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 1 | -101/+5 |
| | | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused. | ||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -0/+1 |
| | | | | firefox which suggested deeper issues | ||||
* | be a bit more precise | redmatrix | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | issue #387 | redmatrix | 2016-05-15 | 1 | -1/+2 |
| | |||||
* | we don't need to force case conversion on anything but the plugin name | redmatrix | 2016-05-14 | 1 | -1/+1 |
| | |||||
* | allow addon autoloaders to specify absolute namespace classes starting with \ | redmatrix | 2016-05-14 | 1 | -0/+2 |
| | |||||
* | Allow plugins to define autoloaded classes - a class such as Foobar\Class ↵ | redmatrix | 2016-05-14 | 1 | -0/+11 |
| | | | | will load addon/foobar/Class.php and also Foobar\Category\Class.php will load addon/foobar/Category/Class.php | ||||
* | back merge | redmatrix | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | push point release | redmatrix | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵ | redmatrix | 2016-05-10 | 1 | -1/+10 |
| | | | | present |