]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2010-02-22 Brion VibberMerge branch 'master' of gitorious.org:statusnet/mainli...
2010-02-22 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-22 Brion VibberOStatus PuSH fixes:
2010-02-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Evan Prodromouuse some constants and do some extra output in webfinge...
2010-02-22 Evan ProdromouDo mention lookup for Webfinger accounts in OStatusPlugin
2010-02-22 Evan ProdromouAdd OStatus_profile::ensureWebfinger()
2010-02-22 Evan Prodromoumake some of the Webfinger magic strings constants
2010-02-21 Brion VibberPerformance fix for FriendFeed sup interface: MySQL...
2010-02-21 Zach CopleyMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-21 Zach CopleyAdd PoCo namespace to notice feeds
2010-02-21 Brion VibberOStatus PuSH fixlets:
2010-02-21 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-21 Evan Prodromoufixup activity serialization so salmon notifications...
2010-02-21 Brion VibberOStatus feedsub fixlets:
2010-02-21 Evan Prodromouinclude namespaces in posted activities in notifyActivity()
2010-02-21 Evan ProdromouCombine code that finds mentions into one place and...
2010-02-21 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-21 Evan Prodromouuse Ostatus_profile::ensureActivityObjectProfile()...
2010-02-21 Evan Prodromouslightly more robust remote profile creation
2010-02-21 Brion VibberFix for doc action on systems that return false for...
2010-02-21 Brion VibberOStatus: debug aid - log the received Salmon post when...
2010-02-21 Evan Prodromoucorrect actor for OStatusPlugin::onEndUnsubscribe()
2010-02-21 Evan Prodromoucorrect call to time() in Ostatus_profile::notify()
2010-02-21 Evan Prodromoucorrect name check in ActivityObject::fromProfile()
2010-02-21 Evan Prodromouadd activity:subject to atom feeds
2010-02-21 Evan Prodromouadd feed-level author for user atom feeds
2010-02-21 Evan Prodromoutry different ways to get a profile from a feed
2010-02-21 Evan Prodromoumake avatar attribute explicit for ActivityObject
2010-02-21 Evan Prodromouremove unused profile code from salmonaction
2010-02-21 Evan Prodromouredirect ostatussub if not logged in
2010-02-21 Evan Prodromouuse notifyActivity() for notifications in OStatusPlugin
2010-02-21 Evan Prodromouactivity notification in Ostatus_profile
2010-02-21 Evan Prodromoulet activities generate their own XML
2010-02-21 Evan Prodromoupermalink on a note represented by rel=alternate
2010-02-21 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-21 Evan Prodromoumore tests for Activity parsing
2010-02-21 Evan ProdromouSave posted notices in usersalmon
2010-02-21 Evan ProdromouNotice::saveNew() accepts url and rendered options
2010-02-21 Evan Prodromousaving notices in salmon actions
2010-02-21 Evan Prodromoumore complete content retrieval in ActivityObject:...
2010-02-21 Brion VibberOStatus: fix regressions from merge
2010-02-21 Evan ProdromouSubscription::start() should be enough, right?
2010-02-21 Evan Prodromoudo some double-checks on favor and disfavor handlers...
2010-02-21 Evan Prodromoumake sure argument to Fave::addNew() is a profile
2010-02-21 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-21 Evan ProdromouAdd support for favor and disfavor notification
2010-02-21 Brion VibberOStatus: Salmon favorite & unfavorite events now handled
2010-02-20 Brion VibberOStatus: send favorite/unfavorite notifications to...
2010-02-20 Brion VibberOStatus subscription page fixups; works but needs lots...
2010-02-20 Evan ProdromouChange to use TagURI::base() instead of common_config()
2010-02-20 Brion VibberOStatus: fix regressions in plugin & usersalmon action...
2010-02-20 Evan ProdromouAdd a library to mint tag URIs
2010-02-20 Brion Vibberdrop no-longer-used XML_Feed_Parser extlib package...
2010-02-20 Evan ProdromouAdd events for favor and disfavor
2010-02-20 Evan Prodromouadd hooks for OStatus notification on subscribe/unsubscribe
2010-02-20 Evan Prodromouadjust URI, URL, and location in Ostatus_profile::proce...
2010-02-20 Evan ProdromouAdd HTMLPurifier to extlib
2010-02-20 Evan ProdromouCool bug! Technically good PHP syntax
2010-02-20 Evan ProdromouMove some salmon processing to a superclass
2010-02-20 Brion VibberOStatus: Salmon notifications now being generated moder...
2010-02-20 Brion VibberOStatus: sub/unsub notifications working again. Fixed...
2010-02-19 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-19 Evan Prodromousome more salmon stuff
2010-02-19 Brion VibberOStatus: hooked up follow/unfollow events on Salmon...
2010-02-19 Brion VibberOStatus: fix up Salmon endpoint detection/saving, times...
2010-02-19 Evan Prodromouremove unused subs_(un)subscribe_user functions
2010-02-19 Evan Prodromoureplace calls to subs_(un)subscribe_user with Subscript...
2010-02-19 Sarven CapadisliMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-19 Evan ProdromouRefactor subs_* functions for remote use
2010-02-19 Sarven CapadisliUsing inlineScript instead for clickjacking check
2010-02-19 Sarven CapadisliOnly load json2.js if native JSON is not supported
2010-02-19 Evan Prodromouadd ActivityContext class and test it
2010-02-19 Evan Prodromouadd type='text/html' to alternate link in Notice Atom
2010-02-19 Brion VibberOStatus refactoring to clean up profile vs feed and...
2010-02-18 Brion VibberMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-18 Brion VibberOStatus sub/unsub updates:
2010-02-18 Sarven CapadisliMinor adjustment to edit icon position
2010-02-18 Sarven CapadisliFixes long strings from not breaking
2010-02-18 Evan Prodromoualways distribute to inbox of author immediately
2010-02-18 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-18 Evan Prodromoumore work on salmon
2010-02-18 Zach CopleyMerge branch 'master' of git@gitorious.org:statusnet...
2010-02-18 Zach CopleyFix for cross site OMB posting problem
2010-02-18 Brion VibberMerge branch 'master' into testing
2010-02-18 Brion VibberQueues: redid the breakout control model so we can...
2010-02-17 Zach CopleyTwitter bridge - fix for Ticket #2192
2010-02-17 Zach CopleyBetter logging for Twitter bridge account linking process
2010-02-17 Zach CopleyUpgrade Twitter bridge to use OAuth 1.0a. It's more...
2010-02-17 Zach CopleyTwitter bridge - fix for Ticket #2192
2010-02-17 Zach CopleyBetter logging for Twitter bridge account linking process
2010-02-17 Brion VibberMerge branch 'master' into testing
2010-02-17 Brion VibberFix exception on bad plugin load
2010-02-17 Craig Andrewsparse_url returns an associative array - not an object
2010-02-17 Brion VibberPostDebug plugin - saves POST data to debug log or...
2010-02-17 Zach Copley- Set the root of a new local conversation to a new...
2010-02-17 Zach Copley- conversation.uri needs to be nullable
2010-02-17 Zach CopleyNew Conversation DO to handle remote notices as convers...
2010-02-17 Zach CopleyMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-17 Zach CopleyMore sensical profile::getUri()
next