summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2010-12-16distribute flag for Notice::saveNew()Evan Prodromou
2010-12-13define rights for account maintenance and default rulesEvan Prodromou
2010-12-13Merge branch 'activityatompub' into 0.9.xEvan Prodromou
2010-12-13membership stream method and return membership from join() in Group_member classEvan Prodromou
2010-12-13group_member includes self link, edit linkEvan Prodromou
2010-12-12Move getConnectedApps() from Profile to User, where it belongsZach Copley
2010-12-12a stream function for Fave classEvan Prodromou
2010-12-11Merge branch '0.9.x' into activityatompubEvan Prodromou
2010-12-11Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-12-11cache stream of subscriptionsEvan Prodromou
2010-12-11Subscription stream functionsEvan Prodromou
2010-12-10Show a single favorite for AtomPubEvan Prodromou
2010-12-10Workaround for locally-handled sessions breaking on PHP 5.3 with APC enabled.Brion Vibber
2010-12-09AtomPub for single subscriptionEvan Prodromou
2010-12-08Don't cache user-specific information for Notice atom entriesEvan Prodromou
2010-12-08Don't cache user-specific information for Notice atom entriesEvan Prodromou
2010-12-06use codeKey() in activity cachingEvan Prodromou
2010-12-06cache generated activity infoEvan Prodromou
2010-12-06Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-12-06Added User::singleUserNickname() as (temporary?) fallback for single-user loo...Brion Vibber
2010-12-05Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asStr...Evan Prodromou
2010-12-02URL shortening fix for direct messages: if we're going to shorten the text, s...Brion Vibber
2010-12-02Fix for tickets #2917, #2262: user URL shortening options not being applied i...Brion Vibber
2010-11-29doc comments on User::allowed_nicknameBrion Vibber
2010-11-19Ticket #2797: replace addslashes() with explicit escape calls on the DB objectsBrion Vibber
2010-11-19Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-19Ticket #2441: fix deletion of avatars when a profile is deleted.Brion Vibber
2010-11-17Add $config['attachments']['process_links'] to allow disabling processing of ...Brion Vibber
2010-11-15Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15some User -> Profile cleanup to help in adapting the profile page action to s...Brion Vibber
2010-11-15Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-11-15Workaround for yfrog.com photo attachments: fudge File_redirection::lookupWhe...Brion Vibber
2010-11-15doc comments on File::processNewBrion Vibber
2010-11-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-11-15Merge branch 'atompub' into 0.9.xEvan Prodromou
2010-11-12Encapsulate the oEmbed -> oohembed fallback into oEmbedHelper class. Also add...Brion Vibber
2010-11-12Save oEmbed photo references as thumbnails if there's not a separate thumbnai...Brion Vibber
2010-11-09Allow YouTube-style media links to be counted as enclosures for purposes of l...Brion Vibber
2010-11-08Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, ...Brion Vibber
2010-11-08Pass file attachment thumbnails along with oEmbed data.Brion Vibber
2010-11-08Save a thumbnail image when uploading an image file into the file attachments...Brion Vibber
2010-11-08Testing... using photo info for temp thumbnailsBrion Vibber
2010-11-08Avoid marking files as attachments that are not locally uploaded, unless they...Brion Vibber
2010-11-04i18n/L10n updates.Siebrand Mazeland
2010-11-03Fix for ticket #2804: bad non-cache fallback code for dupe checks of prolific...Brion Vibber
2010-11-03Fix for ticket #2853: fix for some unknown MIME type error cases by adjusting...Brion Vibber
2010-11-03Add getFancyName() to User_group to match the one on Profile: encapsulates th...Brion Vibber
2010-11-02Add context for different uses of "%1$s (%2$s)"Siebrand Mazeland
2010-11-02Alternate pretty-title tweaks for #2668Brion Vibber
2010-10-28fall back to siteowner on bad nickname (Bug#2861)Evan Prodromou