aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Collapse)AuthorAgeFilesLines
...
* moved enotifyredmatrix2016-05-241-3/+1
|
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-201-5/+5
| | | | refactoring
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-201-0/+26
| | | | moment, as it will likely end up with a different disposition)
* case issueredmatrix2016-05-201-2/+2
|
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* don't try to deliver empty hashesredmatrix2016-05-191-0/+3
|
* an issue related to #386redmatrix2016-05-161-0/+4
|
* provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-101-0/+15
| | | | you're behind master
* move iconfig functions to include/config.php with all the rest of the ↵redmatrix2016-04-261-2/+3
| | | | configs, fix an issue with singleton discovery and start work on singleton delivery
* Setup was horked after this commit and I couldn't easily make it right so ↵redmatrix2016-04-251-1/+1
| | | | | | | | reverting - will try again at a future date Revert "remove global db variable" This reverts commit c3b0c0f32a17649503db67f208cce6f9e0cdc322.
* remove global db variableredmatrix2016-04-251-1/+1
|
* provide stream resource pointer option to z_fetch_url() and z_post_url() per ↵redmatrix2016-04-051-1/+13
| | | | earlier doco commit on syncing files/photos across clones.
* For GNU-social discovery, use the URI in the feed (author.uri) rather than ↵redmatrix2016-04-031-0/+6
| | | | try to pick out which of the aliases in webfinger are likely to be the right one. If we get it wrong, our communications with them will be discarded and there is no rhyme or reason to the logic about which representation is likely to be the one true account URI. It appears to vary with the clean_url setting of the site and this info isn't available to us except with a sequence of expensive probes and testing various ways of re-writing URLs to see if we get a response.
* use constantredmatrix2016-04-021-1/+1
|
* static Appredmatrix2016-03-311-6/+6
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* issue #319 part 2redmatrix2016-03-261-9/+11
|
* atom specifies a uri or iri for the id. message_id isn't suitable here.redmatrix2016-03-231-2/+3
|
* rewrite the webfinger discovery logicredmatrix2016-03-221-244/+210
|
* attempting to work with braindead lighttpd gnusocial serversredmatrix2016-03-211-2/+20
|
* more federation workredmatrix2016-03-201-3/+9
|
* lots of work on federated channel discoveryredmatrix2016-03-161-57/+237
|
* federation workredmatrix2016-03-141-0/+1
|
* some re-working of webfinger and hcard parsing which will be necessary going ↵redmatrix2016-03-141-10/+33
| | | | forward.
* z_fetch_url and z_post_url returning falseredmatrix2016-02-271-2/+2
|
* move storage assets to zotlabs/storageredmatrix2016-02-191-2/+2
|
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-5/+5
| | | | project/version info. Move these out of /boot.php
* directory modes reversedredmatrix2016-02-121-1/+1
|
* provide get_server_role() to abstract different roles and capabilitiesredmatrix2016-02-071-0/+1
|
* generalise the site iconredmatrix2016-01-171-24/+25
|
* various issues from the forumsredmatrix2016-01-171-6/+3
|
* add locked features to siteinfo to assist in debuggingredmatrix2016-01-091-1/+13
|
* fix relative urls on some Diaspora profile photosredmatrix2016-01-091-0/+4
|
* Added 'invitation_only' to site infowave722015-12-201-0/+1
|
* start working on the singleton settingredmatrix2015-12-091-0/+13
|
* provide plugin hooks for blacklist checking functions.redmatrix2015-12-061-0/+13
|
* use the std_version where applicable instead of matching to the git.redmatrix2015-12-031-4/+6
|
* generalise the site black|white allow lists, also add a channel black|white ↵redmatrix2015-11-291-1/+56
| | | | list for future use
* report correct directory mode for standalone directories in siteinforedmatrix2015-11-291-1/+1
|
* create get_site_info() function so we can have a siteinfo.json module ↵redmatrix2015-11-291-0/+104
| | | | instead of or actually in addition to siteinfo/json
* Use http_status() instead of homegrowing it. Adapt http_status to handle ↵ken restivo2015-11-201-4/+21
| | | | replies with data.
* remove the obsolete avatar_img function (gravatar/libravatar lookup)redmatrix2015-11-091-22/+0
|
* mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-0/+27
| | | | re-usable, change refresh_all to use delivery loop.
* generate all (non-square) photo scales - even if the original photo is ↵redmatrix2015-10-151-3/+3
| | | | smaller than the scale target sizes.
* start hooking in the new webfinger/zot merged discoveryredmatrix2015-09-171-6/+10
|
* consolidate zotfinger and webfingerredmatrix2015-09-171-2/+2
|
* ensure connections have a nameredmatrix2015-09-101-0/+2
|
* initial work on obj import, rename import_profile_photo to ↵redmatrix2015-09-011-2/+2
| | | | import_xchan_photo to more accurately state its purpose.
* more work separating Diaspora from coreredmatrix2015-08-031-0/+5
|
* refresh diaspora xchan every month or so since receiving profile update ↵redmatrix2015-07-221-2/+20
| | | | messages from that network reliably are just as unlikely as receiving any other kind of message from that network reliably. The problem is that if somebody changes their profile name or photo once every few years and you miss it because of their shitty unreliable communications, your data could be stale for a long time.