aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
Commit message (Collapse)AuthorAgeFilesLines
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-2/+2
| | | | top level activities and store them.
* more DB cleanupfriendica2012-08-301-20/+20
|
* start on contacts/profilesfriendica2012-08-301-4/+4
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-4/+4
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-2/+0
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-16/+0
| | | | some shit.
* service class basicsfriendica2012-06-241-1/+1
|
* private group tests, cont.friendica2012-05-291-1/+8
|
* bug #434 - default group placement not working after accepting dfrn friend ↵friendica2012-05-251-1/+1
| | | | request
* rev updatefriendica2012-05-201-11/+4
|
* catch more places to apply default groupfriendica2012-05-181-0/+10
|
* make 'aaa joined group bbb' work from the initiating end, new privacy pref ↵friendica2012-04-301-29/+74
| | | | | | to control it also hidewall wasn't properly checked before sending 'xxx is friends with yyy' messages
* fix join group notificationsfriendica2012-04-301-4/+5
|
* provide "xxx joined yyy" notificationsfriendica2012-04-301-11/+34
|
* change default profile photo to something more interesting than a reddish ↵friendica2012-03-201-1/+1
| | | | brown square
* track whether contact is a community page or notfriendica2012-03-151-0/+6
|
* cleaned up mess created when both people request friendship and one approves ↵friendica2012-02-281-1/+11
| | | | as duplex
* use info() for successfull dfrn confirmation instead of notice()Fabio Comuni2012-02-201-1/+1
|
* add toggle to choose sending "friends with" activity even if contact is not ↵friendica2012-02-061-46/+49
| | | | hidden
* allow plugin to abort message posting, fix half-duplex D* relationshipfriendica2012-01-301-0/+3
|
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* contact photo missing from friend activitiesfriendica2012-01-081-1/+1
|
* hide contacts on approvalfriendica2011-12-291-3/+10
|
* bug #198 - create activitystream 'friends with' message for Diaspora ↵Friendika2011-11-121-0/+1
| | | | confirmations
* part of bug #143Friendika2011-09-071-1/+6
|
* set writable (e.g. writeable) flag for Diaspora contactsFriendika2011-08-181-3/+12
|
* filename typoFriendika2011-08-151-2/+2
|
* set proper relation for diaspora in mod_followFriendika2011-08-151-1/+2
|
* diaspora friend approvalsFriendika2011-08-151-6/+19
|
* set network correctly - dfrn_confirmFriendika2011-08-141-1/+3
|
* add diaspora support to dfrn_confirm (friendship confirmation)Friendika2011-08-141-10/+14
|
* introduction fails if confirmation differs by http vs httpsFriendika2011-08-121-5/+15
|
* cleanupFriendika2011-08-071-10/+10
|
* some more zot changes migrating back to f9a mainlineFriendika2011-08-011-1/+1
|
* bug #95Friendika2011-06-231-1/+1
|
* bug #85Friendika2011-05-231-1/+3
|
* deprecate load_view_fileFriendika2011-05-111-2/+2
|
* keep space before t() for legacy string pullerFriendika2011-04-201-1/+1
|
* pull request #91 fabrixxm (manual merge)Friendika2011-04-201-3/+5
|
* set utf-8 on all emailsFriendika2011-04-141-1/+5
|
* [privacy] use owner's default permission settings on "is now friends ↵Friendika2011-04-101-0/+5
| | | | with..." msg
* better handling of troublesome feeds.Friendika2011-04-041-1/+1
|
* Fix spaces around t() and tt()fabrixxm2011-03-131-1/+1
|
* update source stringsfabrixxm2011-03-111-2/+2
|
* move php path setting inside proc_runFriendika2011-02-231-5/+2
|
* Added proc_run() and modified all occurrence of proc_close(proc_open()) to ↵fabrixxm2011-01-241-2/+2
| | | | use proc_run()
* revised openid patch, added fix for Windows servers, make "is now friends ↵Friendika2010-12-231-0/+1
| | | | with" commentable, fix settings form hook to be inside form
* send new friend activity when appropriateFriendika2010-12-221-0/+56
|
* Raise network timeout during friend acceptance, becauseFriendika2010-12-091-1/+9
| | | | encryption/decryption might slow things down.
* more instrumentation on dfrn_confirm to help track down why it quietly gives ↵Friendika2010-12-081-62/+116
| | | | up on occasion with no helpful log messages.