summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-16Minor optimization to only bind an hover event to the notice at hand.Sarven Capadisli
2010-02-16Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-16Fix to allow any notice item with an attachment to use the overlay viewSarven Capadisli
2010-02-16move some nickname-guessing code to lib/util.php from OpenIDEvan Prodromou
2010-02-16add a couple of FIXME commentsEvan Prodromou
2010-02-16change find() to staticGet() to use cacheEvan Prodromou
2010-02-16Upgrade Twitter bridge to use OAuth 1.0a. It's more secure, and allowsZach Copley
us to automatically send in a callback url instead of having to manually configure one for each StatusNet instance.
2010-02-15Use static class method for looking up Twitter userZach Copley
2010-02-15Twitter-bridge: lookup old foreign_user by primary key not urlZach Copley
2010-02-15Better log msgs. Removed debugging statement.Zach Copley
2010-02-15Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingZach Copley
2010-02-15Fix for regression introduced with my last update to theZach Copley
TwitterStatusFetcher: the Twitter bridge was not saving a foreign user record when making a foreign link.
2010-02-15Updated the base stylesheet for minor fixes (which relied on indenting)Sarven Capadisli
2010-02-15Added another single whitespaceSarven Capadisli
2010-02-15Added single whitespace to separate inline text words.Sarven Capadisli
2010-02-14test parsing a default atom feed for activitiesEvan Prodromou
2010-02-14update activity and salmon for previous commitEvan Prodromou
2010-02-14Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-14More complete activity parsingEvan Prodromou
Began the process of actually digging up activity information from an Atom entry. Added a test script to make sure parsing is working right.
2010-02-13Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingSarven Capadisli
2010-02-13Dialogbox for OStatus remote subscriptionSarven Capadisli
2010-02-13Added dialogbox styles for OStatus subscribe formSarven Capadisli
2010-02-13Added XHR channel for OStatus Subscribe buttonSarven Capadisli
2010-02-13Updated feed subscription form markupSarven Capadisli
2010-02-13Updated OStatus form markupSarven Capadisli
2010-02-13Using the new remote subscription event and updated subscribe labelSarven Capadisli
2010-02-13Added event hook to remote subscriptionSarven Capadisli
2010-02-13Merge branch 'ssleverything' into testingEvan Prodromou
2010-02-12Add OStatus PuSH hub and Salmon links back into user and group feedsZach Copley
2010-02-12fix for Atom notice output: correct check against conversation & current idBrion Vibber
2010-02-12Session fix for PHP 5.3 configurations where cookies are excluded from ↵Brion Vibber
$_REQUEST via request_order in php.ini (Fedora 12, MacPorts known to be affected)
2010-02-12Initial upgraded Atom output for group timelinesZach Copley
2010-02-12PHP 5.3 compatibility hack for DB_DataObjectBrion Vibber
statusnet.links.ini file could not be read anymore due to the entry for nonce containing a comma in its key value. PHP's parse_ini_file() function no longer allows commas in keys, and rejects the *ENTIRE FILE* if it's present, breaking various automatic joins.
2010-02-12Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-12OStatus: prep work for sending notifications on ↵Brion Vibber
sub/unsub/join/leave/favorite/unfavorite via Salmon; needs to be completed and hooked up once feed gen is fixed.
2010-02-12Revert "Added 'pre' to pick up Palm Pre's UA string:"Sarven Capadisli
This reverts commit 094565b4aa1893e6a4422f3d05a0a43844e47a67. On second thought, "pre" is probably the stupidest way of differentiating one agent from another. Need a different solution.
2010-02-12Added 'pre' to pick up Palm Pre's UA string:Sarven Capadisli
Mozilla/5.0 (webOS/1.3.5.1; U; en-US) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/1.0 Safari/525.27.1 Pre/1.0
2010-02-12More style generalisation for dialogboxSarven Capadisli
2010-02-12Extracted default values for dialogbox layout and uniqe for form_repeatSarven Capadisli
2010-02-12Moved colour properties out of base stylesheetSarven Capadisli
2010-02-12flesh out salmon endpointEvan Prodromou
2010-02-12stub for activitiesEvan Prodromou
2010-02-12OStatus sub setup code cleanup and partial group fixes (needs more work ↵Brion Vibber
after the Atom updates are done)
2010-02-11Fix retarded spelling mistakeZach Copley
2010-02-11ostatus:attention links in Notice Atom outputZach Copley
2010-02-12OStatus: renamed feedinfo table to ostatus_profile -- will cover remote ↵Brion Vibber
ostatus people and groups whether a subscription's active or not (maintains identity over unsub/resub, and between subscribers and subscribees)
2010-02-11OStatus: correct parsing of georss:point for max interop (commas allowed, ↵Brion Vibber
whitespace not strictly defined)
2010-02-11let files go to SSL dir tooEvan Prodromou
2010-02-11let backgrounds be put under SSLEvan Prodromou
2010-02-11put Javascript files under SSLEvan Prodromou