aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
| * | simplify dir_tagadelic dramaticallyzotlabs2018-01-171-18/+4
| | |
| * | remove sendzid core code from core (put in plugin where it belongs)zotlabs2018-01-172-5/+12
| |/
* | initial z6 deliveryzotlabs2018-01-162-33/+29
| |
* | z6 deliverzotlabs2018-01-162-9/+89
|/
* surface the article featurezotlabs2018-01-151-2/+2
|
* add summary bbcode tagzotlabs2018-01-151-0/+15
|
* move markdown-in-posts/comments feature to pluginzotlabs2018-01-141-11/+4
|
* support tables in markdown posts/comments (but not table alignment); and do ↵zotlabs2018-01-141-8/+9
| | | | not support iframes from html source.
* cleanup of last fixzotlabs2018-01-131-2/+2
|
* unexpected openssl resultzotlabs2018-01-131-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-122-32/+101
|\
| * Merge pull request #951 from dawnbreak/docugit-marijus2018-01-122-32/+101
| |\ | | | | | | :bulb: Add source documentation from recent conversations.
| | * :bulb: Add source documentation from recent conversations.Klaus Weidenbach2018-01-052-32/+101
| | | | | | | | | | | | | | | | | | There have been some conversations in the last weeks which explained several parts of the code, so add it to the source code documentation. Also some other small source code documentation improvements.
* | | ability to parse info blocks in third-party (or system) widgetszotlabs2018-01-121-0/+77
|/ /
* | db issue reported in hubzilla #953 - this does not do anything about the ↵zotlabs2018-01-101-1/+2
| | | | | | | | auth issue
* | hubzilla issue #945 continued: We previously blocked directory keywords when ↵zotlabs2018-01-101-7/+12
| | | | | | | | searching the local directory as it produced errant results and included results from the entire directory space (an issue that was resolved satisfactorily by that fix sometime in the past). As a result of issue #945 this was reworked so that we should return correct results for keywords when searching either the local directory or a standalone directory.
* | scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵zotlabs2018-01-082-4/+4
| | | | | | | | few hundred more before all is said and done.
* | hubzilla issue #946zotlabs2018-01-071-2/+7
| |
* | issues with feed parameterszotlabs2018-01-022-5/+6
|/
* hubzilla issue #947zotlabs2018-01-011-1/+2
|
* this should finish up hubzilla issue #113zotlabs2017-12-313-7/+25
|
* update file thumbnails when imported/syncedzotlabs2017-12-301-0/+3
|
* hubzilla issue #945 - directory keywords returned from twkn in standalone modezotlabs2017-12-261-6/+19
|
* cannot use file_get/put_contents in attach_store, must use pipe_streamszotlabs2017-12-251-2/+13
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-12-214-8/+15
|\
| * remove additional linebreaks after headingsMario Vavti2017-12-211-0/+7
| |
| * html2bbcode: use headings bbcode for headingsMario Vavti2017-12-201-6/+6
| |
| * merge red master into devMario Vavti2017-12-171-1/+6
| |\
| * | silence PHP7.2 warningMario Vavti2017-12-161-1/+1
| | |
| * | fix undefined constant warningMario Vavti2017-12-161-1/+1
| | |
* | | hubzilla-addons issue #74 - delayed posts not honoured for GNU-Socialzotlabs2017-12-211-1/+1
| |/ |/| | | | | There is a very high probability this will also fix hubzilla-addons issue #75
* | reverse the logic so we zidify by defaultzotlabs2017-12-161-3/+3
| |
* | don't zidify all permalinks, only zot permalinkszotlabs2017-12-161-1/+6
|/
* fix some more PHP7.2 warningsMario Vavti2017-12-141-2/+2
|
* make remote homelink link to the home host and not to the home channelMario Vavti2017-12-141-4/+6
|
* hubzilla #475 continued - show photos in root folder. Part of Andrew's fix ↵zotlabs2017-12-121-0/+5
| | | | for this wasn't in my repository and hopefully won't conflict; as it appears to have been lost somewhere. It also needed a small change to the folder permissions check.
* notification: slight animation for loading... and do not remove public ↵Mario Vavti2017-12-111-1/+1
| | | | stream items on click (we can not mark them read)
* sql compliance issuezotlabs2017-12-102-2/+2
|
* regression in channel sources deliveryzotlabs2017-12-101-2/+14
|
* go back to including the photo thumbnail data in the export file. We have ↵zotlabs2017-12-101-2/+17
| | | | the ability to fetch each thumbnail directly if there is a problem with resource consumption, but this is the most efficient way to deal with it and most sites should be able to handle the memory consumption of our thumbnail data. The original full scale photo is a different issue; these can exhaust memory even before base64.
* improvements to file import/exportzotlabs2017-12-103-11/+59
|
* xlink_rating_text default valuezotlabs2017-12-091-1/+3
|
* hubzilla-addons issues #73zotlabs2017-12-091-1/+1
|
* strip acct: from OWA auth to API endpointszotlabs2017-12-071-1/+2
|
* hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵zotlabs2017-12-061-2/+21
| | | | move/rename
* synchronise an attach_move operation to cloneszotlabs2017-12-062-3/+12
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2017-12-041-2/+2
|\
| * render installable elements as buttons instead of linkszotlabs2017-12-031-2/+2
| |
* | PHP 7.2 silence some warningsMario Vavti2017-12-041-2/+2
| |
* | fix some pubstream on/off weirdnessMario2017-12-031-0/+5
|/