Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | this bug has been there for a *long* time. First time I've ever seen it ↵ | friendica | 2014-10-13 | 1 | -1/+1 |
| | | | | triggered. | ||||
* | z_post_url_json() added to easily deal with JSON post APIs; without getting ↵ | friendica | 2014-09-16 | 1 | -0/+17 |
| | | | | content-type unknown warnings/errors. Also added a debug option to z_get|post_url so you could track and log some of these nasty little buggers. | ||||
* | just mark dead hubloc deleted - don't remove them. This could cause ↵ | friendica | 2014-09-16 | 1 | -11/+4 |
| | | | | problems. Also clean up fetch_url/post_url header option | ||||
* | doco correction | friendica | 2014-09-09 | 1 | -11/+5 |
| | |||||
* | syntax error in dba driver, document z_post_url | friendica | 2014-09-09 | 1 | -0/+29 |
| | |||||
* | allow stuff with Diaspora authors to federate in zot conversations even if ↵ | friendica | 2014-09-04 | 1 | -1/+1 |
| | | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves. | ||||
* | feed removal issue | friendica | 2014-09-02 | 1 | -5/+7 |
| | |||||
* | use feed title for channel name before checking author, make feed items ↵ | friendica | 2014-09-02 | 1 | -5/+7 |
| | | | | shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!) | ||||
* | use feed icon as default avatar for rss connections | friendica | 2014-09-01 | 1 | -2/+5 |
| | |||||
* | rss feed discovery | friendica | 2014-08-31 | 1 | -20/+162 |
| | |||||
* | sort out some anomalies | friendica | 2014-08-25 | 1 | -2/+3 |
| | |||||
* | Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE ↵ | friendica | 2014-08-24 | 1 | -292/+364 |
| | | | | FRUCK ALONE until the feature is stable. I won't help you if you try this and end up with a borked site. You are completely on your own. | ||||
* | diaspora discovery | friendica | 2014-08-24 | 1 | -0/+113 |
| | |||||
* | move Friendica photo migrator to addons, bring back a few XML scraping ↵ | friendica | 2014-08-20 | 1 | -1/+165 |
| | | | | functions that we're going to require (unfortunately) | ||||
* | some work on network discovery | friendica | 2014-08-19 | 1 | -95/+149 |
| | |||||
* | optionally allow zrl usage from specific markdown sources | friendica | 2014-07-01 | 1 | -9/+9 |
| | |||||
* | logging: include target url when reporting z_fetch_url and z_post_url errors. | friendica | 2014-05-27 | 1 | -4/+4 |
| | |||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -8/+4 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | that should fix it. | friendica | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | that didn't work out well | friendica | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | ssl ciphers - be liberal in what we accept, conservative in what we generate | friendica | 2014-03-24 | 1 | -12/+24 |
| | |||||
* | add curl error text to mod/probe so we can remotely diagnose communication ↵ | friendica | 2014-03-23 | 1 | -2/+4 |
| | | | | issues from other sites. | ||||
* | improve curl error logging | friendica | 2014-03-23 | 1 | -1/+3 |
| | |||||
* | clean up logger commands. Placed apostrophs at the end from some comments to ↵ | Michael Meer | 2014-01-30 | 1 | -8/+2 |
| | | | | keep the syntax highlighting in vi working | ||||
* | attempt with fix URL for testing works | Michael Meer | 2014-01-30 | 1 | -3/+9 |
| | |||||
* | make default profile photo configurable - should be functional but needs ↵ | friendica | 2013-12-19 | 1 | -1/+1 |
| | | | | admin ui | ||||
* | htmspecialchars_decode only takes one argument. | zottel | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | more htmlspecialchars sanitisation | friendica | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | some work on modularising the default profile photo so we can make them site ↵ | friendica | 2013-12-09 | 1 | -1/+1 |
| | | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space | ||||
* | trimmed style.css by a few hundred lines. Needs many more such efforts | friendica | 2013-12-01 | 1 | -103/+0 |
| | |||||
* | get rid of deprecated post_url() function | friendica | 2013-12-01 | 1 | -102/+2 |
| | |||||
* | get rid of fetch_url - post_url will be a bit harder as several plugins need ↵ | friendica | 2013-12-01 | 1 | -153/+5 |
| | | | | to be updated | ||||
* | deprecate a->get_curl_code() and $a->get_curl_headers() | friendica | 2013-12-01 | 1 | -180/+12 |
| | |||||
* | set default charset of email_header_encode, add ud_flags to indicate which ↵ | friendica | 2013-09-18 | 1 | -1/+1 |
| | | | | (directory sync) updates have been processed in some way. | ||||
* | z_fetch_url - include curl debug info in return array and log it (at ↵ | friendica | 2013-09-10 | 1 | -0/+10 |
| | | | | | | logger_data level) on failure This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info. | ||||
* | make manual image scaling work - even if auto scaling kicks in. | friendica | 2013-06-23 | 1 | -7/+13 |
| | |||||
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -2/+3 |
| | |||||
* | odds and ends in prepearation for photo abstraction, plus red-to-friendica addon | friendica | 2013-04-25 | 1 | -25/+25 |
| | |||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -1/+1 |
| | | | | means we can zidify them) | ||||
* | more Friendica removals | friendica | 2013-04-14 | 1 | -5/+4 |
| | |||||
* | update manage table and some documentation | friendica | 2013-03-27 | 1 | -1/+30 |
| | |||||
* | initial doco | friendica | 2013-02-26 | 1 | -36/+49 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | more groundwork for channel import | friendica | 2013-02-14 | 1 | -16/+16 |
| | |||||
* | use our own CA bundle as authoritative for backend communications. This ↵ | friendica | 2013-02-13 | 1 | -0/+9 |
| | | | | avoids OS dependent CA validity mismatches. | ||||
* | Tweak behavior of redirect for http codes | Olaf Conradi | 2012-12-26 | 1 | -7/+6 |
| | | | | | | | | | | | | Not every webserver supports 308 redirects with POST correctly. Most sites are already configured using 301 or 302 redirects. This only effects POST, GET behavior is unmodified. Most calls to POST are under control by friendica not the end user, so should not be a problem ni general. GET with 301, 302, 303, 307 and 308 are redirected as GET POST with 301, 302, 307 and 308 are redirected as POST POST with 303 is redirected as GET | ||||
* | Same applies for 307 | Olaf Conradi | 2012-12-26 | 1 | -2/+3 |
| | | | | 308 spec mentions 307 must not rewrite POST to GET | ||||
* | POST redirects to POST on 308 only | Olaf Conradi | 2012-12-26 | 1 | -2/+10 |
| | | | | | POST redirects to POST on 308 only, 301-307 to GET. Side-effect is that POST params get dropped for GET. | ||||
* | Add permanent redirect (308) http code | Olaf Conradi | 2012-12-26 | 1 | -5/+7 |
| | | | | | | | Add 308 http code next to 301, 302, 303 and 307. Close curl session before returning on redirect. Let post_url redirect using post_url, not fetch_url (which is actually 308 behavior). | ||||
* | More whitespace fixes | Olaf Conradi | 2012-12-26 | 1 | -9/+9 |
| |