aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Collapse)AuthorAgeFilesLines
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-181-3/+3
| | | | binary during setup if possible
* email_header_encode() producing lines of illegal length because header field ↵zotlabs2019-03-141-2/+5
| | | | length was not considered in length calculation.
* Add CURLOPT_CONNECTTIMEOUTM. Dent2019-03-061-0/+7
|
* Fix for cURL with default HTTP/2Max Kostikov2018-12-201-13/+4
|
* Revert "Fix cURL with HTTP/2"Max Kostikov2018-12-201-4/+13
| | | This reverts commit 090fe394e4733aea9e9ca2e9a93c2c27b266d065
* Fix cURL with HTTP/2Max Kostikov2018-12-201-13/+4
|
* Merge branch 'dev' into 'dev'Mario2018-12-181-93/+0
|\ | | | | | | | | Remove scale_external_images() See merge request hubzilla/core!1441
| * Remove scale_external_images()Max Kostikov2018-12-171-93/+0
| |
* | default curl to http/1.1zotlabs2018-12-161-0/+15
|/
* rmagic discovery for z6 networkszotlabs2018-12-091-0/+29
|
* stay ahead of the gamezotlabs2018-11-131-2/+2
|
* fix signatureszotlabs2018-11-061-1/+1
|
* Fix wrong image resize for some external imagesMax Kostikov2018-11-011-2/+2
|
* verify some edge case http signatureszotlabs2018-10-111-0/+24
|
* Update network.phpMax Kostikov2018-09-101-1/+1
|
* prevent json-ld bombing, turn off browser autocomplete on channel sources ↵zotlabs2018-08-111-0/+16
| | | | creation
* Update network.phpgia vec2018-07-301-1/+1
| | | (cherry picked from commit 8db006d9a1b3401f79ad0458e3a2ebae64c3575c)
* SECURITY: sanitise vcard fieldszotlabs2018-07-281-8/+8
|
* update a number of links in the codezotlabs2018-06-061-1/+1
|
* alternate fix for z_check_dnszotlabs2018-05-241-6/+14
|
* pleroma does not return a valid JRD when given an accept header of ↵zotlabs2018-05-201-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 ↵zotlabs2018-05-061-1/+1
| | | | characters
* ensure that feed xchans have a namezotlabs2018-05-061-1/+4
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-05-051-1/+1
|\
| * turn skip white back on - (xml actually doesn't parse if you disable this)zotlabs2018-05-041-2/+2
| |
* | set XML_OPTION_SKIP_WHITE to 1 againMario Vavti2018-05-041-2/+2
|/
* hubzilla issue #1151 - activitypub mention gets bookmarkedzotlabs2018-05-021-2/+2
|
* hubzilla issue #1119 - xml2array has issues with some unicode ↵zotlabs2018-04-291-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 functionzotlabs2018-04-281-24/+1
|
* follow activitypub by webfinger; requires addon update to all federation ↵zotlabs2018-04-181-4/+5
| | | | protocols
* set the correct webfinger Accept: request header now that Mastodon fixed the ↵zotlabs2018-04-161-8/+1
| | | | bug that we changed it to work around
* hubzilla issue #1078 ; provide content-type header for system emails (was ↵zotlabs2018-04-161-1/+2
| | | | already correct for notification emails)
* put directory server in siteinfo - there are a lot of sites using broken ↵zotlabs2018-04-061-0/+1
| | | | directories
* wrong functionzotlabs2018-03-311-1/+1
|
* siteinfo.json - if hide_in_statistics is set only include the total channels ↵zotlabs2018-02-241-4/+7
| | | | count and no other statistical info
* trim non-existent/deprecated plugins from siteinfo plugin listzotlabs2018-02-201-2/+2
|
* siteinfo embellishmentszotlabs2018-01-221-1/+3
|
* hubzilla issue #947zotlabs2018-01-011-1/+2
|
* :bulb: Improving Doxygen documentation.Klaus Weidenbach2017-11-031-73/+141
| | | | | Fix some Doxygen parsing errors. Improve hooks documentation.
* more queue workzotlabs2017-11-021-2/+7
|
* put deferred queue logic every place we create a delivery process (except ↵zotlabs2017-11-021-0/+11
| | | | for protocol 'friend requests' which aren't likely to swamp the delivery system). Remove it from the queue_delivery function which was too late to do anything.
* bring back the markdown post feature (after investing some effort to make it ↵zotlabs2017-10-221-0/+4
| | | | work)
* perform caching of jsonld schemaszotlabs2017-09-191-0/+31
|
* drop salmon until we improve performancezotlabs2017-09-121-1/+1
|
* php warningszotlabs2017-08-181-1/+1
|
* deliverable_singleton - also check hubloc_hash in case we don't have an ↵zotlabs2017-08-101-1/+9
| | | | xchan_hash
* when following, allow [network]follow_address syntax to connect with a ↵zotlabs2017-08-101-3/+3
| | | | specific network for multi-protocol services
* libxml errorszotlabs2017-08-091-4/+5
|
* modify connection edit display for channels with no address/webbiezotlabs2017-07-301-13/+14
|
* provide content-type matching ability for activitypubzotlabs2017-07-171-0/+38
|