aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
Commit message (Collapse)AuthorAgeFilesLines
* use stripos() to match the body against terms in format_hashtags()Mario Vavti2019-08-091-1/+1
|
* Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-07-281-3/+5
|\
| * Revert "Merge branch 'dev' into 'dev'"Max Kostikov2019-07-251-2/+2
| | | | | | This reverts merge request !1694
| * pleroma uses slightly different URLs in body - also look for the stringMario Vavti2019-07-221-1/+1
| |
| * do not format hashtags with missing urlMario Vavti2019-07-181-1/+3
| |
| * Exclude trailing punctuations from URLMax Kostikov2019-07-161-2/+2
| |
| * stringify_array_elms() could return weird results if the initial array key ↵Mario Vavti2019-07-151-2/+2
| | | | | | | | was not zero. this could trigger obscure bugs e.g. adding an empty string value to the recipients array in the notifier which could then select some broken hubloc/xchan entries.
* | fix urls on imported item taxonomyzotlabs2019-07-281-0/+9
|/
* Add single photo URL rewrite for clonned channelMax Kostikov2019-05-301-1/+1
|
* add btlogger to unxmlify()Mario Vavti2019-05-111-0/+9
|
* Replace photo URL for gallery on clonned channel post syncMax Kostikov2019-05-111-1/+1
|
* Replace own image URL in clonned channel postsMax Kostikov2019-05-081-6/+5
|
* address xmlify/unxmlify performance issueMario Vavti2019-05-011-2/+12
|
* Cleanup and fixesMario2019-03-151-16/+1
|
* Merge branch 'dev' into 'dev'Mario2019-02-251-1/+1
|\ | | | | | | | | zot api changes to support combined content (items+files) import addon See merge request hubzilla/core!1533
| * issues uncovered testing combined item/file importzotlabs2019-02-241-1/+1
| |
* | fix summary and use item_normal_search() for viewsrc so we can also view the ↵Mario Vavti2019-02-211-1/+6
|/ | | | source for articles, cards, etc.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2019-02-041-57/+105
|\
| * fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-57/+105
| | | | | | | | some fixes to activity parsing from upstream.
* | Merge branch 'dev' into 'dev'M. Dent2019-02-011-1/+1
|\ \ | |/ |/| | | | | Prevent Hubzilla usage for SEO backlinks See merge request hubzilla/core!1501
| * Prevent Hubzilla usage for SEO backlinksMax Kostikov2019-02-011-1/+1
| |
* | Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-48/+99
| | | | | | | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* | Merge branch 'prepare_text' into 'dev'Mario2019-01-231-27/+34
|\ \ | | | | | | | | | | | | Correct parameter in include/text.php prepare_text() See merge request hubzilla/core!1483
| * | Correct parameter in include/text.php prepare_text()Klaus Weidenbach2019-01-221-27/+34
| | | | | | | | | | | | Also extend documentation.
* | | Merge branch 'dev' into 'dev'Mario2019-01-231-0/+3
|\ \ \ | |/ / |/| / | |/ | | Skip tags detection in URL See merge request hubzilla/core!1482
| * Skip tags detection in URLMax Kostikov2019-01-221-0/+3
| |
* | we must sslify all possible content variablesMario Vavti2019-01-101-1/+8
|/
* Remove scale_external_images()Max Kostikov2018-12-171-2/+0
|
* more notifications fixesMario Vavti2018-12-031-1/+1
| | | (cherry picked from commit 9ef6c57ca59aa318a3564f6b48c6442870650d3e)
* Merge branch 'photocache' into 'dev'M. Dent2018-12-021-5/+15
|\ | | | | | | | | Add Photo Cache addon support See merge request hubzilla/core!1412
| * Remove local_channel() check on cache_body_hook callMax Kostikov2018-12-021-9/+7
| |
| * Check local_channel() before cache callMax Kostikov2018-11-301-6/+8
| |
| * Move cache code to addonMax Kostikov2018-11-301-17/+7
| |
| * Fix wrong parameterMax Kostikov2018-11-291-4/+3
| |
| * Update text.phpMax Kostikov2018-11-291-5/+0
| |
| * Skip sslify for images if it already were cached with https enabledMax Kostikov2018-11-291-1/+6
| |
| * Update text.phpMax Kostikov2018-11-291-1/+2
| |
| * Cache for viewer channelMax Kostikov2018-11-291-5/+4
| |
| * Disable links to cached photos for non logged viewersMax Kostikov2018-11-291-1/+1
| |
| * Update text.phpMax Kostikov2018-11-291-2/+2
| |
| * Add photo cache support using sslify()Max Kostikov2018-11-291-6/+27
| |
* | prevent incompatible export files (osada/zap) from being imported. This is ↵zotlabs2018-11-271-0/+23
|/ | | | to keep your DB from getting trashed. We probably need a similar thing for item import since the object formats aren't compatible
* Merge branch 'master' into zvizotlabs2018-11-141-1/+1
|\
| * Revert "Filter search box before display"DM42.Net (Matt Dent)2018-11-131-1/+1
| | | | | | | | This reverts commit 35e66770be6ca93c9090cdab221e6c33a410a569.
* | Merge branch 'master' into zvizotlabs2018-11-131-1/+14
|\|
| * Filter search box before displayDM42.Net (Matt Dent)2018-11-131-1/+1
| |
| * provide a function to log to syslogMario Vavti2018-11-081-0/+13
| |
* | item uuid changeszotlabs2018-11-121-19/+2
| |
* | begin native summary supportzotlabs2018-11-081-2/+21
|/
* these changes needed to ensure cloning/syncing works in the future to ↵zotlabs2018-11-051-0/+8
| | | | non-zot6 enabled servers after the (coming) zot6 schema updates. This should probably be on a fast track to master branch