aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* add rel=mentioned links for tagged personsMike Macgirvin2010-10-311-1/+1
|
* notify folks who have been tagged in a postMike Macgirvin2010-10-312-11/+17
|
* more lintMike Macgirvin2010-10-311-1/+1
|
* more lintMike Macgirvin2010-10-3111-104/+51
|
* -Wall cleanupMike Macgirvin2010-10-303-4/+3
|
* -Wall cleanupMike Macgirvin2010-10-301-3/+3
|
* another typoMike Macgirvin2010-10-301-1/+1
|
* messages need subjects to link toMike Macgirvin2010-10-291-0/+3
|
* security issueMike Macgirvin2010-10-291-2/+1
|
* provide the means to tag link a person by full_nameMike Macgirvin2010-10-291-7/+17
|
* catch a couple of edge cases with the tag linkifierMike Macgirvin2010-10-281-1/+1
|
* linkify @person and @person@domain.com tagsMike Macgirvin2010-10-281-1/+44
|
* typoMike Macgirvin2010-10-281-2/+0
|
* preserve utf-8 on notification emailsMike Macgirvin2010-10-281-2/+16
|
* accepted but ignored - should probably be a 202 http codeMike Macgirvin2010-10-271-2/+2
|
* rework the logging interfaceMike Macgirvin2010-10-262-53/+23
|
* a few more fsw tweaksMike Macgirvin2010-10-262-3/+11
|
* de-duplicate photo importation logicMike Macgirvin2010-10-262-111/+20
|
* two-way subscriptions working with federated social accountsMike Macgirvin2010-10-254-6/+225
|
* no sparkle on federated networkMike Macgirvin2010-10-241-1/+1
|
* workflow for federated/non-dfrn followersMike Macgirvin2010-10-246-177/+251
|
* add nicknames to contact records (going forward and retroactive)Mike Macgirvin2010-10-233-7/+10
|
* clean up the salmon consumer bitsMike Macgirvin2010-10-211-11/+25
|
* put lrdd link into html headers for completenessMike Macgirvin2010-10-211-4/+6
|
* magic-envelope verification, status.net appears to do it wrong.Mike Macgirvin2010-10-211-7/+163
| | | | | | Ultimately we need to do it right (or why bother having a spec?), and fallback to doing it wrong if we're talking to a broken system - which ironically seems to include most of the federated social web projects.
* use browser geolocation when desiredMike Macgirvin2010-10-195-18/+59
|
* duplex wasn't getting set correctly on group pagesMike Macgirvin2010-10-191-1/+1
|
* lrdd link on profile page (for salmon m/e), remove dfrn-template, qualify ↵Mike Macgirvin2010-10-193-4/+6
| | | | some contact lookups, some cleanup of app/boot
* sorting out the last(?) quirks in group pages.Mike Macgirvin2010-10-183-12/+19
|
* eradicate redundant get_uid functionMike Macgirvin2010-10-1815-77/+77
|
* group/community/celebrity pagesMike Macgirvin2010-10-189-33/+62
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-176-27/+87
|
* allow login by username and multiple unique email addresses on system - this ↵Mike Macgirvin2010-10-162-20/+7
| | | | will provide support for group/celebrity pages (coming soon).
* don't allow ignored contacts to post through the hub, change default pollMike Macgirvin2010-10-151-1/+1
| | | | for hub subscribers to once a day now that we can utilise multiple hubs.
* add recipient url to pubsub instrumentationMike Macgirvin2010-10-151-1/+1
|
* allow for multiple pubsub hubs so everything can still work when/if one goes ↵Mike Macgirvin2010-10-151-2/+6
| | | | | | | | flaky (Google's hub has been particularly unreliable recently and the symptoms are that you just stop receiving updates, and/or updates you send are silently dropped and never delivered). Also add more instrumentation to help debug pubsub issues.
* can no longer avoid recording the curl response codeMike Macgirvin2010-10-131-5/+4
|
* set correct content-type on feeds, status.net is fussy and ignores the one ↵Mike Macgirvin2010-10-131-0/+2
| | | | declared in the xrd
* mostly cosmeticMike Macgirvin2010-10-131-3/+3
|
* cleanup to ensure protocol version is passed properly. We will need it ↵Mike Macgirvin2010-10-124-14/+33
| | | | if/when any incompatible protocol changes are introduced.
* Provide the ability to subscribe to our user from other federated sites.Mike Macgirvin2010-10-121-107/+139
| | | | | This is a read-only relationship until the rest of the salmon magic-envelope stuff lands
* modularise webfinger and make it service agnosticMike Macgirvin2010-10-121-1/+1
|
* more comprehensive XRD linkagesMike Macgirvin2010-10-121-6/+8
|
* inline salmon magic keysMike Macgirvin2010-10-122-5/+12
|
* added 's' keys - salmon keys, small keys, stupid keys, whatever...Mike Macgirvin2010-10-112-4/+20
|
* 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.