]> git.mxchange.org Git - quix0rs-gnu-social.git/log
quix0rs-gnu-social.git
15 years agoUse canonical URL for notification in RSSCloud plugin
Zach Copley [Tue, 9 Mar 2010 11:06:08 +0000 (11:06 +0000)]
Use canonical URL for notification in RSSCloud plugin

15 years agoOnly allow RSSCloud subs to canonical RSS2 profile feeds
Zach Copley [Mon, 8 Mar 2010 22:53:43 +0000 (22:53 +0000)]
Only allow RSSCloud subs to canonical RSS2 profile feeds

15 years agoCentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since...
Brion Vibber [Mon, 8 Mar 2010 21:38:59 +0000 (13:38 -0800)]
CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since you'd need a version update anyway...)

15 years agoRevert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in
Brion Vibber [Mon, 8 Mar 2010 21:38:26 +0000 (13:38 -0800)]
Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in

This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.

15 years agoCentOS 5.4 still bogus on a stock install.
Brion Vibber [Mon, 8 Mar 2010 21:32:18 +0000 (13:32 -0800)]
CentOS 5.4 still bogus on a stock install.

15 years agoFix ticket #2208: regression in XMPP sending when server != host
Brion Vibber [Mon, 8 Mar 2010 20:19:06 +0000 (12:19 -0800)]
Fix ticket #2208: regression in XMPP sending when server != host

The upstream class sets $this->basejid with host unconditionally, which wasn't previously an issue as the fulljid would always be filled in by the server at connect time before sending messages. With the new queued messaging, we need to make sure we've filled out $this->fulljid correctly without making a connection.
Now using $server if provided to build $this->basejid and $this->fulljid in the queued XMPP proxy class, so queued messages are sent correctly.

15 years agoXMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access...
Brion Vibber [Mon, 8 Mar 2010 18:32:40 +0000 (10:32 -0800)]
XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for first access to undefined member variable

15 years agoRemove unused variables, update Twitter ones
Zach Copley [Sat, 6 Mar 2010 01:05:00 +0000 (17:05 -0800)]
Remove unused variables, update Twitter ones

15 years agoNo need to pass in $this->limit and $this-tag
Zach Copley [Sat, 6 Mar 2010 00:52:15 +0000 (16:52 -0800)]
No need to pass in $this->limit and $this-tag

15 years agoFix undefined variable error and some other cleanup
Zach Copley [Sat, 6 Mar 2010 00:40:35 +0000 (16:40 -0800)]
Fix undefined variable error and some other cleanup

15 years agoUserRSS Didn't Use the Tag Propery.
Christopher Vollick [Thu, 11 Feb 2010 16:19:50 +0000 (11:19 -0500)]
UserRSS Didn't Use the Tag Propery.

This meant that server.com/user/tag/TAG/rss just returned all user data.
That was incorrect.

15 years agoFix for blank RSS1 tag feeds
Zach Copley [Sat, 6 Mar 2010 00:20:33 +0000 (16:20 -0800)]
Fix for blank RSS1 tag feeds

15 years agoOpenID fix:
Brion Vibber [Fri, 5 Mar 2010 23:00:27 +0000 (15:00 -0800)]
OpenID fix:
- avoid notice on insert (missing sequenceKeys())
- avoid cache corruption on delete (user_id was missing from keys list, cache not cleared for user_id lookups)

15 years agoInitial install-time test for PCRE compiled without Unicode properties, which causes...
Brion Vibber [Fri, 5 Mar 2010 19:27:48 +0000 (11:27 -0800)]
Initial install-time test for PCRE compiled without Unicode properties, which causes corruption in feeds and other linking problems.
Error message links to help info at http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library

15 years agoticket #697: merge two dupe config bits in config.php.sample
Brion Vibber [Fri, 5 Mar 2010 20:21:30 +0000 (12:21 -0800)]
ticket #697: merge two dupe config bits in config.php.sample

