Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some minor cleanup of unreported (and as yet undiscovered) issues with ↵ | friendica | 2014-11-05 | 1 | -2/+3 |
| | | | | permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems. | ||||
* | ok heads up - potentially destabilising change. I've tried to sort out all ↵ | friendica | 2014-11-04 | 1 | -8/+2 |
| | | | | | | | | | | the default connection permissions for those who don't have a predefined (or therefore have a "custom") permissions role. Unfortunately this includes most people that were using this software more than a month ago. The real changes are that the SELF address book entry no longer holds "auto-permissions" but instead holds your "default permissions" (if you have a pre-defined role, the defaults will be pulled from the role table). The auto permissions have moved to a pconfig (uid.system.autoperms). A DB update will move these settings into their new homes. What used to be the "Auto-permissions settings" page is now the "default permissions settings" page and a checkbox therein decides whether or not to apply the permissions automatically. A link to this page will only be shown when you have the "custom" role selected. With luck nobody will notice anything wrong. But at least for the next few days, please review permissions that have been assigned to new connections (either automatically or manually) and make sure they make sense (e.g. they aren't "nothing"). You still need to take action when seeing a message "permissions have changed but not yet submitted" as we always let you review and perhaps adjust the settings _before_ a connection is established (unless you have autoperms turned on). | ||||
* | 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 |
| |