aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* svg stuffZot2019-11-082-0/+43
|
* Sanitize title on Atom/RSS feed importMax Kostikov2019-11-071-0/+12
|
* fix query with protocol prefix not always picking the right xchanMario2019-11-041-1/+1
| | | (cherry picked from commit 03317b9864c0d7c99e144404c647b9923d8d29ea)
* Add hook to comments_are_now_closed()M. Dent2019-11-031-0/+19
|
* Update opengraph.phpMax Kostikov2019-10-151-2/+2
|
* Better Opengraph image type detectionMax Kostikov2019-10-151-3/+7
|
* Updates to zcard/profile images and other public images to account for ↵M. Dent2019-10-142-4/+4
| | | | infrastructure caches (CDN)
* Revert "Remove visible channels list from pubstream tags cloud creation ↵Max Kostikov2019-10-131-0/+71
| | | | | | procedure" This reverts commit 5c4c6e68f600d50deed8ddb32dd6702af9b52853
* Allow addons to process forum posts published through mentionsMax Kostikov2019-10-051-6/+3
|
* fix bbcode event reshare timezone issueMario Vavti2019-10-042-0/+7
| | | (cherry picked from commit 79bcc157bf8f0c67a8ee41ae9c53a9dec969f8d1)
* Sync private items with clones; avoid sync if no local connection with ↵Max Kostikov2019-09-301-1/+18
| | | | thread owner
* Notify on custom items - rework hooksM. Dent2019-09-231-17/+4
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-09-101-1/+0
|\ | | | | | | | | Zot -> Zot6 translation issue, liking a "new friend" activity See merge request hubzilla/core!1723
| * Zot -> Zot6 translation issue, liking a "new friend" activityzotlabs2019-09-031-1/+0
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-09-031-0/+5
|\| | | | | | | | | improved conversion of emoji reactions from zot to zot6 See merge request hubzilla/core!1720
| * Clarify private mail deletion policy. Related to issue #1391.zotlabs2019-08-311-0/+5
| |
* | More nofollow tags to discourage backlink farmersTerrox2019-09-031-2/+2
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-08-241-1/+1
|\ \ | |/ |/| | | | | Better spoiler BBcode tag conversion to Markdown See merge request hubzilla/core!1718
| * Better spoiler BBcode tag conversion to MarkdownMax Kostikov2019-08-231-1/+1
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-08-221-1/+1
|\ \ | |/ |/| | | | | possible for DB to return hublocs with no sitekey See merge request hubzilla/core!1713
| * Merge branch 'dev' of https://framagit.org/zot/core into devzotlabs2019-08-211-1/+9
| |\
| * | possible for DB to return hublocs with no sitekeyzotlabs2019-08-211-1/+1
| | |
* | | Fix attach permissions sync for clonned channelMax Kostikov2019-08-221-2/+2
| | |
* | | Fix spoiler displaying while convert BBcode to markdownMax Kostikov2019-08-221-0/+3
| |/ |/|
* | show correct profile photo when previewing and editing profileszotlabs2019-08-151-1/+9
|/
* illegal offset warning (prevents encrypted signatures from being used for ↵zotlabs2019-08-131-1/+1
| | | | encrypted messages). Not fatal but can leak metadata.
* use stripos() to match the body against terms in format_hashtags()Mario Vavti2019-08-091-1/+1
|
* Merge branch 'dev' into 'dev'Max Kostikov2019-08-081-14/+19
|\ | | | | | | | | Catch and exclude trailing punctuation while URL embedding See merge request hubzilla/core!1701
| * Remove conditionMax Kostikov2019-08-081-2/+2
| |
| * Update zid.phpMax Kostikov2019-08-081-5/+5
| |
| * Update zid.phpMax Kostikov2019-08-081-13/+13
| |
| * FormattingMax Kostikov2019-08-081-1/+1
| |
| * Catch and exclude trailing punctuation while URL embeddingMax Kostikov2019-08-081-2/+7
| |
* | Merge branch 'dev' into 'dev'Max Kostikov2019-07-311-1/+1
|\| | | | | | | | | Do not limit channel if service class property value set with 0 See merge request hubzilla/core!1697
| * Update account.phpMax Kostikov2019-07-311-1/+1
| |
| * Do not limit channel if service class property value set with 0Max Kostikov2019-07-311-1/+1
| |
* | Merge branch 'dev' into 'dev'Mario2019-07-301-0/+2
|\| | | | | | | | | Do not control limits on service class settings with 0 values See merge request hubzilla/core!1696
| * Update account.phpMax Kostikov2019-07-301-1/+3
| |
| * Do not control limits on service class settings with 0 valuesMax Kostikov2019-07-301-1/+1
| |
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into devzotlabs2019-07-283-13/+15
|\|
| * Revert "Merge branch 'dev' into 'dev'"Max Kostikov2019-07-254-6/+6
| | | | | | 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-164-6/+6
| |
| * 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.
| * admin should be allowed to delete any itemMario Vavti2019-07-131-5/+4
| |
| * webfinger: better handling of URLs that contain a @Mario Vavti2019-07-121-5/+6
| |
* | fix urls on imported item taxonomyzotlabs2019-07-281-0/+9
|/
* zot_finger() and Zotlabs\Zot\Finger::run() have different output. Adjusted ↵zotlabs2019-06-281-5/+2
| | | | accordingly.
* I wonder how long zot_finger() has been missing and how this may have ↵zotlabs2019-06-281-1/+1
| | | | affected the directory servers.