aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #918 from dawnbreak/masterRedMatrix2015-03-061-1/+2
|\
| * RedDAV: fix renaming files.Klaus2015-03-061-1/+2
* | the link icon on comments now calls the link parsing tool (just like the main...friendica2015-03-041-0/+1
* | Deprecate the "wall uploads" photo album. Photo uploads (from any source) wit...friendica2015-03-041-1/+1
* | missing commafriendica2015-03-041-1/+1
* | don't re-use $xfriendica2015-03-041-2/+2
* | add queue priorityfriendica2015-03-041-0/+18
* | parse_url: if url returns an image/audio/video file instead of a webpage, ret...friendica2015-03-041-0/+7
|/
* notes on what's needed to fix the queueing algorithms.friendica2015-03-041-0/+8
* enable sql_extra on pdl_selectorfriendica2015-03-031-2/+2
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-037-175/+174
|\
| * Some cleanups and documentation.Klaus Weidenbach2015-03-047-175/+174
* | I'm going to use the site_update timestamp to indicate whenever we successful...friendica2015-03-031-0/+15
* | don't let a zot-finger bring a dead hub back to life unless it's the site we'...friendica2015-03-031-5/+7
|/
* tagcloud tweaksfriendica2015-03-021-2/+2
* make public delivery to contacts or any connections work againzottel2015-03-021-3/+2
* increase the dynamic range of the tag clouds slightly.friendica2015-03-011-1/+1
* Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ...friendica2015-03-011-0/+1
* The never ending saga of parent = 0 bugs on Dreamhost.friendica2015-03-011-0/+10
* queue management actions. Still needs further work such as indication of last...friendica2015-03-011-2/+3
* Fix a couple of places where we weren't checking for dead hublocs. Add a func...friendica2015-02-272-6/+24
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-261-0/+3
|\
| * more fake null shenanigansHabeas Codice2015-02-261-0/+3
| * Revert "more fake null shenanigans"Habeas Codice2015-02-261-23/+94
| * more fake null shenanigansHabeas Codice2015-02-261-94/+23
* | loop breakerfriendica2015-02-261-0/+16
|/
* syntax - missing argfriendica2015-02-251-1/+1
* this may actually fix the deliver loop when deleting existing items. It's hac...friendica2015-02-252-1/+23
* Found the cause of the delete looping, and I can prevent it going forward. Th...friendica2015-02-253-15/+54
* call post_local hooks prior to storing a post that is going to be sourced. Th...friendica2015-02-252-0/+9
* solve some (hopefully most) missing delivery issuesfriendica2015-02-251-13/+55
* don't send deleted items upstream - only downstream.friendica2015-02-241-3/+6
* require access token to view, query, or join directories in private realms, i...friendica2015-02-241-6/+12
* support rel=me on channel "homepage" urlfriendica2015-02-242-3/+3
* public_recips cleanupfriendica2015-02-231-18/+30
* 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
* notes about private realm registrations and multiple primary directories.friendica2015-02-221-2/+2
* no longer neededfriendica2015-02-221-33/+0
* remove the new session functions from the trunk. Don't yet know if they'll co...friendica2015-02-221-33/+0
* remove these functions for now.friendica2015-02-221-1/+2
* fi8x the typofriendica2015-02-221-1/+1
* new session functionsfriendica2015-02-221-0/+29
* catch negative agesHabeas Codice2015-02-201-6/+7
* directory interface cleanup and documentation so that debugging realms won't ...friendica2015-02-192-6/+53
* Diaspora tag replacement was wretchedly buggy. Use our standard tag replaceme...friendica2015-02-191-129/+27
* diaspora: move reshare encapsulation after tag parsing, since it seriously sc...friendica2015-02-191-13/+12
* Merge pull request #901 from zzottel/masterRedMatrix2015-02-191-2/+2
|\
| * fix parens mismatch from last commitzottel2015-02-181-2/+2
| * also deliver public posts to channels with channel_w_stream = PERMS_AUTHEDzottel2015-02-181-2/+2