summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-12-16Fix ticket #2929: router cache now clears itself when switching singleuser mo...Brion Vibber
2010-12-14Mark OembedAction, XrdAction, and (plugin) AutocompleteAction as read-only. T...Brion Vibber
2010-12-14AtomPub discovery fix: gets MarsEdit's auto API detection working.Brion Vibber
2010-12-13fix URL for memberships feedEvan Prodromou
2010-12-13add atompub membership actions to routerEvan Prodromou
2010-12-10Show a single favorite for AtomPubEvan Prodromou
2010-12-10Merge branch '0.9.x' into activityatompubEvan Prodromou
2010-12-09Tweaking nickname format regexes: added one that explicitly allows numbers, t...Brion Vibber
2010-12-09Add subscription feed for AtomPubEvan Prodromou
2010-12-09AtomPub for single subscriptionEvan Prodromou
2010-12-08Don't cache user-specific information for Notice atom entriesEvan Prodromou
2010-12-07whitespace problems in lib/routerEvan Prodromou
2010-12-07generate links for apinamespace.org/atom and /twitter in userxrdEvan Prodromou
2010-12-07allow <Property> elements in <Link> in XRDEvan Prodromou
2010-12-07fix whitespace in lib/xrdaction.phpEvan Prodromou
2010-12-06use codeKey() in activity cachingEvan Prodromou
2010-12-06Merge branch '0.9.x' into cacheactivityEvan Prodromou
2010-12-06Config flag to disable router caching if neededEvan Prodromou
2010-12-06use Cache::codeKey() in Router classEvan Prodromou
2010-12-06Make code-dependent cache entries more volatileEvan Prodromou
2010-12-06cache generated activity infoEvan Prodromou
2010-12-06Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-12-06correctly generate enclosure in Activity::asString()Evan 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-06remove common_debug() from Activity::asString()Evan Prodromou
2010-12-05Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asStr...Evan Prodromou
2010-12-02Fix for tickets #2917, #2262: user URL shortening options not being applied i...Brion Vibber
2010-12-01Fix dumb mistake -- changed function names partway through writing Nickname a...Brion Vibber
2010-11-30Merge branch 'master' into 0.9.xEvan Prodromou
2010-11-30was using Cache::get() and ::set() wrongEvan Prodromou
2010-11-30use a CRC32 of the plugin names rather than actual namesEvan Prodromou
2010-11-30use a CRC32 of the plugin names rather than actual namesEvan Prodromou
2010-11-30Squashed commit of the following:Evan Prodromou
2010-11-30Squashed commit of the following:Evan Prodromou
2010-11-29Normalize username strings in command parsingBrion Vibber
2010-11-29General code safety: validate input and escape SQL strings in common_relative...Brion Vibber
2010-11-29Use Nickname::DISPLAY_FMT instead of manual regex fragments in router setup f...Brion Vibber
2010-11-29Add Nickname test cases for @-reply regexes in common_find_mentionsBrion Vibber
2010-11-29Nickname class to encapsulate validation & common regexes for nickname formats.Brion Vibber
2010-11-29Work in progress on nickname validation changes. lib/nickname.php appears to ...Brion Vibber
2010-11-29Add some doc comments on nickname-related stuff in util.phpBrion Vibber
2010-11-26Make userxrd work without OStatus enabledEvan Prodromou
2010-11-26Make userxrd part of the default hostmetaEvan Prodromou
2010-11-26Move user xrd action to core and use hooks to extendEvan Prodromou
2010-11-26move xrd and hostmeta out of the OStatus plugin and into coreCraig Andrews
2010-11-19Merge branch 'master' into 0.9.xBrion Vibber
2010-11-19Fix ticket #2700: some numeric IDs were misinterpreted as hex numbers instead...Brion Vibber
2010-11-19Ticket #2797: replace addslashes() with explicit escape calls on the DB objectsBrion Vibber
2010-11-19Merge branch 'master' into 0.9.xBrion Vibber