Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-29 | Merge branch 'namecase' into 0.9.x | Brion Vibber | |
2010-11-29 | FacebookBridge: | Zach Copley | |
- Don't try to access Foreign_link if it doesn't exist - Remove noisy debugging statement | |||
2010-11-29 | Replace a couple plugin usages of NICKNAME_FMT with Nickname::normalize() | Brion Vibber | |
2010-11-29 | Work in progress on nickname validation changes. lib/nickname.php appears to ↵ | Brion Vibber | |
have been destroyed by NetBeans and will be rewritten shortly. Sigh. | |||
2010-11-29 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-11-26 | Merge remote branch 'gitorious/0.9.x' into 0.9.x | Evan Prodromou | |
2010-11-26 | Make OStatusPlugin define push feed rel | Evan Prodromou | |
2010-11-26 | Make userxrd part of the default hostmeta | Evan Prodromou | |
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou | |
Moved the Webfinger user XRD action from the OStatus plugin to core. Added hooks to add OStatus-specific stuff, but kept general stuff in the core. | |||
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews | |
add event for setting up hostmeta, and use them in the OStatus plugin | |||
2010-11-24 | Add LogFilter plugin: quickie way to filter out/in log output based on ↵ | Brion Vibber | |
priority or keyword matches. Should be helpful for folks who can't easily adjust their syslog filtering. | |||
2010-11-23 | logging tweak for Twitter status ID issue | Brion Vibber | |
2010-11-23 | Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit ↵ | Brion Vibber | |
IDs have become too big to fit in the integer portion of double-precision floats, so to reliably use these IDs we need to pull the new string form now. Machines with 64-bit PHP installation should have had no problems (except on Windows, where integers are still 32 bits) | |||
2010-11-22 | FacebookBridge - fail gracefully if the user has already deleted a | Zach Copley | |
linked notice on Facebook. | |||
2010-11-22 | Update doc comment for Awesomeness plugin | Brion Vibber | |
2010-11-22 | Tweak regex in Awesomeness plugin | Brion Vibber | |
2010-11-20 | Added Awesomeness extension | Jeroen De Dauw | |
2010-11-19 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-11-19 | Ticket #2724: gracefully handle attempts to delete or fave/unfave a remote ↵ | Brion Vibber | |
Twitter notice if a failure occurs. Most annoying error case being where the notice was already faved or deleted on Twitter! :) Such errors will now just fail out and log a note to the syslog -- the rest of what we were doing will continue on unhindered, so you can still delete, favorite, etc and it just won't sync the info over in that case. | |||
2010-11-18 | Automatically make Facebook admin panel available if the FacebookBridge | Zach Copley | |
plugin is installed. | |||
2010-11-18 | Facebook: Add needed perms to plain login URL | Zach Copley | |
2010-11-18 | Fix name of Facebook Bridge plugin | Zach Copley | |
2010-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2010-11-17 | Remove dumb debugging statement | Zach Copley | |
2010-11-17 | Facebook: Gracefully handle disconnection | Zach Copley | |
2010-11-17 | Add $config['attachments']['process_links'] to allow disabling processing of ↵ | Brion Vibber | |
mentioned URL links for attachment info (oEmbed lookups) and dereferencing of redirects that we didn't have shortened ourselves. This option may be useful for intranet sites that don't have direct access to the internet, as they may be unable to successfully fetch those resources. | |||
2010-11-17 | use minified version of meteorupdater.js | Evan Prodromou | |
2010-11-17 | use minified version of realtime.js | 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 | FacebookSSO -> FacebookBridge | Zach Copley | |
2010-11-16 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley | |
2010-11-16 | - Map notices to Facebook stream items | Zach Copley | |
- rename plugin FacebookBridgePlugin - delete/like/unlike notices across the bridge | |||
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 | |