google-code-export / cpassman

Automatically exported from code.google.com/p/cpassman
0 stars 0 forks source link

Some password entries are not shown #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Nils,

I managed to get my KeePass XML file imported bit by bit. Now that everything 
is imported I have a few other problems.

As you can imagine, we have a lot of folders on at least 5 or 6 different 
levels with a lot of passwords. 

As it turns out, some password entries are not shown in the fith level or 
deeper (but it depends on what Browser you use). I tested with Chrome, Firefox 
and IE. While Chrome is able to show almost all entries, Firfox and IE doesn't 
(attachment).

What steps will reproduce the problem?
1. Insert a lot of folders and passwords

What is the expected output? What do you see instead?
I expected two entries but I only see one.

What version of the product are you using?
2.1

On what operating system? With what Browser (IEx, FFx, ...)
Windows 7 x64 and Windows XP. IE8 + IE9, Firefox (most recent) and Chrome (most 
recent)

Christoph

Original issue reported on code.google.com by Marker...@gmail.com on 21 Jan 2012 at 1:37

Attachments:

GoogleCodeExporter commented 9 years ago
Hello

Yes it is something that I've corrected. 
Can you please try change the admin.queries.php file you have by this new one 
=> 
https://github.com/nilsteampassnet/TeamPass/blob/master/sources/admin.queries.ph
p

PLease tell me if it solves your issue.

Nils

Original comment by nils.cpa...@gmail.com on 24 Jan 2012 at 8:32

GoogleCodeExporter commented 9 years ago
Hi Nils,

thank you for your feedback. I'll try the new admin.queries.php as soon as 
possible. You should have a feedback by friday.

Christoph

Original comment by Marker...@gmail.com on 24 Jan 2012 at 9:23

GoogleCodeExporter commented 9 years ago
Dear Nils,

I have checked it in my test server, with the same results, then I checked 
source and It's the same file I already had from 2.1.1:

[user@server ~]> wget 
https://raw.github.com/nilsteampassnet/TeamPass/master/sources/admin.queries.php
[user@server ~]> diff admin.queries.php TeamPass_2.1.1/sources/admin.queries.php
[user@server ~]> 

Then I tried "2.1.4" branch:

[user@server ~]> wget 
https://raw.github.com/nilsteampassnet/TeamPass/2.1.4/sources/admin.queries.php
[user@server ~]> diff admin.queries.php TeamPass_2.1.1/sources/admin.queries.php
376d375
<               echo '[{"result":""}]';
[user@server ~]> 

But I had the same result. If you look at my screenshot there should be a "15" 
password entry, and also "30" it's missing.

Regards,

Original comment by alar...@gmail.com on 24 Jan 2012 at 10:59

Attachments:

GoogleCodeExporter commented 9 years ago
Ho yes, you should try this file => 
https://github.com/nilsteampassnet/TeamPass/blob/2.1.4/sources/admin.queries.php

Original comment by nils.cpa...@gmail.com on 25 Jan 2012 at 6:25

GoogleCodeExporter commented 9 years ago
Dear Nils,

Sorry I tried "2.1.4" version and I had the same problem, the last message 
attached screenshot was taken using this file.

Regards,

Original comment by alar...@gmail.com on 25 Jan 2012 at 8:33

GoogleCodeExporter commented 9 years ago
Hi Nils,

I still got the same error with the new admin.queries.php.

Christoph

Original comment by Marker...@gmail.com on 27 Jan 2012 at 9:02

GoogleCodeExporter commented 9 years ago
Hum have you tried to clear up the "cache table" using the specific action in 
"settings page"?

Original comment by nils.cpa...@gmail.com on 29 Jan 2012 at 7:12

GoogleCodeExporter commented 9 years ago
Hi Nils,

Unfortunately the problem persists after cleaning cache table.

Regards,

Original comment by alar...@gmail.com on 29 Jan 2012 at 7:19

GoogleCodeExporter commented 9 years ago
Dear Nils,

Issue it's really easy to reproduce you only have to create a folder an fill in 
with numbered passwords, you will see easyly which passwords are not shown.

Regards,

Original comment by alar...@gmail.com on 2 Feb 2012 at 10:46

GoogleCodeExporter commented 9 years ago
Dear Nils,

Any news regarding to that issue, it's a very big problem because some password 
are not accesible.

Regards,

Original comment by alar...@gmail.com on 20 Feb 2012 at 9:04

GoogleCodeExporter commented 9 years ago
Hum I'll gonna check more in details.

Nevertheless ... can you check if those "missing" items are allowed to the user.
Indeed perhaps is there some restrictions on the items not displayed.

Original comment by nils.cpa...@gmail.com on 25 Feb 2012 at 2:28

GoogleCodeExporter commented 9 years ago
Ooohh ... I think I've understood why.
This is a bad initialization of counter when displaying with several queries.

Ok after tests, it is corrected in 2.1.4

Original comment by nils.cpa...@gmail.com on 25 Feb 2012 at 3:42

GoogleCodeExporter commented 9 years ago
Dear Nils,

Thanks, that makes sense, these are very good news.

Regards,

Original comment by alar...@gmail.com on 25 Feb 2012 at 5:29