summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-09Merge branch 'master' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-06Got database inserts for photos working.Ian Denhardt
2010-08-05got uploads sortof working - database portion doesn't work though.Ian Denhardt
2010-08-04Started working on proper photo upload. not fully functional yet.Ian Denhardt
2010-08-04Fix for source attribution on notices; it was displaying the code instead of ↵Zach Copley
the source name sometimes.
2010-08-04slight cleanup, we now get the image type from getimagesize(), rather than ↵Ian Denhardt
finding it ourselves.
2010-08-04Photos are cropped now.Ian Denhardt
2010-08-03Fixed scaling. thumbnails are bigger now, too.Ian Denhardt
2010-08-03Thumbnails in the photo plugins.Ian Denhardt
2010-08-03rudementary photo albums. going to /username/photos displays all the images ↵Ian Denhardt
username has attached.
2010-08-02Started work on photos plugin. not much yet.Ian Denhardt
2010-08-02renamed GN{u,U}socialPhotos.phpIan Denhardt
2010-08-02cleaned up template; was badly indented and missing an opening <html> tag.Ian Denhardt
2010-08-02GNUsocialTemplatePlugin.php doesn't need to be executable.Ian Denhardt
2010-08-02Added myself to the developer list.Ian Denhardt
2010-08-02Got rid of old duplicate files.Ian Denhardt
2010-08-02Merge branch 'master' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-07-31Make TemplatePlugin compatible with PHP 5.3Mike Sheldon
2010-07-29Fix for issue ID 2290: make sure errors are returned in the rightZach Copley
format, and use callback for errors when the request is JSONP
2010-07-29Return HTTP 403 instead of 400 when silenced users try to post via APIZach Copley
2010-07-29fixed image pathMatt Lee
2010-07-28remove zealous label removalMatt Lee
2010-07-26updated copyright noticeMatt Lee
2010-07-26fixes for paths, etcMatt Lee
2010-07-26fixes for paths, etcMatt Lee
2010-07-26added commentsMatt Lee
2010-07-26GNU social plugin (for look/feel), theme, templateMatt Lee
2010-07-26Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-07-22accept mailto: URIs as OStatus identifiersEvan Prodromou
2010-07-22Quick fix for IE7 via sammy: remove redundant media specifiers from base ↵Brion Vibber
style @import in main themes. The <link>s already specify screen/etc media, so all it was doing was breaking. There are still some issues, but most things seem to work-ish as long as Realtime plugins are off.
2010-07-21Revert "Revert "Change the cache window on notices from 61 to 200, the max ↵Zach Copley
number"" This reverts commit a65b3f171c4d23af8ca844439ad08959eb760b86.
2010-07-19Make some messages gender neutral.Eric Helgeson
2010-07-19Revert "Change the cache window on notices from 61 to 200, the max number"Zach Copley
This reverts commit d51820adc52aef962542ecc6da0607ce0118fefc.
2010-07-19Provisional OAuth, OpenID token check timing attack patchesBrion Vibber
2010-07-19Change the cache window on notices from 61 to 200, the max numberZach Copley
of notices available at one time through the API. Note: this will require a memcache restart.
2010-07-16Suppress HTTP error headers for JSONP API outputZach Copley
2010-07-14cache sitemap notice and user counts for 4hEvan Prodromou
2010-07-13Exceptions are caught and continued on JSON, XML, Atom and RSS output in APIEvan Prodromou
2010-07-13handle missing profile for notices better in Rss10ActionEvan Prodromou
2010-07-13handle missing profile for notices better in NoticeListEvan Prodromou
2010-07-13log exceptions in atom feeds, but don't let them kill the outputEvan Prodromou
2010-07-13push exception on missing profile down to Notice::getProfile()Evan Prodromou
2010-07-13handle notices without profiles better in RSS outputEvan Prodromou
2010-07-12Commit hubprepqueuehandler.php -- fix for OStatus bulk output.Brion Vibber
2010-07-10remove debugging statement and add a bit of output to updatecountsEvan Prodromou
2010-07-10Merge branch 'master' of gitorious.org:statusnet/mainlineEvan Prodromou
2010-07-09script to fill counts table from command lineEvan Prodromou
2010-07-08Handle the case where a screen name has shifted from one Twitter ID to anotherZach Copley
2010-07-05create an index on user.created so sitemap generation is fasterEvan Prodromou
2010-06-29Updated OMB_Yadis_XRDS for compatibility with php-openid 2.2.2: ↵Brion Vibber
Auth_Yadis_XRDS::parseXRDS() is now declared static, and PHP 5.3 demands it say so on the subclass too. Compat fix branch for upstream: http://gitorious.org/libomb/libomb-statusnet/commit/6589dc073f93b65564931e1ab5865a34a0b228aa