Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-07 | Quick fix for #2659: unable to login with Livejournal OpenID | Brion Vibber | |
The Net::OpenID::Server perl module that LJ uses appears to be very picky about input, and rejects most request types unless the data comes in as GET parameters (apparently following OpenID 1.1 rules, rather than OpenID 2.0 rules which permit any request to be POSTed but requires that if so, the data must all be in the POST body). Apparently something got updated on LJ at some point that's either added that behavior or (more likely) added the OpenID 2.0 namespace info to discovery, which tells the Janrain-based OpenID libraries that they should go ahead and do POST requests instead of redirects to GET requests... thus breaking everything. ;) GET should be just fine for both 1.1 and 2.0 though, and also saves having to sit through that lame autosubmit page. Switched the authentication submission from checking whether it should redirect to GET or do a form POST, to simply always doing the redirect to GET. Tested against providers: * LiveJournal * Google * LaunchPad * identi.ca | |||
2010-08-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* removed messages marked fuzzy from translations. | |||
2010-08-28 | * when using multiple parameters, number them | Siebrand Mazeland | |
* fix double space to single space * use consistent punctuation in messages * complete translation hints for all commands * add an i18n fixme for missing plural support * trailing whitespace removed | |||
2010-08-28 | Document UI text and number parameters. | Siebrand Mazeland | |
2010-08-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-25 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-24 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-16 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-08-16 | Link fixes for footer in fr, pt-br (also saved changed at TranslateWiki.net) | Brion Vibber | |
2010-08-16 | StatusNet 0.9.4 "Orange Crush"0.9.4 | Brion Vibber | |
2010-08-16 | Merge branch 'testing' | Brion Vibber | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-08-16 | fixed a %d that should be a %s in an error message | Brenda Wallace | |
2010-08-16 | removed the notice.location column from postgres def -- snuck in on a git ↵ | Brenda Wallace | |
commit by Patrick G | |||
2010-08-16 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
2010-08-16 | typo mixing up and in salmonaction | Evan Prodromou | |
2010-08-16 | Merge remote branch 'shiny/0.9.x' into 0.9.x | Brenda Wallace | |
2010-08-16 | Merge commit 'origin/0.9.x' into 0.9.x | Brenda Wallace | |
2010-08-16 | removed the notice.location column from postgres def -- snuck in on a git ↵ | Brenda Wallace | |
commit by Patrick G | |||
2010-08-16 | fixed a %d that should be a %s in an error message | Brenda Wallace | |
2010-08-14 | Notice title constructor doesn't check class of Notice | Evan Prodromou | |
2010-08-14 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-08-14 | Merge branch 'noticetitle' into 0.9.x | Evan Prodromou | |
2010-08-14 | handle deletion of notice | Evan Prodromou | |
2010-08-14 | on deleting a notice | Evan Prodromou | |
2010-08-14 | Merge branch 'master' into noticetitle | Evan Prodromou | |
2010-08-14 | - Remove extraneous style stuff from Echo plugin - that stuff should | Zach Copley | |
be handled via CSS in the theme. - Updated installation instructions on Echo and Disqus plugins | |||
2010-08-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-08-13 | A plugin to add Disqus commenting to notice pages | Zach Copley | |
2010-08-13 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-08-13 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
2010-08-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-08-13 | A plugin for adding the Echo (formerly JS-Kit) commenting widget to | Zach Copley | |
notice pages | |||
2010-08-13 | Update extension configuration file creation (doesn't work yet in ↵ | Siebrand Mazeland | |
translatewiki.net). | |||
2010-08-13 | add hooks to allow plugins to handle different kinds of activities | Evan Prodromou | |
2010-08-13 | typo mixing up and in salmonaction | Evan Prodromou | |
2010-08-13 | Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵ | Brion Vibber | |
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info). | |||
2010-08-13 | SubMirror: check feel-url discovery if profile-url discovery failed; should ↵ | Brion Vibber | |
help when giving direct feeds to subscribe to | |||
2010-08-13 | Suppress whinging during HTML parsing in profile page discovery for things ↵ | Brion Vibber | |
that turn out to be XML feeds with funny namespaces. | |||
2010-08-13 | hide the Whats Up Nickname if notice title enabled | Evan Prodromou | |
2010-08-13 | make notice title phpcs-clean | Evan Prodromou | |
2010-08-13 | make notice title phpcs-clean | Evan Prodromou | |
2010-08-13 | set notice titles in RSS and Atom output | Evan Prodromou | |
2010-08-13 | hooks to allow changing RSS content | Evan Prodromou | |
2010-08-13 | Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵ | Brion Vibber | |
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info). | |||
2010-08-13 | show notice title for notices in a notice list | Evan Prodromou | |
2010-08-13 | helper static method to get title text based on a notice | Evan Prodromou | |
2010-08-13 | save the notice title when the notice is saved | Evan Prodromou | |
2010-08-13 | add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices | Evan Prodromou | |
2010-08-13 | SubMirror: check feel-url discovery if profile-url discovery failed; should ↵ | Brion Vibber | |
help when giving direct feeds to subscribe to | |||
2010-08-13 | Suppress whinging during HTML parsing in profile page discovery for things ↵ | Brion Vibber | |
that turn out to be XML feeds with funny namespaces. |