Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hubzilla issue #1119 - xml2array has issues with some unicode ↵ | zotlabs | 2018-04-30 | 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-30 | 1 | -24/+1 |
| | |||||
* | follow activitypub by webfinger; requires addon update to all federation ↵ | zotlabs | 2018-04-19 | 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 |
| | |||||
* | put deferred queue logic every place we create a delivery process (except ↵ | zotlabs | 2017-11-02 | 1 | -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 ↵ | zotlabs | 2017-10-22 | 1 | -0/+4 |
| | | | | work) | ||||
* | perform caching of jsonld schemas | zotlabs | 2017-09-19 | 1 | -0/+31 |
| | |||||
* | drop salmon until we improve performance | zotlabs | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | php warnings | zotlabs | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | deliverable_singleton - also check hubloc_hash in case we don't have an ↵ | zotlabs | 2017-08-10 | 1 | -1/+9 |
| | | | | xchan_hash | ||||
* | when following, allow [network]follow_address syntax to connect with a ↵ | zotlabs | 2017-08-10 | 1 | -3/+3 |
| | | | | specific network for multi-protocol services | ||||
* | libxml errors | zotlabs | 2017-08-09 | 1 | -4/+5 |
| | |||||
* | modify connection edit display for channels with no address/webbie | zotlabs | 2017-07-30 | 1 | -13/+14 |
| | |||||
* | provide content-type matching ability for activitypub | zotlabs | 2017-07-17 | 1 | -0/+38 |
| | |||||
* | typo | Mario Vavti | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | error | zotlabs | 2017-05-08 | 1 | -108/+1 |
| | |||||
* | make service_plink pluggable | zotlabs | 2017-05-04 | 1 | -0/+23 |
| | |||||
* | more code refactoring to put external protocol dependencies in plugins. | zotlabs | 2017-05-02 | 1 | -0/+80 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-17 | 1 | -165/+214 |
|\ | |||||
| * | We do not parse the body in discover_by_url(), so no need to preserve ↵ | Klaus Weidenbach | 2017-04-15 | 1 | -7/+1 |
| | | | | | | | | iframes in SimplePie. | ||||
| * | :arrow_up: Update SimplePie library. | Klaus Weidenbach | 2017-04-15 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | | | | | | | | As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code. | ||||
| * | Some documentation for include/network.php and some fixes. | Klaus Weidenbach | 2017-04-14 | 1 | -260/+293 |
| | | | | | | | | Some variables had wrong names and have never been used. | ||||
| * | ugly hack to webfinger to allow connections to be made to mastodon servers. | zotlabs | 2017-04-12 | 1 | -3/+10 |
| | | |||||
* | | ugly hack to webfinger to allow connections to be made to mastodon servers. | zotlabs | 2017-04-10 | 1 | -3/+10 |
| | | |||||
* | | remove more hardwired branding | zotlabs | 2017-03-12 | 1 | -26/+26 |
| | | |||||
* | | go back to where the problem started | zotlabs | 2017-03-09 | 1 | -532/+11 |
|/ | |||||
* | cleaner integration between the headers and session options of z_fetch_url() | zotlabs | 2017-02-28 | 1 | -7/+26 |
| | |||||
* | provide 'session' option to z_fetch_url to assist with remote fetches ↵ | zotlabs | 2017-02-27 | 1 | -0/+4 |
| | | | | requiring magic auth | ||||
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -9/+12 |
| | |||||
* | finish remaining places where xchan_store_lowlevel needs to be used | zotlabs | 2017-01-29 | 1 | -12/+0 |
| | |||||
* | provide lowlevel xchan storage function to ensure that all non-null rows are ↵ | zotlabs | 2017-01-28 | 1 | -10/+25 |
| | | | | initialised | ||||
* | minor | zotlabs | 2017-01-24 | 1 | -3/+3 |
| | |||||
* | do not choke if photo_factory() returns null | Mario Vavti | 2017-01-15 | 1 | -0/+4 |
| | |||||
* | z_fetch_url incorrect variable | zotlabs | 2016-12-15 | 1 | -5/+5 |
| | |||||
* | ignore flags to dns_get_record() and look for anything | zotlabs | 2016-11-02 | 1 | -4/+7 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | For z_dns_check() use config values from memory and ignore DB - as this ↵ | zotlabs | 2016-10-25 | 1 | -1/+6 |
| | | | | function can be called in the early stages of Setup when we first try to connect to the database. | ||||
* | put all dns checking into one function, allow it to be ignored | zotlabs | 2016-10-25 | 1 | -2/+19 |
| | |||||
* | Merge pull request #547 from dawnbreak/docu | zotlabs | 2016-10-14 | 1 | -64/+64 |
|\ | | | | | [TASK] Update Doxyfile and fix Doxygen errors. | ||||
| * | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -64/+64 |
| | | | | | | | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | | provide text log results of email success/failure rather than 1 and 0. | zotlabs | 2016-10-13 | 1 | -2/+2 |
|/ |