summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-11Photos now show up in feed (locally anywyay.) need cleanup/federationIan Denhardt
2010-08-09Merge branch 'master' of gitorious.org:+socialites/statusnet/gnu-socialIan Denhardt
2010-08-09Merge branch '1.0.x' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-09Merge branch 'master' of git://gitorious.org/statusnet/mainlineIan Denhardt
2010-08-07added some crude code to enable people to add support for webfinger toMatt Lee
their domains license: AGPLv3 or later.
2010-08-06Locale error message, clean up {}, Verified under 1.0.x && php 5.3Eric Helgeson
2010-08-06Fixed PHP 5.3 by & valueEric Helgeson
Cleaned up {}'s
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-03Merge branch '0.9.x' into 1.0.xEvan Prodromou
2010-08-03Merge remote branch 'gitorious/1.0.x' into 1.0.xEvan Prodromou
2010-08-03update tests to include 'mentioned' linksEvan Prodromou
2010-08-03re-add mentioned link lost in last mergeEvan Prodromou
2010-08-03Merge branch 'activityhooks' into 0.9.xEvan Prodromou
Conflicts: classes/Notice.php
2010-08-03Merge branch 'testing' into 0.9.xEvan Prodromou
2010-08-03output Atom dates in UTCEvan Prodromou
2010-08-03correctly show <source> for atom feedsEvan Prodromou
2010-08-03add actor info to testsEvan Prodromou
2010-08-03more tests for activity generationEvan Prodromou
2010-08-03add some more tests for replies and group postsEvan Prodromou
2010-08-03Thumbnails in the photo plugins.Ian Denhardt
2010-08-03initial unit tests for activity generationEvan Prodromou
2010-08-03rudementary photo albums. going to /username/photos displays all the images ↵Ian Denhardt
username has attached.
2010-08-03Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-08-02correct output for EndActivityInReplyTo eventEvan Prodromou
2010-08-02document activity entry hooksEvan Prodromou
2010-08-02add some activity hooksEvan Prodromou
2010-08-02Started work on photos plugin. not much yet.Ian Denhardt
2010-08-02Merge branch '2429' into 0.9.xJames Walker
2010-08-02Fix for #2429 - move OStatus XML writing to XMLStringerJames Walker
2010-08-02renamed GN{u,U}socialPhotos.phpIan Denhardt
2010-08-02Remove the 'Enable Twitter import' checkbox from Twitter admin panel by ↵Brion Vibber
default; can be re-added with setting: addPlugin('TwitterBridge', array('adminImportControl' => true, ....)); Added a note on the label that it requires manual daemon setup. (Note that by default the admin panel won't be shown, so it's no biggie to be hiding this for now.)
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-02fix #2478 - ensure all XRD documents get proper content-type headersJames Walker
2010-08-02urgh. typoJames Walker
2010-08-02add support for Salmon's new "mentioned" rel valueJames Walker
2010-08-02move to rel="salmon" (per latest spec)James Walker
2010-08-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
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-08-01Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-08-01Tweak message per suggestion of The Evil IP Address[1].Siebrand Mazeland
[1] http://translatewiki.net/w/i.php?title=Thread:Translating_talk:StatusNet/to_their_attention%3F&oldid=2220913
2010-07-31Make TemplatePlugin compatible with PHP 5.3Mike Sheldon