aboutsummaryrefslogtreecommitdiffstats
path: root/include/network.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-211-1/+1
|\ | | | | | | | | Conflicts: doc/to_do_code.bb
| * Fixes regarding the new default profile photo size. The default profile ↵Mario Vavti2015-07-201-2/+2
| | | | | | | | photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-291-0/+90
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * some prep workredmatrix2015-06-291-0/+90
| |
* | Merge branch 'master' into tresredmatrix2015-05-141-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Import/refimport.php include/activities.php include/attach.php include/event.php include/externals.php include/identity.php include/items.php include/notifier.php include/photos.php include/taxonomy.php include/zot.php mod/channel.php mod/connedit.php mod/events.php mod/item.php mod/like.php mod/manage.php mod/mood.php mod/ping.php mod/poke.php mod/subthread.php mod/tagger.php mod/thing.php
| * fix a couple of miscellaneous errors which showed up in the logsredmatrix2015-05-111-1/+4
| |
* | Merge branch 'master' into tresfriendica2015-04-231-49/+68
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-43/+56
| | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
| * Bugfix und variable initialization.Klaus Weidenbach2015-03-211-4/+3
| | | | | | | | | | Fixed a wrong perm_is_allowed() parameter, commented some other places where we use variables that are not set and should not work.
| * parse_url: if url returns an image/audio/video file instead of a webpage, ↵friendica2015-03-041-0/+7
| | | | | | | | return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not.
| * apply fix from 8d03774 to z_post_url alsofriendica2015-02-231-1/+1
| |
| * make redirections restriction in z_fetch_url() workzottel2015-02-231-1/+1
| |
| * fix for service_plink() after observing it in the wildfriendica2015-02-091-1/+1
| |
* | Merge branch 'master' into tresfriendica2015-02-081-0/+24
|\| | | | | | | | | | | Conflicts: mod/events.php view/css/mod_events.css
| * generate the correct service permalinkfriendica2015-02-081-0/+24
| |
* | Merge branch 'master' into tres and add some work on the item_deleted flag ↵friendica2015-01-261-6/+29
|\| | | | | | | | | | | | | | | | | | | refactor Conflicts: include/attach.php include/onedirsync.php include/zot.php mod/locs.php
| * Check allowed emails, also add blacklisting forChristian Vogeley2015-01-251-6/+29
| | | | | | | | | | not allowed emails: config:'system','not_allowed_email'
* | that should take care of the bitfields in hublocfriendica2015-01-201-3/+2
|/
* don't let dns_get_record() "write to screen" if it errors.friendica2015-01-061-2/+2
|
* add Thomas's Diaspora repair script as include/fixd.php - altered so it can ↵friendica2014-12-161-11/+13
| | | | | | be re-run if necessary with a count of remaining hublocs to be fixed. Some sites are down so it probably can't ever get to zero. The check for a null join is quite an expensive query. It could block your DB for a couple minutes while it runs. Also some preliminary work on a means to take the channel module out of list/forum mode if a specific mid is requested.