aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into z6zotlabs2018-02-0520-591/+452
|\| |
| * | feedutils: separate the parsing of author information from the parsing of ↵zotlabs2018-02-051-94/+126
| | | | | | | | | | | | item/activity information
| * | implode can take its arguments in either order, but let's try to be consistentzotlabs2018-02-041-26/+29
| | |
| * | decomplicate cont.zotlabs2018-02-031-0/+60
| | |
| * | provide summaries in feeds under very limited cases, but never in compat ↵zotlabs2018-02-011-3/+19
| | | | | | | | | | | | (GNU-Social) mode
| * | some feed cleanupzotlabs2018-02-011-26/+9
| | |
| * | more generalisation of commonly used code constructszotlabs2018-02-012-15/+29
| | |
| * | more separation of complex code into separate functionszotlabs2018-02-011-0/+32
| | |
| * | redirect to the email_validation page if login was attempted after account ↵zotlabs2018-01-292-1/+2
| | | | | | | | | | | | creation but prior to successful verification. This presents the link to resend the verification email and/or allows you to enter it.
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-282-0/+13
| |\|
| | * query optimisations for notifications - use a specific index onlyMario Vavti2018-01-282-0/+13
| | |
| * | provide a default video image if nothing else is available. Allow sites to ↵zotlabs2018-01-281-1/+5
| |/ | | | | | | change it.
| * typo from previous checkin and partial fix to hubzilla #965 - show any ↵zotlabs2018-01-262-2/+9
| | | | | | | | connection without comment permission as archived in contact_block().
| * Issue with configurable site age limit, vagueness when informing about email ↵zotlabs2018-01-261-11/+33
| | | | | | | | validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
| * don't do any bbcode translation within code blocks (except baseurl, ↵zotlabs2018-01-251-14/+28
| | | | | | | | observer, and linefeeds)
| * improve browser language detection by offering fallback of (for instance) ↵zotlabs2018-01-241-1/+34
| | | | | | | | fr-fr to fr if no other language matches could be found
| * remove unused prototype importer template and obsolete reflection cms importerzotlabs2018-01-242-365/+0
| |
| * siteinfo embellishmentszotlabs2018-01-221-1/+3
| |
| * ensure filter words are not emptyzotlabs2018-01-211-4/+7
| |
| * zot api: provide channel list function (list all channel usernames [e.g. ↵zotlabs2018-01-181-0/+24
| | | | | | | | channel_address] associated with the logged in account)
| * Merge branch 'dev' of https://github.com/dawnbreak/hubzillazotlabs2018-01-181-2/+2
| |\
| | * Change dsn port handling in dba_pdo.Klaus Weidenbach2018-01-181-2/+2
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2018-01-181-32/+0
| |\|
| | * Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-183-23/+16
| | |\
| | * | consolidate navbar tucson and some javascript cleanupMario Vavti2018-01-181-32/+0
| | | |
| * | | simplify interactions with the get_features hook by calling it before any ↵zotlabs2018-01-181-12/+14
| | |/ | |/| | | | | | | filtering takes place
| * | 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
|