Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-01 | Revert "debugging replyToID" | Evan Prodromou | |
This reverts commit bb9353f6e04f863c50bca12247d1a70cb12350d5. | |||
2010-09-01 | debugging replyToID | Evan Prodromou | |
2010-09-01 | Correctly check for user's id in replies in user salmon post | Evan Prodromou | |
2010-09-01 | correctly return oprofile from Ostatus_profile::ensureProfileURI() | Evan Prodromou | |
2010-09-01 | bug in Profile::fromURI() wasn't returning profile | Evan Prodromou | |
2010-09-01 | save URIs of remote profiles marked for attention | Evan Prodromou | |
2010-09-01 | Handle profile-from-uri hook to return ostatus profile if there's a match | Evan Prodromou | |
2010-09-01 | Notice::saveReplies() uses Profile::fromURI() to handle remote profiles too | Evan Prodromou | |
2010-09-01 | Static method to get a profile based on an URI | Evan Prodromou | |
2010-09-01 | send a salmon slap to mentioned person when we reply to a notice | Evan Prodromou | |
2010-08-26 | Fix for failover error in status_network_tag caching; when no tags present ↵ | Brion Vibber | |
in table we would return an array with one empty element instead of no elements when getting the cached data. | |||
2010-08-25 | Use Status_network's caching settings when loading Status_network_tag ↵ | Brion Vibber | |
entries; cache entries are batched per site and will be cleared when tags are inserted/deleted using the main interface. (with fixes from tagcache branch) | |||
2010-08-25 | fix incorrect function name in updateostatus.php script | Evan Prodromou | |
2010-08-16 | StatusNet 0.9.4 "Orange Crush"0.9.4 | Brion Vibber | |
2010-08-16 | Merge branch 'testing' | Brion Vibber | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-08-16 | fixed a %d that should be a %s in an error message | Brenda Wallace | |
2010-08-16 | removed the notice.location column from postgres def -- snuck in on a git ↵ | Brenda Wallace | |
commit by Patrick G | |||
2010-08-16 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
2010-08-16 | typo mixing up and in salmonaction | Evan Prodromou | |
2010-08-13 | fix use of activity rather than act in salmonaction subclasses, too | Evan Prodromou | |
2010-08-13 | add hooks to allow plugins to handle different kinds of activities | Evan Prodromou | |
2010-08-13 | typo mixing up and in salmonaction | Evan Prodromou | |
2010-08-13 | Fixes for RSS subscriptions: accept posts with no ActivityStreams ↵ | Brion Vibber | |
object-type set; be more liberal about accepting posts from feeds where the author info doesn't match (we'll post under the feed's profile and just not try to update the profile info). | |||
2010-08-13 | SubMirror: check feel-url discovery if profile-url discovery failed; should ↵ | Brion Vibber | |
help when giving direct feeds to subscribe to | |||
2010-08-13 | Suppress whinging during HTML parsing in profile page discovery for things ↵ | Brion Vibber | |
that turn out to be XML feeds with funny namespaces. | |||
2010-08-12 | add note about software subscription | Evan Prodromou | |
2010-08-12 | Fix for ticket 2513: "Can't linkify" error when some links are shortened | Brion Vibber | |
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513 | |||
2010-08-11 | Merge branch '0.9.x' | Brion Vibber | |
2010-08-11 | Output "web" instead of gettext translation file metadata when notice.source ↵ | Brion Vibber | |
is empty | |||
2010-08-11 | Merge branch '0.9.x' | Brion Vibber | |
2010-08-11 | 0.9.4beta2 update some notes in README, note the fix from beta10.9.4beta2 | Brion Vibber | |
2010-08-11 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-11 | Add dummy support for Esperanto. | Siebrand Mazeland | |
2010-08-11 | Localisation updates from http://translstewiki.net | Siebrand Mazeland | |
2010-08-10 | Merge branch 'master' of gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-08-10 | add last-modified header to sitemaps to keep them from getting regenerated | Evan Prodromou | |
2010-08-10 | StatusNet_network staticGet lookup fix | Brion Vibber | |
2010-08-10 | update version for 0.9.4beta10.9.4beta1 | Brion Vibber | |
2010-08-10 | Fix for regression with OStatus mention processing (duplicated new and old ↵ | Brion Vibber | |
style lead to trying to save a reply entry twice). | |||
2010-08-10 | Fix for FeedDiscovery test cases: note that some test cases with relative ↵ | Brion Vibber | |
URLs fail that include a schema but not a host. Not 100% sure those are legit, need to check. | |||
2010-08-10 | Initial support for third-party fallback hub such as Superfeedr for feed ↵ | Brion Vibber | |
subscriptions. If set up, this hub will be used to subscribe to feeds that don't specify a hub of their own. Assumes that the fallback hub will, in fact, handle polling and updates for any feed we throw at it! Authentication may be specified for the fallback hub. Example: $config['feedsub']['fallback_hub'] = 'https://superfeedr.com/hubbub'; $config['feedsub']['hub_user'] = 'abcd'; $config['feedsub']['hub_pass'] = 'ckcmdkmckdmkcdk'; Also: * Fix for WordPress-RSS-via-Superfeedr-Atom; if we have <author> info but no ID from a native ActivityStreams actor, don't freak out in the low-level processing code that checks for identity matches. * enhanced messages for low-level FeedSub exceptions if they make it to outside display | |||
2010-08-10 | Workaround for index setup on SubMirror until I'm done w/ arbitrary index ↵ | Brion Vibber | |
support for Schema setup. | |||
2010-08-08 | Add two i18n related FIXMEs. | Siebrand Mazeland | |
2010-08-07 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-08-07 | strip whitespace from me:data and me:sig (per spec) | James Walker | |
2010-08-06 | Fixed PHP 5.3 by & value | Eric Helgeson | |
Cleaned up {}'s | |||
2010-08-06 | And.... one more fix for queueing in SubMirror. | Brion Vibber | |
2010-08-06 | Missing file from SubMirror. :P | Brion Vibber | |
2010-08-06 | SubMirror: Drop mirror link from subscriptions list; has decoupled from ↵ | Brion Vibber | |
subscriptions. | |||
2010-08-06 | OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can ↵ | Brion Vibber | |
declare usage of a low-level feed or an OStatus profile besides profile subscriptions & group memberships. SubMirror: redid add-mirror frontend to accept a feed URL, then pass that on to OStatus, instead of pulling from your subscriptions. Profile: tweaked subscriberCount() so it doesn't subtract 1 for foreign profiles who aren't subscribed to themselves; instead excludes the self-subscription in the count query. Memcached_DataObject: tweak to avoid extra error spew in the DB error raising Work in progress: tweaking feedsub garbage collection so we can count other uses |