Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor queue adjustments | Mario | 2020-11-13 | 1 | -2/+3 |
| | |||||
* | HTML parsing lib change to standard PHP in scrape_feed() and scrape_vcard() | root | 2020-10-31 | 1 | -16/+16 |
| | | | (cherry picked from commit 16d450fc6980bb70f13e574d1b20406dd313110e) | ||||
* | do not overwrite $x variable | Mario | 2020-10-13 | 1 | -3/+3 |
| | |||||
* | delete fixes | nobody | 2020-09-30 | 1 | -0/+20 |
| | |||||
* | foreach warning | zotlabs | 2020-07-22 | 1 | -1/+1 |
| | |||||
* | check for zot6 first | Mario | 2020-06-14 | 1 | -23/+25 |
| | |||||
* | set CURLOPT_ENCODING in z_post_url() | Mario | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | set CURLOPT_ENCODING to empty string so that compressed content will be ↵ | Mario | 2020-05-01 | 1 | -1/+2 |
| | | | | uncompressed | ||||
* | Don't validate domain with PTR record; remove uneccessary CNAME check; add ↵ | Max Kostikov | 2020-01-19 | 1 | -1/+1 |
| | | | | IPv6 check | ||||
* | webfinger: better handling of URLs that contain a @ | Mario Vavti | 2019-07-12 | 1 | -5/+6 |
| | |||||
* | clone systems apps to the extent possible, auto-configure imagick thumbnail ↵ | Zot | 2019-03-18 | 1 | -3/+3 |
| | | | | binary during setup if possible | ||||
* | email_header_encode() producing lines of illegal length because header field ↵ | zotlabs | 2019-03-14 | 1 | -2/+5 |
| | | | | length was not considered in length calculation. | ||||
* | Add CURLOPT_CONNECTTIMEOUT | M. Dent | 2019-03-06 | 1 | -0/+7 |
| | |||||
* | Fix for cURL with default HTTP/2 | Max Kostikov | 2018-12-20 | 1 | -13/+4 |
| | |||||
* | Revert "Fix cURL with HTTP/2" | Max Kostikov | 2018-12-20 | 1 | -4/+13 |
| | | | This reverts commit 090fe394e4733aea9e9ca2e9a93c2c27b266d065 | ||||
* | Fix cURL with HTTP/2 | Max Kostikov | 2018-12-20 | 1 | -13/+4 |
| | |||||
* | Merge branch 'dev' into 'dev' | Mario | 2018-12-18 | 1 | -93/+0 |
|\ | | | | | | | | | Remove scale_external_images() See merge request hubzilla/core!1441 | ||||
| * | Remove scale_external_images() | Max Kostikov | 2018-12-17 | 1 | -93/+0 |
| | | |||||
* | | default curl to http/1.1 | zotlabs | 2018-12-16 | 1 | -0/+15 |
|/ | |||||
* | rmagic discovery for z6 networks | zotlabs | 2018-12-09 | 1 | -0/+29 |
| | |||||
* | stay ahead of the game | zotlabs | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | fix signatures | zotlabs | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Fix wrong image resize for some external images | Max Kostikov | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | verify some edge case http signatures | zotlabs | 2018-10-11 | 1 | -0/+24 |
| | |||||
* | Update network.php | Max Kostikov | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | prevent json-ld bombing, turn off browser autocomplete on channel sources ↵ | zotlabs | 2018-08-11 | 1 | -0/+16 |
| | | | | creation | ||||
* | Update network.php | gia vec | 2018-07-30 | 1 | -1/+1 |
| | | | (cherry picked from commit 8db006d9a1b3401f79ad0458e3a2ebae64c3575c) | ||||
* | SECURITY: sanitise vcard fields | zotlabs | 2018-07-28 | 1 | -8/+8 |
| | |||||
* | update a number of links in the code | zotlabs | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | alternate fix for z_check_dns | zotlabs | 2018-05-24 | 1 | -6/+14 |
| | |||||
* | pleroma does not return a valid JRD when given an accept header of ↵ | zotlabs | 2018-05-20 | 1 | -2/+2 |
| | | | | application/jrd+json - it only returns a JRD when passed an accept header of application/json (ahead of anything else because XRD is served at the same endpoint) | ||||
* | minor tweak to last pull: ensure that feeds have a name besides whitespace ↵ | zotlabs | 2018-05-06 | 1 | -1/+1 |
| | | | | characters | ||||
* | ensure that feed xchans have a name | zotlabs | 2018-05-06 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-05-05 | 1 | -1/+1 |
|\ | |||||
| * | turn skip white back on - (xml actually doesn't parse if you disable this) | zotlabs | 2018-05-04 | 1 | -2/+2 |
| | | |||||
* | | set XML_OPTION_SKIP_WHITE to 1 again | Mario Vavti | 2018-05-04 | 1 | -2/+2 |
|/ | |||||
* | hubzilla issue #1151 - activitypub mention gets bookmarked | zotlabs | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | hubzilla issue #1119 - xml2array has issues with some unicode ↵ | zotlabs | 2018-04-29 | 1 | -0/+11 |
| | | | | sequences/conversions. Working around it using the older simplexml parser until it can be debugged, as Diaspora does not use complex XML with namespaces; which is where we need the more advaced capabilities of xml2array. | ||||
* | remove unused function | zotlabs | 2018-04-28 | 1 | -24/+1 |
| | |||||
* | follow activitypub by webfinger; requires addon update to all federation ↵ | zotlabs | 2018-04-18 | 1 | -4/+5 |
| | | | | protocols | ||||
* | set the correct webfinger Accept: request header now that Mastodon fixed the ↵ | zotlabs | 2018-04-16 | 1 | -8/+1 |
| | | | | bug that we changed it to work around | ||||
* | hubzilla issue #1078 ; provide content-type header for system emails (was ↵ | zotlabs | 2018-04-16 | 1 | -1/+2 |
| | | | | already correct for notification emails) | ||||
* | put directory server in siteinfo - there are a lot of sites using broken ↵ | zotlabs | 2018-04-06 | 1 | -0/+1 |
| | | | | directories | ||||
* | wrong function | zotlabs | 2018-03-31 | 1 | -1/+1 |
| | |||||
* | siteinfo.json - if hide_in_statistics is set only include the total channels ↵ | zotlabs | 2018-02-24 | 1 | -4/+7 |
| | | | | count and no other statistical info | ||||
* | trim non-existent/deprecated plugins from siteinfo plugin list | zotlabs | 2018-02-20 | 1 | -2/+2 |
| | |||||
* | siteinfo embellishments | zotlabs | 2018-01-22 | 1 | -1/+3 |
| | |||||
* | hubzilla issue #947 | zotlabs | 2018-01-01 | 1 | -1/+2 |
| | |||||
* | :bulb: Improving Doxygen documentation. | Klaus Weidenbach | 2017-11-03 | 1 | -73/+141 |
| | | | | | Fix some Doxygen parsing errors. Improve hooks documentation. | ||||
* | more queue work | zotlabs | 2017-11-02 | 1 | -2/+7 |
| |