15 years agoOStatus fix: send the feed's root element, not the DOM document, down to low-level...
Brion Vibber [Fri, 5 Mar 2010 18:55:07 +0000 (10:55 -0800)]
OStatus fix: send the feed's root element, not the DOM document, down to low-level feed processing as entry context on PuSH input.

15 years agoA better way to safely delete Foreign_links
Zach Copley [Fri, 5 Mar 2010 03:14:40 +0000 (03:14 +0000)]
A better way to safely delete Foreign_links

15 years agoFix for errant deletion of all Twitter foreign_links
Zach Copley [Fri, 5 Mar 2010 02:27:01 +0000 (02:27 +0000)]
Fix for errant deletion of all Twitter foreign_links

15 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 4 Mar 2010 19:19:02 +0000 (11:19 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  Updated note on geo location and added a note on user roles
  Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)

15 years agoMake indenting consistent in README
Zach Copley [Thu, 4 Mar 2010 19:18:30 +0000 (11:18 -0800)]
Make indenting consistent in README

15 years agoUpdated note on geo location and added a note on user roles
Sarven Capadisli [Thu, 4 Mar 2010 19:11:18 +0000 (14:11 -0500)]
Updated note on geo location and added a note on user roles

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 19:01:09 +0000 (11:01 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoSet up subscription to update@status.net for admin user on new installation, if OStat...
Brion Vibber [Thu, 4 Mar 2010 19:00:02 +0000 (11:00 -0800)]
Set up subscription to update@status.net for admin user on new installation, if OStatus is set up and working. (Will fail gracefully on a behind-the-firewall site.)

15 years agoNormalize whitespace in the README -- all tabs to (4) spaces
Zach Copley [Thu, 4 Mar 2010 18:57:35 +0000 (10:57 -0800)]
Normalize whitespace in the README -- all tabs to (4) spaces

15 years agonote betas are obsolete now
Evan Prodromou [Thu, 4 Mar 2010 18:56:02 +0000 (13:56 -0500)]
note betas are obsolete now

15 years agoMerge commit 'gitorious/testing' into testing
Evan Prodromou [Thu, 4 Mar 2010 18:53:13 +0000 (13:53 -0500)]
Merge commit 'gitorious/testing' into testing

15 years agoRemove reference to $config['profile']['banned'] -- superceded by blacklist
Zach Copley [Thu, 4 Mar 2010 18:48:37 +0000 (10:48 -0800)]
Remove reference to $config['profile']['banned'] -- superceded by blacklist

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:46:05 +0000 (13:46 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agobanned no longer supported
Evan Prodromou [Thu, 4 Mar 2010 18:45:31 +0000 (13:45 -0500)]
banned no longer supported

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:43:49 +0000 (13:43 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoSlight right alignment for remote button in minilists
Sarven Capadisli [Thu, 4 Mar 2010 18:43:28 +0000 (13:43 -0500)]
Slight right alignment for remote button in minilists

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 18:41:25 +0000 (10:41 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoupdates to queue info in readme
Brion Vibber [Thu, 4 Mar 2010 18:41:07 +0000 (10:41 -0800)]
updates to queue info in readme

15 years agoMerge branch 'testing' of gitorious.org:statusnet/mainline into testing
Zach Copley [Thu, 4 Mar 2010 18:34:46 +0000 (10:34 -0800)]
Merge branch 'testing' of gitorious.org:statusnet/mainline into testing

* 'testing' of gitorious.org:statusnet/mainline:
  some more editorial on README
  Increased admin navigation width to handle longer text length

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:34:13 +0000 (13:34 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoFix link to StatusNet bug tracker in README
Zach Copley [Thu, 4 Mar 2010 18:34:12 +0000 (10:34 -0800)]
Fix link to StatusNet bug tracker in README

15 years agosome more editorial on README
Evan Prodromou [Thu, 4 Mar 2010 18:34:05 +0000 (13:34 -0500)]
some more editorial on README

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:32:25 +0000 (13:32 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoIncreased admin navigation width to handle longer text length
Sarven Capadisli [Thu, 4 Mar 2010 18:31:49 +0000 (13:31 -0500)]
Increased admin navigation width to handle longer text length

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:29:41 +0000 (13:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:29:25 +0000 (13:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoadd blacklist and throttle plugin notes
Evan Prodromou [Thu, 4 Mar 2010 18:29:09 +0000 (13:29 -0500)]
add blacklist and throttle plugin notes

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 18:28:53 +0000 (13:28 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoAnother update to admin navigation alignment
Sarven Capadisli [Thu, 4 Mar 2010 18:28:26 +0000 (13:28 -0500)]
Another update to admin navigation alignment

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 18:24:42 +0000 (10:24 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agochange lede so it doesn't talk about Laconica
Evan Prodromou [Thu, 4 Mar 2010 18:24:29 +0000 (13:24 -0500)]
change lede so it doesn't talk about Laconica

15 years agochange 'mublog' to 'statusnet' in README
Evan Prodromou [Thu, 4 Mar 2010 18:22:45 +0000 (13:22 -0500)]
change 'mublog' to 'statusnet' in README

15 years agochange lacuser/lacpassword to statusnet-like ones
Evan Prodromou [Thu, 4 Mar 2010 18:21:11 +0000 (13:21 -0500)]
change lacuser/lacpassword to statusnet-like ones

15 years agoPull latest .po files from 0.9.x to testing
Brion Vibber [Thu, 4 Mar 2010 18:20:10 +0000 (10:20 -0800)]
Pull latest .po files from 0.9.x to testing

15 years agoupdate version number
Evan Prodromou [Thu, 4 Mar 2010 18:18:41 +0000 (13:18 -0500)]
update version number

15 years agochange URLs and versions in README
Evan Prodromou [Thu, 4 Mar 2010 18:17:48 +0000 (13:17 -0500)]
change URLs and versions in README

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Evan Prodromou [Thu, 4 Mar 2010 18:05:21 +0000 (13:05 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agochange changelog and version
Evan Prodromou [Thu, 4 Mar 2010 18:04:22 +0000 (13:04 -0500)]
change changelog and version

15 years agoAdd link to http://status.net/wiki/Getting_started on installer success screen.
Brion Vibber [Thu, 4 Mar 2010 17:50:54 +0000 (09:50 -0800)]
Add link to http://status.net/wiki/Getting_started on installer success screen.

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 17:51:18 +0000 (12:51 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoShowing a vertical navigation for admin panels.
Sarven Capadisli [Thu, 4 Mar 2010 17:50:29 +0000 (12:50 -0500)]
Showing a vertical navigation for admin panels.

15 years agoBringing aside back because it is needed for Design values. Will hide
Sarven Capadisli [Thu, 4 Mar 2010 17:49:42 +0000 (12:49 -0500)]
Bringing aside back because it is needed for Design values. Will hide
from CSS instead.

15 years agoDropping the earlier PubSubHubbub plugin; OStatus plugin is taking that portion over...
Brion Vibber [Thu, 4 Mar 2010 17:33:56 +0000 (17:33 +0000)]
Dropping the earlier PubSubHubbub plugin; OStatus plugin is taking that portion over (with both internal and external hub options for user and group feeds).
Todo: add support for other feeds to OStatus PuSH hub implementation.

15 years agoOStatus: fix for remote group join via non-logged-in 'join' button.
Brion Vibber [Thu, 4 Mar 2010 17:24:47 +0000 (09:24 -0800)]
OStatus: fix for remote group join via non-logged-in 'join' button.
Bad lookup was sending us to the first group instead of the selected group.

15 years agoadding plugin version to OStatus
James Walker [Thu, 4 Mar 2010 17:02:01 +0000 (12:02 -0500)]
adding plugin version to OStatus

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 16:57:51 +0000 (08:57 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 16:57:40 +0000 (11:57 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoIgnore API 'since' silently as Twitter does instead of throwing a 403 error. Getting...
Brion Vibber [Thu, 4 Mar 2010 16:55:36 +0000 (08:55 -0800)]
Ignore API 'since' silently as Twitter does instead of throwing a 403 error. Getting extra results is less disruptive than total failure.
Threw in an X-StatusNet-Warning header on the off chance some API client developer notices it. :)

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 16:50:50 +0000 (08:50 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoadding checkschema to setup script
James Walker [Thu, 4 Mar 2010 16:48:51 +0000 (11:48 -0500)]
adding checkschema to setup script

15 years agoRoll up some missing items from 08to09.sql; now hits all changed tables/columns/keys...
Brion Vibber [Thu, 4 Mar 2010 16:49:04 +0000 (08:49 -0800)]
Roll up some missing items from 08to09.sql; now hits all changed tables/columns/keys in core.

Added partial data conversions:
user_groups -> local_user: ids, names filled out; mainpage, uri left null
notice -> conversation: stub entry added to push the autoincrement past existing notice items

15 years agoOStatus enabled by default
Evan Prodromou [Thu, 4 Mar 2010 16:43:31 +0000 (11:43 -0500)]
OStatus enabled by default

15 years agoMoved database hostname in install to db fieldset
Sarven Capadisli [Thu, 4 Mar 2010 16:35:18 +0000 (11:35 -0500)]
Moved database hostname in install to db fieldset

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Brion Vibber [Thu, 4 Mar 2010 16:33:33 +0000 (08:33 -0800)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoCreate new field in consumer table in 08to09.sql
Ciaran Gultnieks [Mon, 1 Feb 2010 21:05:50 +0000 (21:05 +0000)]
Create new field in consumer table in 08to09.sql

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 16:32:59 +0000 (11:32 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoAdded oauth_appication tables to 08to09.sql
Brion Vibber [Thu, 4 Mar 2010 16:32:45 +0000 (08:32 -0800)]
Added oauth_appication tables to 08to09.sql

Conflicts:

db/08to09.sql

15 years agoUpdated SN install UI. Using separate fieldsets
Sarven Capadisli [Thu, 4 Mar 2010 16:32:30 +0000 (11:32 -0500)]
Updated SN install UI. Using separate fieldsets

15 years agoMerge branch 'master' into testing
Brion Vibber [Thu, 4 Mar 2010 15:53:08 +0000 (07:53 -0800)]
Merge branch 'master' into testing

15 years agoInstaller tweaks: maintain form values when redisplaying form after error, add pass...
Brion Vibber [Thu, 4 Mar 2010 15:45:26 +0000 (07:45 -0800)]
Installer tweaks: maintain form values when redisplaying form after error, add pass confirmation and optional email forms for administrator.
Caveat: fancy URLs value isn't currently maintained; JS needs updating to not overwrite the value or we should kill it entirely.

15 years agoMerge branch 'testing'
Brion Vibber [Thu, 4 Mar 2010 15:00:45 +0000 (07:00 -0800)]
Merge branch 'testing'

15 years agoFix on sitenotice admin panel save
Brion Vibber [Thu, 4 Mar 2010 14:39:46 +0000 (06:39 -0800)]
Fix on sitenotice admin panel save

15 years agoRemoved unused stub class
Zach Copley [Thu, 4 Mar 2010 09:23:02 +0000 (01:23 -0800)]
Removed unused stub class

15 years agoAdd generator tag into Atom feeds.
Zach Copley [Thu, 4 Mar 2010 09:16:25 +0000 (01:16 -0800)]
Add generator tag into Atom feeds.

15 years agoCouple of tweaks to the HTML to try and make installer look bettter. This still needs...
Zach Copley [Thu, 4 Mar 2010 07:59:10 +0000 (23:59 -0800)]
Couple of tweaks to the HTML to try and make installer look bettter. This still needs some work.

15 years agoCreate an initial user during install, and grant owner, moderator and administrator...
Zach Copley [Thu, 4 Mar 2010 07:26:45 +0000 (23:26 -0800)]
Create an initial user during install, and grant owner, moderator and administrator roles.

15 years agoFix variable name in NoConfigException
Zach Copley [Thu, 4 Mar 2010 06:22:57 +0000 (22:22 -0800)]
Fix variable name in NoConfigException

15 years agoCatch a previously uncaught exception and add some additional debug logs for signatur...
James Walker [Thu, 4 Mar 2010 06:46:34 +0000 (01:46 -0500)]
Catch a previously uncaught exception and add some additional debug logs for signature verification

15 years agoMerge remote branch 'statusnet/testing' into testing
James Walker [Thu, 4 Mar 2010 06:31:19 +0000 (01:31 -0500)]
Merge remote branch 'statusnet/testing' into testing

15 years agoupdate xrd -> userxrd
James Walker [Thu, 4 Mar 2010 06:30:15 +0000 (01:30 -0500)]
update xrd -> userxrd

15 years agoUpdated styles for unsandbox, unsilence, revoke administrator and
Sarven Capadisli [Thu, 4 Mar 2010 05:48:48 +0000 (00:48 -0500)]
Updated styles for unsandbox, unsilence, revoke administrator and
moderator icons

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 05:29:56 +0000 (00:29 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoAdded the inverse icons for badge, sandbox, speech, admin
Sarven Capadisli [Thu, 4 Mar 2010 05:29:13 +0000 (00:29 -0500)]
Added the inverse icons for badge, sandbox, speech, admin

15 years agoTemp fix for problem getting actor from PuSH updates where actor is only specified...
Zach Copley [Thu, 4 Mar 2010 04:55:53 +0000 (20:55 -0800)]
Temp fix for problem getting actor from PuSH updates where actor is only specified in subject

15 years agoTest a small user feed to ensure we're taking the activity actor from the subject
Zach Copley [Thu, 4 Mar 2010 04:07:13 +0000 (20:07 -0800)]
Test a small user feed to ensure we're taking the activity actor from the subject

15 years agoRevert "Revert "Show <activity:subject> and no activity actors for user feed""
Zach Copley [Thu, 4 Mar 2010 01:35:18 +0000 (17:35 -0800)]
Revert "Revert "Show <activity:subject> and no activity actors for user feed""

This reverts commit e2578cfad68c45ca177c51997c4cc7c0abafbd9a.

15 years agoChanged text for authorizing/confirming remote profile
Sarven Capadisli [Thu, 4 Mar 2010 04:47:27 +0000 (23:47 -0500)]
Changed text for authorizing/confirming remote profile

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 04:36:05 +0000 (23:36 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoPuts All groups and Remote sub button in the mini list on the same line
Sarven Capadisli [Thu, 4 Mar 2010 04:34:48 +0000 (23:34 -0500)]
Puts All groups and Remote sub button in the mini list on the same line

15 years agorefactor xrd to allow for ownerxrd - xrd document for the site owner.
James Walker [Thu, 4 Mar 2010 04:20:04 +0000 (23:20 -0500)]
refactor xrd to allow for ownerxrd - xrd document for the site owner.
introduced $config['webfinger']['owner'] for a custom xrd subject

15 years agoMerge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Sarven Capadisli [Thu, 4 Mar 2010 03:58:28 +0000 (22:58 -0500)]
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing

15 years agoUpdated OStatus subscription error messages to be more user friendly.
Sarven Capadisli [Thu, 4 Mar 2010 03:56:50 +0000 (22:56 -0500)]
Updated OStatus subscription error messages to be more user friendly.
Hopefully.

15 years agoOStatus: catchable exception instead of fatal when parsing valid XML that isn't a...
Brion Vibber [Thu, 4 Mar 2010 02:31:35 +0000 (18:31 -0800)]
OStatus: catchable exception instead of fatal when parsing valid XML that isn't a valid XRD doc

15 years agoOStatus: code cleanup on webfinger fallback path
Brion Vibber [Thu, 4 Mar 2010 02:28:39 +0000 (18:28 -0800)]
OStatus: code cleanup on webfinger fallback path

15 years agoFix up catching of webfinger setup fails
Brion Vibber [Thu, 4 Mar 2010 02:23:28 +0000 (18:23 -0800)]
Fix up catching of webfinger setup fails