Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-15 | Fix feed discovery: html:link@rel can contain multiple values; saw ↵ | Brion Vibber | |
rel="updates alternate" in the wild at http://tantek.com/ which broke old discovery code. | |||
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus ↵ | Brion Vibber | |
input. Lookup of the <div> needed to check for the XHTML namespace. | |||
2010-03-15 | use canonical user url in xrd | James Walker | |
2010-03-15 | Consolidate 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-14 | give preference to rel="photo" (per latest ActivityStreams spec), but still ↵ | James Walker | |
support rel="avatar" for compat | |||
2010-03-13 | Performing & allowing host-meta discovery by http url (in addition to ↵ | James Walker | |
webfinger acct) | |||
2010-03-13 | changing keypair to text to hold a full 1024bit keypair | James Walker | |
2010-03-13 | allow profile_url to be used in ostatus:attention | James Walker | |
2010-03-13 | Merge remote branch 'statusnet/testing' into crypt-rsa-switch | James Walker | |
2010-03-13 | * wrong param order to in_array | James Walker | |
* in getContent() if "type" isn't set, assume text (per atom spec) | |||
2010-03-12 | cleaning up key generation | James Walker | |
2010-03-12 | converting key generation to new crypt library | James Walker | |
2010-03-12 | updating phpseclib to latest cvs - fixes a bunch of key generation issues | James Walker | |
2010-03-12 | converted toString to new crypt library | James Walker | |
2010-03-12 | converted sign, verify and fromString to new crypt lib | James Walker | |
2010-03-12 | Adding Crypt library from http://phpseclib.sourceforge.net/ | James Walker | |
2010-03-12 | removing deprecated PEAR Crypt_RSA | James Walker | |
2010-03-12 | Fixes 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-12 | OpenID 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-12 | Merge commit 'origin/testing' into 0.9.x | Brion Vibber | |
2010-03-12 | Merge commit 'origin/0.9.x' into 0.9.x | Brion Vibber | |
2010-03-12 | Plugin to open up rel="external" links on a new window or tab | Sarven Capadisli | |
2010-03-12 | Output enclosing geo elements and GeoRSS xmlns in XML timelines | Zach Copley | |
2010-03-12 | Add Atom self link to tag timeline | Zach Copley | |
2010-03-12 | Add Atom self link to favorites timeline | Zach Copley | |
2010-03-12 | - Output correct content header for Atom output in mentions timeline | Zach Copley | |
- Add self link | |||
2010-03-12 | Output Atom self link in home timeline | Zach Copley | |
2010-03-12 | Calculate Atom self link for friends timeline | Zach Copley | |
2010-03-11 | Don'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-11 | Remove stray whitespace at file start that snuck into last update | Brion Vibber | |
2010-03-11 | fubared a715271f847fed7d7c725c5b752ea7a00800520a - this is the fix | Craig Andrews | |
2010-03-11 | Fixes 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 feed | Zach Copley | |
- Also calculate Atom link and self links properly | |||
2010-03-12 | More generalized method for calculating Atom rel="self" links | Zach Copley | |
2010-03-11 | reuse Subscription::cancel instead of reimplementing it. | Craig Andrews | |
I didn't know this method existed before... pretty neat. | |||
2010-03-11 | move image type checking to constructor, so checking will be done in all cases | Craig Andrews | |
check if the relevant image handling function exists when deciding if the image type is supported | |||
2010-03-12 | Scrub all atom output with common_xml_safe_str() | Zach Copley | |
2010-03-12 | Add id and updated elements to atom source | Zach Copley | |
2010-03-11 | Generator tag should have 'uri' attr not 'url' | Zach Copley | |
2010-03-11 | Add self link to user and group rss2 feeds | Zach Copley | |
2010-03-11 | Output self link in rss2 feeds, if available | Zach Copley | |
2010-03-11 | - Output georss xmlns in rss element | Zach Copley | |
- Only output geopoint in rss if one is set | |||
2010-03-11 | A null mimetype is not an enclosure (more likely than not means there was an ↵ | Craig Andrews | |
error) | |||
2010-03-11 | foaf:holdsAccount is deprecated in favour of foaf:account. See | Sarven Capadisli | |
http://lists.foaf-project.org/pipermail/foaf-dev/2009-December/009903.html for the news. Patch by Toby Inkster <mail@tobyinkster.co.uk>. | |||
2010-03-11 | Updated theme dates | Sarven Capadisli | |
2010-03-11 | Fixes the indenting bug for geo anchor. Also mention in trac ticket 2235 | Sarven Capadisli | |
2010-03-11 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2010-03-11 | fix invalid separator in magic-public-key XRD and matching parsing. | James Walker | |
2010-03-11 | remove hard-coded me:env check in magicenvelope | James Walker | |
2010-03-11 | base64_encode/decode -> base64_url_encode/decode | James Walker | |