summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-27- Implement statusesHomeTimeline() in TwitterBasicAuthClient1.0.xZach Copley
- Make TwitterStatusFetcher pull home_timeline (includes retweets) instead of friends_timeline
2010-05-27Add implementation of API method home_timeline methodMarcel van der Boom
2010-05-21Add TweetDeck to notice sourcesZach Copley
2010-05-19Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-05-19Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: plugins/OpenID/openidlogin.php
2010-05-19Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-19Locale switch cleanup: use common_switch_locale() which is safer for ↵Brion Vibber
updating gettext state. Also moved a few calls to reduce chance of hitting an exception before switching back. Should help with problems where xmppdaemon would get stuck in wrong locale.
2010-05-18Need to always emit statusnet:notice_info so it's available in profile feedsZach Copley
2010-05-18Remove errant double HTML entity encoding in API source attributionZach Copley
2010-05-18Allow OStatusPlugin to set the source attribution titleZach Copley
2010-05-18- OStatusPlugin should return true if it doesn't need to handle sourceZach Copley
attribution - Remove stray break statement from NoticeList
2010-05-18HTML entity encode source link URLs in plain XML output and add ↵Zach Copley
rel="nofollow" to them
2010-05-18Add source link attr to statusnet:notice_info element in Atom output for noticesZach Copley
2010-05-18Refactor and centralize notice source link calculationZach Copley
2010-05-18Add xmlns:statusnet and statusnet:notice_info element to Atom entries for ↵Zach Copley
notices
2010-05-18Redirect non-SSL hits to login & register actions to SSL if 'always' or ↵Brion Vibber
'sometimes' SSL modes are kicked in. The forms would already submit to SSL, but people are happier if they start on a secure page! Note: this really should be done for sensitive/all URLs in index.php, but it seems a bit awkward to reconstruct the SSL version of the link atm. Cleanup todo!
2010-05-18typo fix in en_GB localization (also updated @ translatewiki)Brion Vibber
2010-05-18Merge branch 'openid-teams' into testingBrion Vibber
2010-05-18OpenID access control options: trusted provider URL, Launchpad team ↵Brion Vibber
restrictions. Added an admin panel for setting these and OpenID-only mode, off by default. To enable the admin panel: $config['admin']['panels'][] = 'openid'; Or to set them manually: $config['openid']['trusted_provider'] = 'https://login.ubuntu.net/'; $config['openid']['required_team'] = 'my-project-cabal'; $config['site']['openidonly'] = true; OpenID-only mode can still be set from addPlugin() parameters as well for backwards compatibility. Note: if it's set there, that value will override the setting from the database or config.php. Note that team restrictions are only really meaningful if a trusted provider is set; otherwise, any OpenID server could report back that users are members of the given team. Restrictions are checked only at OpenID authentication time and will not kick off people currently with a session open; existing remembered logins may also survive these changes. Using code for Launchpad team support provided by Canonical under AGPLv3, pulled from r27 of WordPress teams integration plugin: https://code.edge.launchpad.net/~canonical-isd-hackers/wordpress-teams-integration/trunk
2010-05-18Merge branch 'master' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-05-18invalid mbox_sha1sum in the case where users don't have an email addressJames Walker
(reported by pedantic-web.org)
2010-05-17Include notice fragment on 'in context' links in Realtime plugin family.Brion Vibber
2010-05-17Patch from g0: fix for conversation links in Realtime updatesBrion Vibber
Previously was using the reply-to URL, which didn't match with other displays. Now sends to the right conversation page.
2010-05-17added notice.location to group byBrenda Wallace
2010-05-17fix the column modify on stuff for postgres. change serial to bigserialBrenda Wallace
2010-05-17updated database for postgresPatrick Georgi
2010-05-16Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-15added missing field to the group by. this makes postgres happyBrenda Wallace
2010-05-15comment out the extra bit, cos there's always mysql-only stuff in therre.Brenda Wallace
this isn't a very good idea
2010-05-15caitalise the sql keywordsBrenda Wallace
2010-05-15indexes now working in postgres schemasBrenda Wallace
2010-05-15removed sneaky debug echo that shouldn't be thereBrenda Wallace
2010-05-15sorted enums and auto_increments on postgres.Brenda Wallace
Still needs inline indexes on table creation
2010-05-14accept either salmon endpoint (until they're unified in the spec)James Walker
2010-05-14allow hyphens in subdomains for webfinger addressesJames Walker
2010-05-14Merge branch '0.9.x' into 1.0.xBrion Vibber
2010-05-14Merge branch 'testing' into 0.9.xBrion Vibber
2010-05-13More direct text for registration licensing/tos checkbox for private and ↵Brion Vibber
all-rights-reserved sites.
2010-05-13Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-12Need to always emit statusnet:notice_info so it's available in profile feedsZach Copley
2010-05-12Fix keys() / keyTypes() mixup in SamplePluginBrion Vibber
2010-05-11Windows server fix: Use platform EOL in debug log fileBrion Vibber
2010-05-11Installer tweak for Windows: normalize line endings to platform standard in ↵Brion Vibber
generated config.php Added a comment that the writable directory checks are insufficient to catch ACL problems on Windows; need a better check for that.
2010-05-09Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-05-09Update pot and add Dutch translationSiebrand Mazeland
2010-05-09Tweaks for DirectionDetector:Siebrand Mazeland
* remove trailin whitespace * update use of capital letters * fix a few typos in comments * add translator documentation
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-05-08Fix for repeats from the API having null source attributionZach Copley
2010-05-07Fix for repeats from the API having null source attributionZach Copley
2010-05-07Finish api/statusnet/groups/updateZach Copley