After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 300714 - Improve host sorting of passwords
Improve host sorting of passwords
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: Passwords, Cookies, & Certificates
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
polish
: 503847 541044 (view as bug list)
Depends on:
Blocks: 755292
 
 
Reported: 2005-04-15 09:16 UTC by oa
Modified: 2015-09-30 02:00 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description oa 2005-04-15 09:16:13 UTC
When the personal data manager is used to remember many passwords and cookies,
it becomes very difficult to locate a single item from the list, due to at least
two problems outlined below. 

Problem #1: the the list is sorted by default by the hostname part of the Host
column, but the data shown in the column is something else (apparently including
http:// or https:// for stored web form passwords). This makes the sorting
non-obvious, and breaks the GTK 2.6 built-in keyboard search which considers the
data as shown in the list, not what was used to sort).

Problem #2: related to above, the variable -length leading part in the host name
before the sorting key makes it extremely difficult to visually scan the list
for the item you're looking for, as sometimes it's in column 0, sometimes
somewhere else.

Problem #2: Passwords are commonly valid for a domain, but the lists sorting
includes the hostname. Some sites perform authenication to a separate server,
and the location of the password in the list becomes entirely unknown.

For example: the Lufthansa frequent flyer site is
https://portal.miles-and-more.com, but the authentication is made to
https://aero.miles-and-more.com. These appear far away from each other in the
list, and there is no way to search for miles-and-more.

My suggestion would be to remove the protocol part entirely (I don't se why it
should be relevant to a user whether the authentication method used is HTTP
Basic, Digest, or a form-based login), sub-divide the Host column to host- and
domain-part, and apply sorting and searching to the domain part only. Something
like:


| Host                    | User Name |
| www      .freshmeat.net | foobar    |
| bugzilla .gnome.org     | foobar    |
| mail     .gnome.org     | foobar    |
| www      .slashdot.org  | foobar    |

            ^^^^^^^^^^ this is what you sort and search by
Comment 1 Reinout van Schouwen 2005-04-15 12:35:03 UTC
Agreed, if the protocol part is relevant at all it should be indicated in
another way, it should not affect sorting.
Comment 2 oa 2005-04-16 14:13:30 UTC
I may have been a bit unclear in my report, the protocol part does not affect
sorting now either, but it does make the list difficult to read. I'm suggesting
that the first hostname part should not be the primary sorting field either, to
group the entries for one domain together.
Comment 3 Christian Persch 2005-12-31 21:35:12 UTC
This is solved for the cookies view; I didn't fix it for the passwords view since it's going to disappear altogether.
Comment 4 Christian Persch 2006-08-17 14:04:43 UTC
Mass changing target 2.16 -> 2.18
Comment 5 Christian Persch 2007-03-12 12:25:18 UTC
Moving to 2.20 target due to feature and UI freeze for 2.18.
Comment 6 Christian Persch 2007-08-27 20:43:00 UTC
Moving Severity:enhancement bugs off of 2.20 target.
Comment 7 Cyril Brulebois 2007-09-07 01:23:25 UTC
Christian, I fear I don't understand what you called “it's going to disappear altogether”. Is that to say that you were about to apply the same kind of patch for the passwords, but that you didn't (yet)? In which case, I could have a look at implementing this.
Comment 8 Cyril Brulebois 2007-09-07 01:25:54 UTC
OK, I just read #307893… Anyway, should I consider producing a patch for this, or is gnome-keyring support ready?
Comment 9 Christian Persch 2007-09-07 21:56:25 UTC
The keyring support isn't ready. So I guess it makes sense to apply the same sorting as the cookie hosts to the password hosts too.
Comment 10 Cosimo Cecchi 2007-12-20 14:22:17 UTC
*** Bug 503847 has been marked as a duplicate of this bug. ***
Comment 11 Alexandre Franke 2011-01-06 18:17:38 UTC
*** Bug 541044 has been marked as a duplicate of this bug. ***
Comment 12 Diogo Campos 2015-09-30 01:26:03 UTC
Seems similar to Bug 157414...
So, same question: was this obsoleted by the new Password panel and the filter/search in it?
Comment 13 Michael Catanzaro 2015-09-30 01:52:34 UTC
Yup, we expect people to find passwords with the search feature.