summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-15Merge branch 'testing' into 0.9.xBrion Vibber
2010-03-15use canonical user url in xrdJames Walker
2010-03-15Consolidate and patch up redirection to remote notices.Brion Vibber
Now using the correct order consistently (URL, then URI if http/s), and as a niceness measure skipping the redirect if the only URL we have stored is the local one. (Could happen if remote OStatus feed has tag URIs and no alt link.)
2010-03-15Add scripts/docgen.php to build basic doxygen HTML docs from doc comments, ↵Brion Vibber
either for core or a given plugin. Nothing too fancy yet; style and layout needs some loving!
2010-03-14Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-14Using rel=external instead of class=external for jOverlay title linkSarven Capadisli
2010-03-14Added rel=external to geo location linkSarven Capadisli
2010-03-14Updated plugin to open external links on a new window that are notSarven Capadisli
attachments
2010-03-14give preference to rel="photo" (per latest ActivityStreams spec), but still ↵James Walker
support rel="avatar" for compat
2010-03-13Performing & allowing host-meta discovery by http url (in addition to ↵James Walker
webfinger acct)
2010-03-13Assigned an identifier for the representative user and group profileSarven Capadisli
2010-03-13changing keypair to text to hold a full 1024bit keypairJames Walker
2010-03-13Throw a quick button label into ostatus .po file for french to test withBrion Vibber
2010-03-13Fix for _m() usage with context in StatusNet main code.Brion Vibber
2010-03-13Ticket 2239: white space before apostrophe in metadata of status of noticeBrion Vibber
2010-03-13allow profile_url to be used in ostatus:attentionJames Walker
2010-03-13Merge remote branch 'statusnet/testing' into crypt-rsa-switchJames Walker
2010-03-13* wrong param order to in_arrayJames Walker
* in getContent() if "type" isn't set, assume text (per atom spec)
2010-03-12cleaning up key generationJames Walker
2010-03-12converting key generation to new crypt libraryJames Walker
2010-03-12updating phpseclib to latest cvs - fixes a bunch of key generation issuesJames Walker
2010-03-12converted toString to new crypt libraryJames Walker
2010-03-12converted sign, verify and fromString to new crypt libJames Walker
2010-03-12Adding Crypt library from http://phpseclib.sourceforge.net/James Walker
2010-03-12removing deprecated PEAR Crypt_RSAJames Walker
2010-03-13Localisation updates for !StatusNet from !translatewiki.net !sntransSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-03-12Fixes for updating indices, charset/collation and engine type on ↵Brion Vibber
plugin-created tables. Under MySQL, new tables will be created as InnoDB with UTF-8 (utf8/utf8_bin) same as core tables. Existing plugin tables will have table engine and default charset/collation updated, and string columns will have charset updated, at checkschema time. Switched from 'DESCRIBE' to INFORMATION_SCHEMA for pulling column information in order to get charset. A second hit to INFORMATION_SCHEMA is also needed to get table properties. Indices were only being created at table creation time, which ain't so hot. Now also adding/dropping indices when they change. Fixed up some schema defs in OStatus plugin that were a bit flaky, causing extra alter tables to be run. TODO: Generalize this infrastructure a bit more up to base schema & pg schema classes.
2010-03-12OpenID fixes:Brion Vibber
- avoid notice spew when checking sreg items that weren't provided - fix keys spec for user_openid, clears up problems with removing openid associations - fix keys spec for user_openid_trustroot
2010-03-12Merge commit 'origin/testing' into 0.9.xBrion Vibber
2010-03-12Merge commit 'origin/0.9.x' into 0.9.xBrion Vibber
2010-03-12Plugin to open up rel="external" links on a new window or tabSarven Capadisli
2010-03-12Output enclosing geo elements and GeoRSS xmlns in XML timelinesZach Copley
2010-03-12Add Atom self link to tag timelineZach Copley
2010-03-12Add Atom self link to favorites timelineZach Copley
2010-03-12- Output correct content header for Atom output in mentions timelineZach Copley
- Add self link
2010-03-12Output Atom self link in home timelineZach Copley
2010-03-12Calculate Atom self link for friends timelineZach Copley
2010-03-11Don't switch people from the Memcache to Memcached plugin without their ↵Brion Vibber
knowledge when using back-compatibility $config['memcached']['enabled']. Performance characteristics for Memcached version on large-scale sites not tested yet. New installations should be using addPlugin explicitly.
2010-03-11Remove stray whitespace at file start that snuck into last updateBrion Vibber
2010-03-11fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fixCraig Andrews
2010-03-11Fixes for password recovery; lookups for unconfirmed addresses were failing ↵Brion Vibber
or inconsistent (using staticGet with unindexed fields, which would not get decached correctly and could get confused if multiple pending confirmations of different types are around). Also uses updated email functions to include extra headers and ensure the proper address is used.
2010-03-12- Output correct content type header for public timeline Atom feedZach Copley
- Also calculate Atom link and self links properly
2010-03-12More generalized method for calculating Atom rel="self" linksZach Copley
2010-03-11reuse Subscription::cancel instead of reimplementing it.Craig Andrews
I didn't know this method existed before... pretty neat.
2010-03-11move image type checking to constructor, so checking will be done in all casesCraig Andrews
check if the relevant image handling function exists when deciding if the image type is supported
2010-03-12Scrub all atom output with common_xml_safe_str()Zach Copley
2010-03-12Add id and updated elements to atom sourceZach Copley
2010-03-11Generator tag should have 'uri' attr not 'url'Zach Copley
2010-03-11Add self link to user and group rss2 feedsZach Copley
2010-03-11Output self link in rss2 feeds, if availableZach Copley