Last modified: 2013-04-22 16:17:13 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T47323, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45323 - OpenID Preference tab: Show list of "trust" records [SOLVED] ; add links for selective deletion [SOLVED]
OpenID Preference tab: Show list of "trust" records [SOLVED] ; add links for ...
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
OpenID (Other open bugs)
master
All All
: High enhancement (vote)
: ---
Assigned To: T. Gries
:
Depends on: 45914
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-24 08:21 UTC by T. Gries
Modified: 2013-04-22 16:17 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description T. Gries 2013-02-24 08:21:44 UTC
Suggestion to show in preference tab "OpenID" the list of "trust" records. This is the list of "consumer" domains and services where you allow to use your MediaWiki OpenID. This is usually stored in the OpenID Server when you add the OpenID at the Consumer.

This list may look like

+ http://www.example.org/service/foo
+ http://www.example2.org/wiki1
+ http://www.example2.org/wiki2
+ http://www.example3.org
...


We should add checkboxes to allow _deletion_ of selected trust records.

Technical information:
======================

Trust records are serialized and saved as a user option in the standard mw table user_properties, up_property == openid_trust:

+ $trust_str = $user->getOption( 'openid_trust' );

see 

+ SpecialOpenIDServer.body::GetUserTrustArray
+ SpecialOpenIDServer.body::SetUserTrustArray
Comment 1 T. Gries 2013-02-24 08:23:57 UTC
Add:

+ Allow to delete all trust records at once.
Comment 2 T. Gries 2013-02-27 22:01:06 UTC
see https://gerrit.wikimedia.org/r/51278
Comment 4 T. Gries 2013-03-05 07:49:59 UTC
reopened, because the delete option is not yet implemented (see comment https://bugzilla.wikimedia.org/show_bug.cgi?id=45323#c1 )
Comment 5 T. Gries 2013-03-05 07:52:18 UTC
please implement 
+ checkboxes for deletion of selected trusted sites
+ a checkbox or link to delete all at once
Comment 6 T. Gries 2013-03-10 12:22:06 UTC
"selective deletion of trusted sites" is now also implemented, see

https://gerrit.wikimedia.org/r/#/c/53032/
Comment 7 T. Gries 2013-03-10 21:07:09 UTC
finally solved with https://gerrit.wikimedia.org/r/#/c/53032/

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links