Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-15 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-11-15 | Merge branch 'atompub' into 0.9.x | Evan Prodromou | |
Conflicts: actions/apistatusesshow.php actions/apitimelineuser.php | |||
2010-11-15 | add hooks for atom pub posts | Evan Prodromou | |
2010-11-12 | Encapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also ↵ | Brion Vibber | |
added a chance to whitelist sites that don't show discovery info but do have oEmbed API endpoints, and to provide alternate APIs for some common services. Newly supported: - TwitPic: added a local function using TwitPic's API, since the oohembed implementation for TwitPic produced invalid output which Services_oEmbed rejects. (bug filed upstream) Tweaked... - Flickr: works, now using whitelist to use their endpoint directly instead of going through oohembed - Youtube: worked around a bug in Services_oEmbed which broke the direct use of API discovery info, so we don't have to use oohembed. Not currently working... - YFrog: whitelisting their endpoint directly as the oohembed output is broken, but this doesn't appear to work currently as I think things are confused by YFrog's servers giving a '204 No Content' response on our HEAD checks on the original link. | |||
2010-11-12 | Save attached URLs when importing a Twitter status: this lets our thumbnail ↵ | Brion Vibber | |
detection handle photos and videos linked to by Twitter posters. | |||
2010-11-12 | Only use saved thumbnails for notice list attachment thumbs -- don't attempt ↵ | Brion Vibber | |
to search enclosures for photo types. We now save thumbs directly for oEmbed photos that don't list a separate thumb entry (like Flickr), so it's not needed. Keeps things cleaner :D | |||
2010-11-12 | Save oEmbed photo references as thumbnails if there's not a separate ↵ | Brion Vibber | |
thumbnail_url entry in the return data. This fixes thumb saving for Flickr photo references. | |||
2010-11-12 | fix syntax error introduced in i18n tweaks: newgroup action | Brion Vibber | |
2010-11-12 | Revert "Missing one close-paren in newgroup.php" - incorrect fix for paren bug | Brion Vibber | |
This reverts commit 3afb031d9270a29db7f1ac4a964bb4b796759827. | |||
2010-11-12 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: actions/newgroup.php | |||
2010-11-12 | Fix for failure edge case in TwitterBridge outgoing repeat/retweets. | Brion Vibber | |
When the retweet failed with a 403 error (say due to it being a private tweet, which can't be retweeted) we would end up mishandling the return value from our internal error handling. Instead of correctly discarding the message and closing out the queue item, we ended up trying to save a bogus twitter<->local ID mapping, which threw another exception and lead the queue system to re-run it. - Fixed the logic check and return values for the retweet case in broadcast_twitter(). - Added doc comments explaining the return values on some functions in twitter.php - Added check on Notice_to_status::saveNew() for empty input -- throw an exception before we try to actually insert into db. :) | |||
2010-11-12 | Merge branch 'oembed-thumbnails' into 0.9.x | Brion Vibber | |
2010-11-12 | Add a quick config setting to disable/enable display of thumbnails in ↵ | Brion Vibber | |
regular notice lists (attachments/show_thumbs) - disabling gives the same display as before this feature was added (but changes to oembed handling are still there, and the lightbox popup is gone) | |||
2010-11-12 | drop a comma which isn't actually an error but keeps throwing annoying ↵ | Brion Vibber | |
warnings in netbeans | |||
2010-11-12 | Drop commented-out code from old lightbox & thumbnail popup stuff | Brion Vibber | |
2010-11-12 | don't try to initialize the mapstraction canvas if it doesn't exist | Evan Prodromou | |
2010-11-12 | don't try to initialize the mapstraction canvas if it doesn't exist | Evan Prodromou | |
2010-11-11 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2010-11-11 | give users a chance to opt out of email summaries | Evan Prodromou | |
2010-11-11 | fix update of email prefs in queue handler | Evan Prodromou | |
2010-11-11 | Fix missing close of comment block | Zach Copley | |
2010-11-11 | Fix missing close of comment block | Zach Copley | |
2010-11-10 | Add error logging for a couple send-fail cases in XMPP out | Brion Vibber | |
2010-11-10 | CSS class tweak for inline attachment thumbnails to avoid things thinking ↵ | Brion Vibber | |
they're content links | |||
2010-11-10 | Fix isHTTPS to work correctly for Cherokee and IIS | Craig Andrews | |
2010-11-10 | Add an action to handle deauthorization callbacks from Facebook | Zach Copley | |
2010-11-09 | add title attribute on attachment list items | Brion Vibber | |
2010-11-09 | Cleanup on the CSS for inline attachments; removed some unneeded changes ↵ | Brion Vibber | |
since the split of the inline and regular attachment lists. Removing commented-out code that seems to be for some old thumbnailing system where the thumbnails were hidden popups within the core text (wtf!) | |||
2010-11-09 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-09 | Make a richer StatusNet profile from a user's Facebook profile | Zach Copley | |
2010-11-09 | Missing one close-paren in newgroup.php | Evan Prodromou | |
2010-11-09 | session table was missing from upgrade scripts | Evan Prodromou | |
2010-11-09 | Allow YouTube-style media links to be counted as enclosures for purposes of ↵ | Brion Vibber | |
listing attachments/thumbs | |||
2010-11-09 | Merge branch '0.9.x' into emailsummary | Evan Prodromou | |
2010-11-09 | hook points for the email settings form | Evan Prodromou | |
2010-11-09 | split out InlineAttachmentList from AttachmentList | Brion Vibber | |
2010-11-09 | change width of notices table to display better | Evan Prodromou | |
2010-11-09 | session table was missing from upgrade scripts | Evan Prodromou | |
2010-11-09 | some alignment in the table layout | Evan Prodromou | |
2010-11-09 | set height and width of avatar td in email summary | Evan Prodromou | |
2010-11-08 | Keep aspect ratio when generating local thumbnails | Brion Vibber | |
2010-11-08 | Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, ↵ | Brion Vibber | |
defaulting to 100x75. This is used as the max thumb width/height for oEmbed requests (replacing the old default of 500x400 which was more suitable for the lightbox). | |||
2010-11-08 | Pass file attachment thumbnails along with oEmbed data. | Brion Vibber | |
2010-11-08 | Save a thumbnail image when uploading an image file into the file ↵ | Brion Vibber | |
attachments system. Currently hardcoded to 100x75, needs aspect-sensitivity etc. | |||
2010-11-09 | - Still send notices to Facebook from existing Facebook app users | Zach Copley | |
- Turns out we don't need the old REST lib to use the old REST API (removed) | |||
2010-11-08 | Break out ImageFile->resizeTo() from ImageFile->resize(); allows resizing ↵ | Brion Vibber | |
images to non-square sizes and to arbitrary destinations. Will be used for creating thumbnails as well as the originala use of cropping/sizing avatars. | |||
2010-11-08 | Testing... using photo info for temp thumbnails | Brion Vibber | |
2010-11-08 | doomy doom doom | Brion Vibber | |
2010-11-08 | change to a table for HTML output | Evan Prodromou | |
2010-11-08 | stylesheet for outgoing email | Evan Prodromou | |