aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* added 's' keys - salmon keys, small keys, stupid keys, whatever...Mike Macgirvin2010-10-111-2/+2
|
* if pubkey is encrypted, it will also be packaged for safe transportMike Macgirvin2010-10-111-5/+9
|
* protocol revision, send dfrn_confirm binary items as hexMike Macgirvin2010-10-111-5/+7
|
* A bit more telemetry of friend confirms and lots of extra docoMike Macgirvin2010-10-101-211/+270
| | | | to understand what is happening and why.
* further enhance the friend confirm reportingMike Macgirvin2010-10-101-4/+10
|
* make it much easier to debug friend acceptance issuesMike Macgirvin2010-10-101-98/+115
| | | | by reporting specific error conditions across the wire.
* friend acceptance sets up lots of important stuff, so weMike Macgirvin2010-10-051-8/+25
| | | | need to be absolutely bulletproof when (not if) things go wrong.
* a bit more robust about loading external picsMike Macgirvin2010-10-041-7/+7
| | | | also friend confirm was getting wrong email
* pubsubhubbub endpointMike Macgirvin2010-09-301-2/+1
|
* found yet another typo, so created a typo finderMike Macgirvin2010-09-281-1/+1
|
* localisation path for all view templatesMike Macgirvin2010-09-221-2/+2
|
* relationship direction was too confusing to work with. instead of ↵Mike Macgirvin2010-09-211-6/+6
| | | | "in,out,both" it's now declared by role e.g. "vip,fan,bud".
* improved "friendship accepted" emails enumerating what hasMike Macgirvin2010-09-191-2/+4
| | | | changed in the relationship and what you can do now.
* abstractify items, check photos for birthday paradoxMike Macgirvin2010-09-131-2/+3
|
* redirection to wrong profile in multi-user modeMike Macgirvin2010-09-091-1/+3
|
* mistpark 2.0 infrasturcture landsMike Macgirvin2010-09-081-30/+71
|
* better intro textMike Macgirvin2010-08-271-1/+1
|
* sql typoMike Macgirvin2010-08-171-2/+2
|
* prepare for federationMike Macgirvin2010-08-161-2/+7
|
* lots of fixes - most recent photo updates for contactsMike Macgirvin2010-08-081-2/+8
|