Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-07 | Fix for #2663: fix for original/96px-size avatars getting saved with bad ↵ | Brion Vibber | |
permissions, causing failure to see images if background queues are different user from web server. The original-size file is now forced to 0644 (all-readable), which should help. Not sure this is 100% ideal, but it's better than 0600! (The other sizes were being created in other code and had sane read perms already.) Watch out for similar issues in Twitter bridge etc; avatar import code should get cleaned up and consolidated. | |||
2010-09-03 | syntax error in exception string in discovery.php | Evan Prodromou | |
2010-09-03 | * i18n/L10n updates and FIXMEs added | Siebrand Mazeland | |
* whitespace fixes | |||
2010-09-02 | Merge branch 'swat0' into 0.9.x | Evan Prodromou | |
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 | 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 | send a salmon slap to mentioned person when we reply to a notice | Evan Prodromou | |
2010-09-01 | Merge branch 'master' into 0.9.x | Evan Prodromou | |
2010-09-01 | remove noop function from OStatusPlugin | Evan Prodromou | |
2010-08-25 | fix incorrect function name in updateostatus.php script | Evan Prodromou | |
2010-08-16 | Merge branch 'testing' | Brion Vibber | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
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 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
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 | 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-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 | 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-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-07 | strip whitespace from me:data and me:sig (per spec) | James Walker | |
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 | |||
2010-08-03 | Merge branch 'activityhooks' into 0.9.x | Evan Prodromou | |
Conflicts: classes/Notice.php | |||
2010-08-03 | correctly show <source> for atom feeds | Evan Prodromou | |
2010-08-02 | Fix for #2429 - move OStatus XML writing to XMLStringer | James Walker | |
2010-08-02 | fix #2478 - ensure all XRD documents get proper content-type headers | James Walker | |
2010-08-02 | move to rel="salmon" (per latest spec) | James Walker | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-07-12 | Commit hubprepqueuehandler.php -- fix for OStatus bulk output. | Brion Vibber | |
2010-06-29 | Fix regression in OStatus remote group subscribe -- a bug was previously ↵ | Brion Vibber | |
masked silently (call to nonexistent getProfileUrl() method on User_group -- now replaced with homeUrl() which does the thing we wanted here) | |||
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-07 | OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing ↵ | Brion Vibber | |
sites. Keeps latency down for other things enqueued while we work... | |||
2010-06-03 | Option to divert PuSH items directly to the target site's queue when local | Brion Vibber | |
2010-06-03 | Skip enqueueing to outgoing bridges on incoming remote messages. Twitter, ↵ | Brion Vibber | |
Facebook, RSSCloud, and OStatus checks were enqueued on these when they'd never do anything but churn the queue servers. Notice::isLocal() can replace a number of manual checks for $notice->is_local being LOCAL_PUBLIC or LOCAL_NONPUBLIC. | |||
2010-05-21 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-05-21 | Avoid PHP notice about undefined array index when no avatar photo available ↵ | Brion Vibber | |
from Google profile | |||
2010-05-19 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openidlogin.php | |||
2010-05-18 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-14 | accept either salmon endpoint (until they're unified in the spec) | James Walker | |
2010-05-14 | allow hyphens in subdomains for webfinger addresses | James Walker | |
2010-05-06 | - OStatusPlugin should return true if it doesn't need to handle source | Zach Copley | |
attribution - Remove stray break statement from NoticeList | |||
2010-05-05 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: locale/ca/LC_MESSAGES/statusnet.po locale/de/LC_MESSAGES/statusnet.po locale/statusnet.pot |