Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-14 | Ticket #2205: pass geo locations over Twitter bridge (will only be used if ↵ | Brion Vibber | |
enabled on the Twitter side) | |||
2010-04-08 | Fix for error during handling of HTTP error response case in Geonames lookups | Brion Vibber | |
2010-04-08 | drop onStartShowHeadElements handler from MobileProfile; just duplicated the ↵ | Brion Vibber | |
original code path, and after removing the bogus notice-spewing code it was running those things twice. | |||
2010-04-06 | Handle attempt to subscribe a local user via their remote webfinger ↵ | Brion Vibber | |
reference more gracefully. The ensure* family of functions will now return an OStatusShadowException in this case, which gives us a pleasant error message instead of a giant exception backtrace when you do 'sub somebody@this.local.server'. Can be extended later to allow actually using the local profile, since we could figure it out. | |||
2010-04-06 | Set a default 2-second timeout on Geonames web service lookups. After a ↵ | Brion Vibber | |
failure, further lookups in the same process will be skipped for the next 60 seconds (also configurable). Makes a Geonames outage much less disruptive to site operations. | |||
2010-04-06 | Allow Meteor plugin to be configurable via configuration database or file. | Brion Vibber | |
As there's no admin control panel yet, this is mainly meant for batch administration and using setconfig.php | |||
2010-04-06 | Add a User-Agent fragment blacklist to MobileProfile: sticking iPad on the ↵ | Brion Vibber | |
regular theme, which works better on its larger screen (was tripped on 'mobile' in the UA though we had no explicit check for 'ipad' previously) | |||
2010-04-06 | Comment out unreachable code spewing notices due to use of undefined ↵ | Brion Vibber | |
variables in MobileProfile. This needs some cleanup... | |||
2010-04-05 | Some localization cleanup and doc to aid in customization: | Brion Vibber | |
* added locale/en/LC_MESSAGES/statusnet.po to make it easier to start customizing English texts * added notes to locale/README about customizing and how to disable languages you haven't customized * renamed PO templates from *.po to *.pot to match general conventions and reduce confusion for people trying to find which file they're supposed to edit | |||
2010-04-05 | Clean up and clarify output on fix-shadow.php | Brion Vibber | |
2010-03-30 | Shared cache key option for Geonames plugin, lets multi-instance sites share ↵ | Brion Vibber | |
their cached geoname lookups. Example: unset($config['plugins']['default']['Geonames']); addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared')); | |||
2010-03-30 | Some fixes to make the twitterstatusfetcher behave better in a multi-site ↵ | Zach Copley | |
configuration | |||
2010-03-29 | Include meta charset header in saved HTML file for long OStatus messages; ↵ | Brion Vibber | |
without, DOMDocument::loadHTML assumed Latin-1 instead of UTF-8. | |||
2010-03-28 | Remove debug line that crept into a commit a while back, breaking realtime ↵ | Brion Vibber | |
when Firebug wasn't present | |||
2010-03-28 | don't try to get to database at initialize time | Evan Prodromou | |
2010-03-26 | Drop debug statements on every regex match from Blacklist plugin; filling ↵ | Brion Vibber | |
the logs a little faster than ops likes. :) | |||
2010-03-26 | move base64_url_(encode|decode) to static functions in Magicsig | James Walker | |
2010-03-26 | Do ostatus queue first | Evan Prodromou | |
We do the OStatus queue first, so if we're sending a notice to the same server twice (e.g., with OMB), our richer and more featureful notice comes in first. | |||
2010-03-25 | Tweak to OStatus long message cropping: use original source notice URL for ↵0.9.1rc1 | Brion Vibber | |
the link in the text version, don't shorten the link for the HTML so we can append params to it in JS. Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-03-25 | Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents ↵ | Brion Vibber | |
to make it easier to extract without getting extra markup. | |||
2010-03-25 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2010-03-25 | Using … (hellip) instead of "more" for link text | Sarven Capadisli | |
2010-03-25 | Updated 'more' anchor for attachments to do an XHR GET | Brion Vibber | |
Conflicts: lib/attachmentlist.php plugins/OStatus/classes/Ostatus_profile.php Merge tried to delete things that it seems it shouldn't, very confusing order. Hope rest of the cherry-picking isn't a problem. | |||
2010-03-25 | add whitelist and blacklist for openid URLs | Evan Prodromou | |
2010-03-25 | remove debugging calls | Evan Prodromou | |
2010-03-25 | Updated plugin to open external links on a new window that are not | Sarven Capadisli | |
attachments | |||
2010-03-25 | Merge branch 'blacklisttable' into testing | Evan Prodromou | |
2010-03-25 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-03-25 | Store blacklist patterns in their own tables | Evan Prodromou | |
We were bumping into limits on the config format in the Blacklist plugin. So, added new tables for nickname and homepage blacklists, and changed the plugin to use those instead of config file (actually, still uses config file in addition, for compatibility). | |||
2010-03-24 | Make sure we're requiring the library | James Walker | |
2010-03-24 | Updated Math_Biginteger from upstream - removing safe* workarounds | James Walker | |
2010-03-24 | Check for 0.9.0 bad keys from old Crypt_RSA library | James Walker | |
2010-03-24 | A bit safer checking in the keypair parsing | James Walker | |
2010-03-24 | Look for the first object in the Activity | Zach Copley | |
2010-03-23 | Improve legibility of OStatus remote tests output | Brion Vibber | |
2010-03-23 | add a general PuSHed post and an @-reply back to a subscribee by name to ↵ | Brion Vibber | |
OStatus remote test cases | |||
2010-03-23 | Add basic subscribe/unsubscribe test to OStatus test cases | Brion Vibber | |
2010-03-23 | Don't spew XML parse warnings to output when checking a remote XRD page | Brion Vibber | |
2010-03-23 | prevent password login actions in OpenID-only mode | Evan Prodromou | |
2010-03-23 | start making OpenID-only mode work | Evan Prodromou | |
2010-03-23 | reformat OpenIDPlugin for PHPCS | Evan Prodromou | |
2010-03-22 | Fix reference. Look at the first ActivityObject in the list. | Zach Copley | |
2010-03-22 | Some initial media parsing | Zach Copley | |
- Activity now returns a list of activity objects - Processing of photo objects | |||
2010-03-22 | OStatus remote sending test cases. Doesn't actually run within PHPUnit right ↵ | Brion Vibber | |
now, must be run from command line -- specify base URLs to two StatusNet sites that will be able to communicate with each other. Current test run includes: * register accounts (via web form) * local post * @-mention using path (@domain/path/to/user) Subscriptions, webfinger mentions, various paths to subscription and unsubscription, etc to come. | |||
2010-03-22 | Math_BigInteger doesn't correctly handle serialization/deserialization for a ↵ | Brion Vibber | |
value of 0, which can end up spewing notices to output and otherwise intefering with Salmon signature setup and verification when using memcached. Worked around this with a subclass that fixes the wakeup, used for the stored 0 value in the subclassed Crypt_RSA. | |||
2010-03-22 | Confirm there's actually user and domain portions of acct string before ↵ | Brion Vibber | |
assigning things from output of explode(); avoids notice message when invalid input passed to main/xrd | |||
2010-03-22 | Fixing HTTP Header LRDD parsing (sites in subdirectories need this) | James Walker | |
2010-03-22 | ignore unrecognized object types | Evan Prodromou | |
2010-03-21 | Pull <atom:author> info as well as <activity:actor> when we have an ↵ | Brion Vibber | |
old-style ActivityStreams feed. This fixes subscription setup for Cliqset feeds, which currently have a bogus activity:actor/atom:id but a good atom:author/atom:uri | |||
2010-03-21 | Accept 'tag' and other non-http id URIs in ↵ | Brion Vibber | |
Ostatus_profile::getActivityObjectProfileURI(). (If there's not a valid ID we fall back to the link, which we do still validate as http/s.) |