Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.0 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / TODO

commit
c612387bf775
parent
d1c13e095736
branch
default
tags
revelation-0.4.0

fixed typo in python path checks

1
c335973efe9f
0.4.x:
2
a78b3bc44c12
- string cleanups
3
a78b3bc44c12
- don't use modal dialogs unless absolutely necessary
4
fc879cd2a40b
- password strength check - build python-crack as part of revelation
5
e17f1f517e59
- add import/export of PasswordSafe files
6
e17f1f517e59
- add import/export of GPasMan files
7
7c31a11e0ebe
- add import/export of zsafe files
8
7de8750f759b
- option for autolocking the file after a period of inactivity
9
086abbb6fc3c
- sorting of the tree
10
9e161d94bffc
- update documentation
11
4674492151c3
- monitor file for changes
12
4674492151c3
- gnome panel applets (account lookup, password generator etc)
13
4674492151c3
  - show complete account tree as a popup-submenu of the applet
14
cea4127a11c0
15
cea4127a11c0
0.5.x:
16
c4e6b15081f1
- remove support for version 0 data files
17
29c5326b470e
- ensure complete UTF-8 support
18
c4e6b15081f1
- improve the file format
19
11f56ee74685
  - remove namespacing for field identifiers
20
6865ee763d14
  - add a unique id for each entry (md5sum or something)
21
280f4ab4025f
  - xml namespace (can identify xml type in fd.o mime system)
22
c338f61d6ff5
  - sha-256 password hashing
23
c338f61d6ff5
  - 10k password hash iterations
24
e5330daca1cd
  - add note / comment field to accounts
25
4674492151c3
  - add remote desktop account type
26
4674492151c3
  - clean up the account types
27
4674492151c3
  - possibility for custom account types
28
8f4600f01a3d
  - add "note" entry type (large field for free-text data)
29
a207757f8451
- file merging (union - this *really* need unique entry ids)
30
cea4127a11c0
- accessibility improvements
31
cea4127a11c0
- help / documentation
32
cea4127a11c0
- internationalization
33
cea4127a11c0
- translations
34
a32ec604c58f
- add a dropdown widget for list fields (like email protocol etc)
35
58e20ed25bde
- restructure the configuration layout
36
58e20ed25bde
- recent docs
37
5d99fc2aa75a
- use gnome_authentication_manager_init() from gnome-python when
38
5d99fc2aa75a
  available
39
552a2dc1b520
- port to gtk+ 2.6 / gnome 2.10
40
b57efdd083f5
  - gtk.AboutDialog
41
8ec66df6d4cf
- HIG review
42
cea4127a11c0
43
cea4127a11c0
1.0.x:
44
cea4127a11c0
- attempt full HIG compliance
45
cea4127a11c0
- misc polishing
46
cea4127a11c0
47
cea4127a11c0
1.1.x:
48
cea4127a11c0
- allow users to create custom account types
49
cea4127a11c0
50
88e8c3cdbfe9
2.0.x: use gnome-keyring as backend?