aboutsummaryrefslogtreecommitdiffstats
path: root/include/follow.php
Commit message (Expand)AuthorAgeFilesLines
* more work separating Diaspora from coreredmatrix2015-08-031-19/+8
* convert the abook fieldsredmatrix2015-06-141-8/+6
* diaspora disallowed by defaultredmatrix2015-06-101-2/+0
* toggle diaspora protocol on a per-channel level in addition to the existing p...redmatrix2015-06-091-0/+9
* Fix missing value in insert for default closenessAlexandre Hannud Abdo2015-03-091-1/+1
* change default affinity (abook_closeness) to 80 for all new connections going...friendica2015-03-081-1/+7
* local_user => local_channelfriendica2015-01-281-1/+1
* rework the new connection stuff so we don't need a "permissions have been cha...friendica2015-01-251-14/+9
* undo these bits of trinidad - we're going to do things differentlyfriendica2015-01-051-1/+1
* initial trinidad checkinfriendica2014-12-291-1/+1
* Merge remote-tracking branch 'upstream/master'Habeas Codice2014-11-131-8/+2
|\
| * some minor cleanup of unreported (and as yet undiscovered) issues with permis...friendica2014-11-051-2/+3
| * ok heads up - potentially destabilising change. I've tried to sort out all th...friendica2014-11-041-8/+2
* | PostgreSQL support initial commitHabeas Codice2014-11-131-4/+5
|/
* the default permissions for new connections when using a custom role is inade...friendica2014-10-281-1/+5
* several unrelated things - auto_follow wasn't working for new accounts, error...friendica2014-10-271-0/+2
* ability to pre-populate connections for new channels. e.g. "MySpace Tom"friendica2014-10-011-1/+1
* fix url mismatches of a single trailing slash for feed author/owner compariso...friendica2014-09-231-0/+3
* feeds with '@' in the URL were being handled as webfinger addresses and didn'...friendica2014-09-211-1/+1
* implement permission roles - the backend should be done except for maybe a co...friendica2014-09-171-0/+13
* allow feeds to be sourcedfriendica2014-09-041-1/+1
* allow stuff with Diaspora authors to federate in zot conversations even if th...friendica2014-09-041-0/+6
* fix phantom attachments in feedsfriendica2014-09-011-1/+1
* logic invertedfriendica2014-09-011-1/+1
* honour the feed_contacts settingfriendica2014-09-011-0/+5
* get out the sunniesfriendica2014-08-311-2/+3
* service class check for feeds. Note limit is account based, not channel based.friendica2014-08-311-21/+33
* rss feed discoveryfriendica2014-08-311-5/+16
* Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE FRU...friendica2014-08-241-3/+14
* prevent follows of and notifications to deceased channelsfriendica2014-04-071-0/+6
* project "snakebite"friendica2014-02-171-61/+70
* follow and accept_follow hooksfriendica2013-11-211-0/+4
* Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ...friendica2013-11-201-1/+1
* add zid to connect_urlfriendica2013-08-221-1/+1
* premium/restricted channel connections implemented, configure at yoursite/cha...friendica2013-08-211-1/+6
* some sane permission defaults.friendica2013-08-181-2/+3
* some auto-friending cleanupsfriendica2013-05-191-1/+3
* add new connections to default group (if any)friendica2013-03-271-50/+11
* start formatting for Doxygenfriendica2013-02-251-1/+1
* start on channel_remove(), add some generic channel queries to the API layersfriendica2013-02-161-1/+1
* convert mod/follow to associative json and add more logging for when things g...friendica2013-01-291-11/+23
* cleanup bootfriendica2012-12-311-1/+1
* couple of fixes to follow, prepare for default connection permissionsfriendica2012-12-311-1/+9
* include/follow cleanupfriendica2012-12-251-7/+5
* prevent connecting to yourself or connecting to the same channel multiple timesfriendica2012-12-251-15/+40
* third param to zot_finger no longer neededfriendica2012-12-051-1/+1
* add pending check on group queriesfriendica2012-11-291-1/+1
* "follow" now creates an address book entry, which means we can start tying th...friendica2012-11-061-2/+14
* secure permission discoveryfriendica2012-11-021-1/+14
* verify all the signatures before adding contactfriendica2012-11-021-0/+3