aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
Commit message (Collapse)AuthorAgeFilesLines
* return a login form on some protoected pages if not logged in.friendica2013-11-021-3/+3
|
* Don't set widgets if you're not a local user.Thomas Willingham2013-11-021-0/+3
|
* remove the disabled flag on individual permissions and improve the text to ↵friendica2013-10-131-1/+2
| | | | | | show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare. So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
* Issue #158friendica2013-09-291-0/+7
|
* Preparatory work for photo conversations (third time). Also take away unused ↵friendica2013-08-271-0/+9
| | | | "post new activity" preferences until they actually do something.
* not able to drop pending connectionsfriendica2013-08-151-1/+2
|
* string parse error extracting one particular stringfriendica2013-08-091-1/+1
|
* don't show connections with removed xchans - as there isn't much to seefriendica2013-08-041-19/+17
|
* minor - change nav_set_selected() to only highlight intros if on that ↵friendica2013-08-011-1/+1
| | | | particular connections page and not for any connections page.
* make "selected" class work on all navigation menu itemsmarijus2013-08-011-1/+1
|
* the rest of the heavy lifting on clone sync - now we're down to some log ↵friendica2013-07-251-0/+1
| | | | messages and a whole lot of testing
* more work on clone syncfriendica2013-07-251-1/+1
|
* use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+5
| | | | dependent but seems to work on FF
* progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-031-7/+8
| | | | going to be able to do it the new way - way too complicated.
* more work on channel syncfriendica2013-06-261-1/+1
|
* more nomadic clone syncfriendica2013-06-261-6/+31
|
* set default contact affinity back to 99 - we'll solve the other problem ↵friendica2013-05-241-1/+1
| | | | another way, this one is flawed
* make 90 the default closeness when humans are involved in the processfriendica2013-05-231-1/+1
|
* more permissions descriptive text to lessen confusionfriendica2013-05-211-2/+4
|
* issue with auto permissionsfriendica2013-05-191-1/+9
|
* doc update plus fix the "only to those in my address book" permissionfriendica2013-05-181-1/+1
|
* contact_template is called from multiple places with different paramsfriendica2013-02-201-1/+1
|
* add soapbox settingsfriendica2013-02-101-0/+1
|
* this should fix the auto-friend stufffriendica2013-02-071-1/+0
|
* fix con"n"nectionsOliver2013-02-021-6/+6
|
* var spellingfriendica2013-01-271-1/+1
|
* simplify friendship approval - merge with connection editingfriendica2013-01-271-7/+53
|
* make contact_remove sort of work so I can actually get rid of Oliver's and ↵friendica2013-01-251-1/+1
| | | | Michael J's dead contacts and not poll them every ten minutes forever
* auto permissions (such as for forums or whatever) - untested but might just workfriendica2013-01-231-113/+120
|
* plug potential hole in magic auth, add link to chanview to view in dedicated ↵friendica2013-01-231-1/+1
| | | | window
* fixed contactgroup editorfriendica2013-01-221-1/+1
|
* add refresh to connection edit menu, and notify of communication issuesfriendica2013-01-031-1/+9
|
* stray paren in sqlfriendica2013-01-031-1/+1
|
* ensure the function can be foundfriendica2013-01-031-0/+1
|
* add "refresh their permissions" functionfriendica2013-01-031-0/+5
|
* connections edit: show existing permissions as checked (or unchecked) even ↵friendica2012-12-311-1/+4
| | | | if disabled
* requeue failed deliveriesfriendica2012-12-301-1/+2
|
* make permission quick links workfriendica2012-12-081-2/+5
|
* a bit of e_all cleanupfriendica2012-12-081-14/+8
|
* profile viewer in iframe module, todo - magic authfriendica2012-12-031-73/+1
|
* add pending check on group queriesfriendica2012-11-291-5/+8
|
* Now if you follow somebody it will create an abook entry on the other site ↵friendica2012-11-291-5/+14
| | | | with blocked,ignored, and pending set. No "friend notifications" yet.
* backport features categories and add some new ones like the affinity sliderfriendica2012-11-281-10/+13
|
* cleanupfriendica2012-11-141-1/+1
|
* usability improvementsfriendica2012-11-131-8/+4
|
* when connnection permissions change, notify the other side so they can ↵friendica2012-11-101-3/+5
| | | | refresh their info
* some cleanup of mod-connections to bring it in line with the new architecturefriendica2012-11-101-71/+22
|
* permissions and contact permissions are now stickyfriendica2012-11-081-29/+39
|
* turn multiple profiles into a feature, implement connection flags ↵friendica2012-11-071-4/+51
| | | | (block,hide,archive,etc.)
* "follow" now creates an address book entry, which means we can start tying ↵friendica2012-11-061-22/+40
| | | | 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.