Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the default permissions for new connections when using a custom role is ↵ | friendica | 2014-10-28 | 1 | -1/+5 |
| | | | | inadequate. Until we can make it configurable start off with something like a public social role. We're typically taking the person straight to the connection editor so they can change it before any privacy damage is done | ||||
* | several unrelated things - auto_follow wasn't working for new accounts, ↵ | friendica | 2014-10-27 | 1 | -0/+2 |
| | | | | error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant. | ||||
* | ability to pre-populate connections for new channels. e.g. "MySpace Tom" | friendica | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | fix url mismatches of a single trailing slash for feed author/owner ↵ | friendica | 2014-09-23 | 1 | -0/+3 |
| | | | | comparisons; update diaspora_compat | ||||
* | feeds with '@' in the URL were being handled as webfinger addresses and ↵ | friendica | 2014-09-21 | 1 | -1/+1 |
| | | | | didn't fall through to RSS discovery. Issue #599 | ||||
* | implement permission roles - the backend should be done except for maybe a ↵ | friendica | 2014-09-17 | 1 | -0/+13 |
| | | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone. | ||||
* | allow feeds to be sourced | friendica | 2014-09-04 | 1 | -1/+1 |
| | |||||
* | allow stuff with Diaspora authors to federate in zot conversations even if ↵ | friendica | 2014-09-04 | 1 | -0/+6 |
| | | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves. | ||||
* | fix phantom attachments in feeds | friendica | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | logic inverted | friendica | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| |