Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | upgrade to JQuery 1.4.4 | Evan Prodromou | |
2010-11-16 | Use session token protection on oEmbed proxy action for LinkPreview... and ↵ | Brion Vibber | |
commit the file *sigh* | |||
2010-11-16 | LinkPreview: clear preview thumbnails & data on form submission/reset | Brion Vibber | |
2010-11-16 | Less redrawing of bits in the link thumbnail preview | Brion Vibber | |
2010-11-16 | LinkPreview: restructure to make it easier to keep old link data | Brion Vibber | |
2010-11-16 | LinkPreview: use a local proxy for oEmbed lookups so we use a consistent ↵ | Brion Vibber | |
common code path, and don't open up to oohembed.com being evil | |||
2010-11-16 | LinkPreview: restructure a bit so we can pass config over | Brion Vibber | |
2010-11-16 | LinkPreview: piggyback on the counter update logic, cache lookups. | Brion Vibber | |
2010-11-16 | LinkPreview: link the thumbnails | Brion Vibber | |
2010-11-16 | LinkPreview plugin more or less functioning (though not pretty), using ↵ | Brion Vibber | |
oohembed remote lookup and fixed sizes. | |||
2010-11-16 | LinkPreview: flesh out stub JS code a bit. URL splitting doesn't quite match ↵ | Brion Vibber | |
core, note. | |||
2010-11-16 | Stub LinkPreview plugin | Brion Vibber | |
2010-11-16 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-16 | Ticket 2895: exclude silenced users from popular notice lists | Brion Vibber | |
2010-11-16 | Prep for ticket #2895: consolidate common code from PopularNoticeList and ↵ | Brion Vibber | |
FavoritedAction for fetching popular notice lists | |||
2010-11-15 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-15 | Forgot to commit the JS for ModPlus. :) | Brion Vibber | |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | visual cleanup on ModPlus remote profile info popup menu | Brion Vibber | |
2010-11-15 | Tweak remote profile action: hide stats from sidebar, tweak wording on ↵ | Brion Vibber | |
remote notice | |||
2010-11-15 | RemoteProfileAction cleanup: | Brion Vibber | |
- meta robots to prevent spidering - a little notice if silenced | |||
2010-11-15 | visual tweaks for RemoteProfileAction | Brion Vibber | |
2010-11-15 | RemoteProfileAction: redirect to the regular user profile page if given a ↵ | Brion Vibber | |
local user. | |||
2010-11-15 | Workaround for display of Twitter remote users in remoteprofile (ModPlus ↵ | Brion Vibber | |
plugin): use 73px avatar if no 96px present | |||
2010-11-15 | Stub RemoteprofileAction to show the standard profile header stuff for ↵ | Brion Vibber | |
offsite users -- provides a way to get at the mod & block controls for remote users. | |||
2010-11-15 | some User -> Profile cleanup to help in adapting the profile page action to ↵ | Brion Vibber | |
show stuff for remote users. Subscriptions, groups, roles, etc are all on profiles now so go ahead and use em. | |||
2010-11-15 | Stub ModPlus plugin: will hold experimental UI improvements for mod actions | Brion Vibber | |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | clear_jabber.php script to clear confirmed jabber/xmpp addresses from one or ↵ | Brion Vibber | |
more accounts | |||
2010-11-15 | Add some data integrity checks on oembed tests (shows a bug on identi.ca ↵ | Brion Vibber | |
test case -- missing width/height in photo data) | |||
2010-11-15 | Include width/height of locally-uploaded images in our oembed provider data ↵ | Brion Vibber | |
for attachment pages. | |||
2010-11-15 | restore empty showFallback() for attachment display; still needed for one-offs | Brion Vibber | |
2010-11-15 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-11-15 | Drop PEAR Services_oEmbed -- ended up replaced by our oEmbedHelper wrapper. ↵ | Brion Vibber | |
The extra validation available there is problematic, and their code for building HTML for us wasn't being used anyway. | |||
2010-11-15 | Test oEmbed lookups with oohembed both on and off explicitly | Brion Vibber | |
2010-11-15 | Restructure oembed test sources | Brion Vibber | |
2010-11-15 | Add some basic oEmbed lookup test cases; fixed a bug in discovery fallback. | Brion Vibber | |
2010-11-15 | Drop some debug lines | Brion Vibber | |
2010-11-15 | Swap the Services_oEmbed wrapper in oEmbedHelper out for doing it ourselves... | Brion Vibber | |
- workaround for providers that are skimpy on their data, such as missing width/height or thumbnail_width/thumbnail_height - workaround for YFrog listing "image" instead of "photo" type - generally more lax about formatting: if it comes back and looks kinda ok, we'll take it. - discovery uses system HTML parser, should be more robust if the links include things like ampersands with proper HTML-level escaping | |||
2010-11-15 | AtomPub-related actions are only read-only on GET | Evan Prodromou | |
2010-11-15 | Workaround for yfrog.com photo attachments: fudge ↵ | Brion Vibber | |
File_redirection::lookupWhere()'s HTTP handling -- when we get a 204 on a HEAD, double-check it by re-running as a GET. yfrog.com returns a 204 incorrectly for this case. | |||
2010-11-15 | doc comments on File::processNew | Brion Vibber | |
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 | |