aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* use sha1 keys for friends as wellFriendika2010-11-241-1/+1
|
* more dfrn_confirm loggingFriendika2010-11-181-2/+7
|
* add a bit more logging to friend acceptFriendika2010-11-181-0/+13
|
* enumerate required php modulesFriendika2010-11-161-2/+1
|
* if pre-existing relationship, don't set duplexFriendika2010-11-091-0/+6
|
* lintFriendika2010-11-071-1/+1
|
* issues with friendship againFriendika2010-11-061-4/+9
|
* add micro profile photoFriendika2010-11-041-2/+6
|
* de-duplicate photo importation logicMike Macgirvin2010-10-261-74/+13
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-241-164/+214
|
* duplex wasn't getting set correctly on group pagesMike Macgirvin2010-10-191-1/+1
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-181-1/+1
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-171-16/+44
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-121-1/+1
| | | | if/when any incompatible protocol changes are introduced.