Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-05 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-04 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-10-04 | Fix unescaped dollar signs in double-quoted strings due to localization ↵ | Brion Vibber | |
updates (%1$s etc) | |||
2010-10-04 | Extra debug helper line in push callback | Brion Vibber | |
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/AnonymousFave/AnonymousFavePlugin.php | |||
2010-10-04 | Fix broken code in OStatus feed maint/test scripts (using field name from ↵ | Brion Vibber | |
older dev code, would load up wrong record) | |||
2010-10-03 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
2010-10-01 | Localisation updates from http://translatewiki.net. | Siebrand Mazeland | |
2010-09-30 | Always specify UTF-8 targt charset for html_entity_decode(); default is ↵ | Brion Vibber | |
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping. | |||
2010-09-28 | Localisation updates from http://translatewiki.net | Siebrand Mazeland | |
* first export of L10n for languages other than English. Could use some testing/QA. | |||
2010-09-28 | Update POT files. | Siebrand Mazeland | |
2010-09-27 | Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches ↵ | Brion Vibber | |
against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure. Could use some more thorough testing in practice! | |||
2010-09-27 | Add a comment in UserxrdAction warning future maintainers not to break ↵ | Brion Vibber | |
domain migrations if adding domain checking to the webfinger lookup in future. | |||
2010-09-27 | User user_group.uri to look up local groups for OStatus addressing checks ↵ | Brion Vibber | |
when available. Will still fall back to the URL-scheme-checking code if there's no matching user_group record. Should help with keeping remote groups working when renaming sites -- as long as user_group.uri has been filled out on the site changing its domain and other issues with POST handling are resolved. | |||
2010-09-23 | Update POT files for plugins. | Siebrand Mazeland | |
2010-09-22 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-09-21 | make some static functions public for OStatus_profile | Evan Prodromou | |
2010-09-20 | Bump up HTTP timeout for OStatus remote-tests.php to 60 seconds; when ↵ | Brion Vibber | |
running without queues and with only bcmath, salmon key generation is absurdly slow. | |||
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-19 | * i18n/L10n update | Siebrand Mazeland | |
* translator comments added * remove superfluous whitespace | |||
2010-09-19 | Update pot files for plugins. | Siebrand Mazeland | |
2010-09-16 | Ticket #2731: Fix for regression in posting to remote groups (regression in ↵ | Brion Vibber | |
2d4e0693c88bb8cad47f917db3ac5ecfacf28619) Changes in 2d4e0693c88bb8cad47f917db3ac5ecfacf28619 changed Ostatus_profile::filterReplies() (which sorts out the local, remote, and group recipients on incoming remote messages) from checking for remote profiles with a safe call to Ostatus_profile::staticGet() to calls through Ostatus_profile::ensureProfileURL() and Ostatus_profile::ensureWebfinger(), which throw exceptions and thus abort processing. Since this was done before checking for local groups, the filter would fail when the ensure* functions determined it was looking at a local group and rightfully refused to create a remote group profile for it. Changing the calls to the ensure* functions was done so we can record remote reply recipients for future reply-to-reply processing (the staticGet() call was a cheaper way to do a lookup when we knew we only actually had to process groups that somebody signed up to); most important fix is simply to actually check for the exception! :) Here I'm changing the order of processing so we do the local group lookup first -- where it's nice and safe -- and then when we do the remote checks, we'll go ahead and gracefully skip that entry if the full remote lookup fails, so we'll still process any following recipients. | |||
2010-09-15 | Merge branch '0.9.x' into activityexport | Evan Prodromou | |
2010-09-15 | Update/add pot files for plugins. | Siebrand Mazeland | |
2010-09-14 | note on why we don't use Group_member::asActivity() in OStatusPlugin | Evan Prodromou | |
2010-09-13 | move code for making activities from OStatus plugin to Subscription and Fave ↵ | Evan Prodromou | |
classes | |||
2010-09-12 | Add translator hint. | Siebrand Mazeland | |
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. |