index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
OStatus
Age
Commit message (
Expand
)
Author
2010-02-18
add ActivityContext class and test it
Evan Prodromou
2010-02-18
OStatus refactoring to clean up profile vs feed and fix up subscription issues.
Brion Vibber
2010-02-18
OStatus sub/unsub updates:
Brion Vibber
2010-02-18
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou
2010-02-18
more work on salmon
Evan Prodromou
2010-02-17
OStatus: override source link with the source domain and link to original mes...
Brion Vibber
2010-02-17
OStatus: moving parts of profile processing to Activity from feedmunger. Paus...
Brion Vibber
2010-02-16
OStatus: migrated notice parsing to use Activity helper classes; on the way t...
Brion Vibber
2010-02-16
OStatus: check only direct children in ActivityUtil::child; fixes pulling act...
Brion Vibber
2010-02-16
OStatus: fix up some recent regressions in subscription setup; fix state chec...
Brion Vibber
2010-02-16
OStatus: fix for low-level remote subscribe
Brion Vibber
2010-02-16
restructure Activity classes to push more DOM stuff to ActivityUtils
Evan Prodromou
2010-02-16
add a couple of FIXME comments
Evan Prodromou
2010-02-16
change find() to staticGet() to use cache
Evan Prodromou
2010-02-14
test parsing a default atom feed for activities
Evan Prodromou
2010-02-14
update activity and salmon for previous commit
Evan Prodromou
2010-02-14
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou
2010-02-14
More complete activity parsing
Evan Prodromou
2010-02-13
Dialogbox for OStatus remote subscription
Sarven Capadisli
2010-02-13
Added dialogbox styles for OStatus subscribe form
Sarven Capadisli
2010-02-13
Added XHR channel for OStatus Subscribe button
Sarven Capadisli
2010-02-13
Updated feed subscription form markup
Sarven Capadisli
2010-02-13
Updated OStatus form markup
Sarven Capadisli
2010-02-13
Using the new remote subscription event and updated subscribe label
Sarven Capadisli
2010-02-12
Add OStatus PuSH hub and Salmon links back into user and group feeds
Zach Copley
2010-02-12
OStatus: prep work for sending notifications on sub/unsub/join/leave/favorite...
Brion Vibber
2010-02-12
flesh out salmon endpoint
Evan Prodromou
2010-02-12
stub for activities
Evan Prodromou
2010-02-12
OStatus sub setup code cleanup and partial group fixes (needs more work after...
Brion Vibber
2010-02-12
OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ostat...
Brion Vibber
2010-02-11
OStatus: correct parsing of georss:point for max interop (commas allowed, whi...
Brion Vibber
2010-02-11
OStatus: save Salmon postback URI in feed subscription info, if provided. Wil...
Brion Vibber
2010-02-11
OStatus: fix salmon link on Atom feeds; add a url spec for group feeds as wel...
Brion Vibber
2010-02-11
OStatus fix: include feed profile at notice text processing time, fixes replies
Brion Vibber
2010-02-11
OStatus: garbage collect unused PuSH subscriptions when the last local subscr...
Brion Vibber
2010-02-10
OStatus PuSH fixes:
Brion Vibber
2010-02-10
OStatus update: now using standard save/delivery for incoming ostatus message...
Brion Vibber
2010-02-10
fix hubdistrib
Brion Vibber
2010-02-10
fix up hub queueing to work w/ stomp queues
Brion Vibber
2010-02-10
Filename case fix
Brion Vibber
2010-02-09
removing the webfinger hack for Notice::asAtomEntry since salmon can use a pr...
James Walker
2010-02-09
moving salmon endpoint under 'main/'
James Walker
2010-02-09
OStatus partial support for group subscriptions:
Brion Vibber
2010-02-09
in progress Salmon responses
James Walker
2010-02-09
discovery piece - hand merged :P
James Walker
2010-02-08
Pull GeoRSS locations over OStatus feeds
Brion Vibber
2010-02-08
OStatus cleanup...
Brion Vibber
2010-02-08
First steps on converting FeedSub into the pub/sub basis for OStatus communic...
Brion Vibber