Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | honour the feed_contacts setting | friendica | 2014-09-01 | 1 | -0/+5 | |
| | ||||||
* | get out the sunnies | friendica | 2014-08-31 | 1 | -2/+3 | |
| | ||||||
* | service class check for feeds. Note limit is account based, not channel based. | friendica | 2014-08-31 | 1 | -21/+33 | |
| | ||||||
* | rss feed discovery | friendica | 2014-08-31 | 1 | -5/+16 | |
| | ||||||
* | Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE ↵ | friendica | 2014-08-24 | 1 | -3/+14 | |
| | | | | FRUCK ALONE until the feature is stable. I won't help you if you try this and end up with a borked site. You are completely on your own. | |||||
* | prevent follows of and notifications to deceased channels | friendica | 2014-04-07 | 1 | -0/+6 | |
| | ||||||
* | project "snakebite" | friendica | 2014-02-17 | 1 | -61/+70 | |
| | ||||||
* | follow and accept_follow hooks | friendica | 2013-11-21 | 1 | -0/+4 | |
| | ||||||
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ↵ | friendica | 2013-11-20 | 1 | -1/+1 | |
| | | | | we can more easily retire 'aes256cbc' once it is no longer viable. | |||||
* | add zid to connect_url | friendica | 2013-08-22 | 1 | -1/+1 | |
| | ||||||
* | premium/restricted channel connections implemented, configure at ↵ | friendica | 2013-08-21 | 1 | -1/+6 | |
| | | | | yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. | |||||
* | some sane permission defaults. | friendica | 2013-08-18 | 1 | -2/+3 | |
| | ||||||
* | some auto-friending cleanups | friendica | 2013-05-19 | 1 | -1/+3 | |
| | ||||||
* | add new connections to default group (if any) | friendica | 2013-03-27 | 1 | -50/+11 | |
| | ||||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | start on channel_remove(), add some generic channel queries to the API layers | friendica | 2013-02-16 | 1 | -1/+1 | |
| | ||||||
* | convert mod/follow to associative json and add more logging for when things ↵ | friendica | 2013-01-29 | 1 | -11/+23 | |
| | | | | go wrong | |||||
* | cleanup boot | friendica | 2012-12-31 | 1 | -1/+1 | |
| | ||||||
* | couple of fixes to follow, prepare for default connection permissions | friendica | 2012-12-31 | 1 | -1/+9 | |
| | ||||||
* | include/follow cleanup | friendica | 2012-12-25 | 1 | -7/+5 | |
| | ||||||
* | prevent connecting to yourself or connecting to the same channel multiple times | friendica | 2012-12-25 | 1 | -15/+40 | |
| | ||||||
* | third param to zot_finger no longer needed | friendica | 2012-12-05 | 1 | -1/+1 | |
| | ||||||
* | add pending check on group queries | friendica | 2012-11-29 | 1 | -1/+1 | |
| | ||||||
* | "follow" now creates an address book entry, which means we can start tying ↵ | friendica | 2012-11-06 | 1 | -2/+14 | |
| | | | | that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow. | |||||
* | secure permission discovery | friendica | 2012-11-02 | 1 | -1/+14 | |
| | ||||||
* | verify all the signatures before adding contact | friendica | 2012-11-02 | 1 | -0/+3 | |
| | ||||||
* | fixed the hash, now onward & upward | friendica | 2012-11-02 | 1 | -4/+2 | |
| | ||||||
* | grrr... hashes aren't matching. | friendica | 2012-11-01 | 1 | -65/+13 | |
| | ||||||
* | more progress on follow - should be able to import the xchan and photos. | friendica | 2012-11-01 | 1 | -25/+49 | |
| | ||||||
* | typos | friendica | 2012-11-01 | 1 | -3/+6 | |
| | ||||||
* | merging zot_finger schema additions | friendica | 2012-11-01 | 1 | -93/+45 | |
| | ||||||
* | typo | friendica | 2012-10-31 | 1 | -1/+1 | |
| | ||||||
* | network discovery on follow | friendica | 2012-10-31 | 1 | -6/+12 | |
| | ||||||
* | starting on pinging the basic elements of federation and communication | friendica | 2012-10-31 | 1 | -10/+7 | |
| | ||||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 | |
| | | | | to the profile details. | |||||
* | more DB cleanup | friendica | 2012-08-30 | 1 | -11/+8 | |
| | ||||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -55/+1 | |
| | | | | some shit. | |||||
* | implement "follow" service limits | friendica | 2012-06-24 | 1 | -0/+36 | |
| | ||||||
* | ostatus hub subscription issues | friendica | 2012-06-07 | 1 | -4/+9 | |
| | ||||||
* | doco | friendica | 2012-06-02 | 1 | -0/+12 | |
| | ||||||
* | turn "follow" into a function | friendica | 2012-06-02 | 1 | -0/+231 | |