Age | Commit message (Expand) | Author |
2010-03-18 | Remove xpm support (no one really uses it, and IMAGETYPE_XPM is undefined, ca... | Craig Andrews |
2010-03-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber |
2010-03-18 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Zach Copley |
2010-03-18 | API - handle any exceptions thrown during notice save. The API was | Zach Copley |
2010-03-18 | Fix notice warning about unused var -- was renamed during refactoring. | Brion Vibber |
2010-03-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber |
2010-03-18 | Fix for xmpp/sms notification options appearing to be disabled on new subscri... | Brion Vibber |
2010-03-18 | Remove deprecated call-by-reference. Was causing a warning on Dreamhost. | Zach Copley |
2010-03-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou |
2010-03-18 | change profile URL ensure method for OStatus | Evan Prodromou |
2010-03-18 | Fix some remote subscription regressions from f21f78364a9cbde2ca535a3983b3847... | Brion Vibber |
2010-03-18 | Add readme notes about PHP <5.2.6 bug on 64-bit and PHP 5.3 issues. | Brion Vibber |
2010-03-18 | Runtime check for known bad PHP versions with 64-bit stream_select() bug in x... | Brion Vibber |
2010-03-18 | Merge branch 'master' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber |
2010-03-18 | Ensure that DB connection is active at start of User::updateKeys() and Foreig... | Brion Vibber |
2010-03-18 | add exception on inconsistent db to User::getProfile() | Evan Prodromou |
2010-03-18 | new exception class for when a user has no profile | Evan Prodromou |
2010-03-18 | reverse order from delete, insert to insert, delete on ostatus conversion | Evan Prodromou |
2010-03-18 | catch exceptions in OStatus updates, log, and continue | Evan Prodromou |
2010-03-17 | Merge branch 'master' into testing | Brion Vibber |
2010-03-17 | Fix to regression for auto-subscribe - was backwards. | Brion Vibber |
2010-03-17 | Workaround for HTTP authentication in the API when running PHP as CGI/FastCGI... | Brion Vibber |
2010-03-17 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou |
2010-03-16 | Pull back for now on switch of PEAR error mode to exceptions; seems to trigge... | Brion Vibber |
2010-03-16 | Change the workflow to get better discovery | Evan Prodromou |
2010-03-15 | Throw an exception if we receive a document instead of a feed's root element | Zach Copley |
2010-03-15 | Always output a site logo via /api/statusnet/config.:format (so client devs h... | Zach Copley |
2010-03-15 | Background deletion of user accounts. Notices are deleted in chunks, then the... | Brion Vibber |
2010-03-15 | Drop result ID from data objects on clone(). This keeps the original object w... | Brion Vibber |
2010-03-15 | Initial Twitpic-like media upload endpoint /api/statusnet/media/upload | Zach Copley |
2010-03-15 | Blow more timeline caches on notice delete. Fixes paging on public and profil... | Brion Vibber |
2010-03-15 | Fix feed discovery: html:link@rel can contain multiple values; saw rel="updat... | Brion Vibber |
2010-03-15 | Ticket #2242: fix reading of inline XHTML content in Atom feeds for OStatus i... | Brion Vibber |
2010-03-15 | use canonical user url in xrd | James Walker |
2010-03-15 | Consolidate and patch up redirection to remote notices. | Brion Vibber |
2010-03-14 | give preference to rel="photo" (per latest ActivityStreams spec), but still s... | James Walker |
2010-03-13 | Performing & allowing host-meta discovery by http url (in addition to webfing... | James Walker |
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 |
2010-03-13 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou |
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 plugin-creat... | Brion Vibber |