]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2010-02-22 Evan ProdromouMerge branch 'master' into testing
2010-02-22 Evan Prodromouclear the site owner when profile changes
2010-02-22 James Walkerwiring in magicsig
2010-02-22 James Walkeradding magic sig stuff
2010-02-22 James WalkerMerge remote branch 'statusnet/testing' into testing
2010-02-22 Evan Prodromouhandle poco nicknames in Ostatus_profile
2010-02-22 Evan Prodromouadd PoCo preferredUsername for nickname in Profile...
2010-02-22 Evan Prodromouadd strongly-suggested link to Profile::asActivityNoun()
2010-02-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Evan Prodromoufix broken link in OpenID documentation
2010-02-22 Zach CopleyMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Zach CopleyUpgrade profile-based activity noun to have more comple...
2010-02-22 James WalkerMerge remote branch 'statusnet/testing' into testing
2010-02-22 James Walkeradding extlib for Crypt_RSA
2010-02-22 Brion VibberOStatus: fix remote subscription when putting webfinger...
2010-02-22 Evan Prodromoudon't calculate replies for remote notices
2010-02-22 Evan Prodromousome info code for usersalmon.php
2010-02-22 Evan Prodromoudon't save Notices that already exist in Salmon
2010-02-22 Evan Prodromouchange erroneous common_sql_time() to common_sql_date()
2010-02-22 Evan Prodromouwas using HTMLPurifier::purify() as a static method...
2010-02-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Evan Prodromouadd HTMLPurifier config
2010-02-22 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-22 Brion VibberOStatus: record source profile & saving method in ostat...
2010-02-22 Evan Prodromouhook in OStatusPlugin to return Ostatus_profile URIs...
2010-02-22 Evan Prodromouslight rearrangement of getting profile URIs
2010-02-22 Evan ProdromouAdd error info for missing URI in attention
2010-02-22 Evan Prodromoureversed in_array() arguments in UsersalmonAction
2010-02-22 Evan ProdromouWasn't putting in namespaces for reply salmons
2010-02-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Evan ProdromouNotice::getReplies() returns array of profile IDs
2010-02-22 Brion VibberMerge branch 'testing' of gitorious.org:statusnet/mainl...
2010-02-22 Brion VibberOStatus: drop the remnants of feedsubsettings, replaced...
2010-02-22 Evan ProdromouMerge branch 'testing' of git@gitorious.org:statusnet...
2010-02-22 Evan Prodromouwork harder to preserve info when creating new Ostatus_...
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...
next