aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Collapse)AuthorAgeFilesLines
* clean up logger commands. Placed apostrophs at the end from some comments to ↵Michael Meer2014-01-301-8/+2
| | | | keep the syntax highlighting in vi working
* attempt with fix URL for testing worksMichael Meer2014-01-301-3/+9
|
* make default profile photo configurable - should be functional but needs ↵friendica2013-12-191-1/+1
| | | | admin ui
* htmspecialchars_decode only takes one argument.zottel2013-12-121-1/+1
|
* more htmlspecialchars sanitisationfriendica2013-12-121-1/+1
|
* some work on modularising the default profile photo so we can make them site ↵friendica2013-12-091-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 effortsfriendica2013-12-011-103/+0
|
* get rid of deprecated post_url() functionfriendica2013-12-011-102/+2
|
* get rid of fetch_url - post_url will be a bit harder as several plugins need ↵friendica2013-12-011-153/+5
| | | | to be updated
* deprecate a->get_curl_code() and $a->get_curl_headers()friendica2013-12-011-180/+12
|
* set default charset of email_header_encode, add ud_flags to indicate which ↵friendica2013-09-181-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 ↵friendica2013-09-101-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.friendica2013-06-231-7/+13
|
* photo driver abstractionfriendica2013-04-251-2/+3
|
* odds and ends in prepearation for photo abstraction, plus red-to-friendica addonfriendica2013-04-251-25/+25
|
* turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵friendica2013-04-151-1/+1
| | | | means we can zidify them)
* more Friendica removalsfriendica2013-04-141-5/+4
|
* update manage table and some documentationfriendica2013-03-271-1/+30
|
* initial docofriendica2013-02-261-36/+49
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* more groundwork for channel importfriendica2013-02-141-16/+16
|
* use our own CA bundle as authoritative for backend communications. This ↵friendica2013-02-131-0/+9
| | | | avoids OS dependent CA validity mismatches.
* Tweak behavior of redirect for http codesOlaf Conradi2012-12-261-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 307Olaf Conradi2012-12-261-2/+3
| | | | 308 spec mentions 307 must not rewrite POST to GET
* POST redirects to POST on 308 onlyOlaf Conradi2012-12-261-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 codeOlaf Conradi2012-12-261-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 fixesOlaf Conradi2012-12-261-9/+9
|
* Fix whitespaceOlaf Conradi2012-12-261-9/+9
|
* use consistent quote encodingfriendica2012-12-061-1/+1
|
* self-signed cert? Since you won't listen to me and insist on annoying your ↵friendica2012-11-131-7/+5
| | | | friends, sorry, but red won't talk to you. This snake is dead.
* more file cleanupfriendica2012-10-221-0/+84
|
* zot basic comm structure (real basic)friendica2012-08-091-0/+90
|
* merge comment threading, provide plugin/theme functions to handle css/js ↵friendica2012-08-091-0/+1
| | | | includes
* moving forward againfriendica2012-08-081-0/+7
|
* updatesfriendica2012-08-051-1/+12
|
* remember that the main thing is to keep the main thing the main thing...friendica2012-07-311-0/+94
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-15/+16
|
* get rid of special "short salmon key" for statusnetfriendica2012-07-111-5/+3
|
* config to disable email validationfriendica2012-07-011-0/+3
|
* allow linking to Diaspora's scaled-down imagesZach Prezkuta2012-06-231-3/+15
|
* Add support for PNG images with alphaFabio Comuni2012-06-071-1/+4
|
* bring in the *much better* xml parser from the original zot branchfriendica2012-05-161-0/+164
|
* validate_url() and validate_email() validate also IP address.Fabio Comuni2012-05-031-3/+3
|
* Some Bugfixes, and variable checksTobias Hößl2012-04-171-2/+3
|
* validate_url allow naked subdomain if is "localhost"Fabio Comuni2012-04-131-3/+4
|
* set default on get_avatarfriendica2012-04-101-1/+8
|
* Remove Gravatar from core and add new hook avatar_lookup.Klaus Weidenbach2012-04-091-8/+6
| | | | | This patch removes all occurances of Gravatar from friendica's core and adds a new hook "avatar_lookup" inside the function avatar_img($email) where the new *avatar-plugins should hook in. I haven't touched the language files yet. Are they updated automatically somehow?
* Rename gravatar_img() more generic to avatar_img().Klaus Weidenbach2012-04-091-3/+3
| | | | | I would like to extend the Gravatar support to also use Libravatar, a decentralized avatar service. First step to extract Gravatar from core and put it into its own plugin. Later the Libravatar plugin can be done, too as a plugin.
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+48
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * make contact ssl_policy change a function since it is used in a few placesfriendica2012-04-021-0/+45
| |