aboutsummaryrefslogtreecommitdiffstats
path: root/mod/xrd.php
Commit message (Collapse)AuthorAgeFilesLines
* serve as application/xrd+xmlredmatrix2015-09-151-1/+1
|
* I'm not going to tell you what's wrong because I'll be accused of bashing ↵redmatrix2015-09-151-0/+1
| | | | another project. I'll let you read the logs and figure it out for yourself. Follow the trail of evidence and you'll discover the truth.
* make diaspora person guids for hubzilla folks globally unique. That's what a ↵redmatrix2015-08-251-1/+1
| | | | globally unique ID is. This forever kills the prospect of making nomadic identity work flawlessly on Diaspora. But since all your identities have the same guid, this allows your different identities to communicate with Diaspora; which would otherwise fail to connect to your other instances because of the guid collision.
* store diaspora meta info in the item table. It has to go there or it will ↵friendica2014-09-031-12/+5
| | | | kill us with complex joins. We can phase out the sign table once this all checks out.
* make the old personal xrd interface (old webfinger) work againfriendica2014-08-211-4/+17
|
* snakebite: bring back some of the legacy XML discovery interfaces, update as ↵friendica2014-04-021-17/+16
| | | | required.
* implement Smarty3Zach Prezkuta2013-01-061-1/+1
|
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* a few minor changesfriendica2012-08-261-1/+1
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-10/+1
| | | | some shit.
* get rid of special "short salmon key" for statusnetfriendica2012-07-111-1/+1
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-0/+0
| | | | | | Conflicts: include/config.php update.php
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* poco discoveryFriendika2011-10-271-0/+1
|
* zot/salmon new key format for batch keysFriendika2011-09-271-1/+3
|
* basic zot discovery frameworkFriendika2011-09-191-0/+1
|
* crypto stuffFriendika2011-08-091-9/+5
|
* use separate hcard from profile urlFriendika2011-08-071-0/+1
|
* salmon protocol changes magicsig draft-experimental, fixes to hostxrdFriendika2011-08-041-1/+1
|
* convert our native pkcs#8 to pkcs#1 for diaspora-public-key xrd fieldFriendika2011-07-301-1/+2
|
* basic diaspora discoveryFriendika2011-07-181-0/+15
|
* allow cross-site xrd/lrdd/webfingerFriendika2011-06-251-1/+1
|
* don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-1/+1
| | | | - to avoid getting wrong file when package is updated by copying over an older version.
* add plugin hooks to personal XRDFriendika2011-01-011-0/+4
|
* two-way subscriptions working with federated social accountsMike Macgirvin2010-10-251-4/+9
|
* celebrity/group/community pages about 75% implementedMike Macgirvin2010-10-171-1/+1
|
* more comprehensive XRD linkagesMike Macgirvin2010-10-121-6/+8
|
* inline salmon magic keysMike Macgirvin2010-10-121-2/+8
|
* salmon-magic-public-freaking-nasty-keysMike Macgirvin2010-10-061-1/+2
|
* infrastructure for salmonMike Macgirvin2010-10-061-1/+2
|
* localisation path for all view templatesMike Macgirvin2010-09-221-1/+1
|
* acct uri may have double slashes after scheme, may be url encodedMike Macgirvin2010-08-301-1/+4
|
* added webfinger supportMike Macgirvin2010-07-231-0/+27