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
ac9e3621e5ea
parent
5a85d838a653
branch
default
tags
revelation-0.4.1

set release date

1
171c8c03142d
0.4.x:
2
a78b3bc44c12
- string cleanups
3
e17f1f517e59
- add import/export of PasswordSafe files
4
e17f1f517e59
- add import/export of GPasMan files
5
7c31a11e0ebe
- add import/export of zsafe files
6
38bdd8348b41
- add import/export of gnukeyring
7
086abbb6fc3c
- sorting of the tree
8
4674492151c3
- gnome panel applets (account lookup, password generator etc)
9
4674492151c3
  - show complete account tree as a popup-submenu of the applet
10
260e1dfe3e88
  - make library modules more independent, so only a few are imported
11
260e1dfe3e88
- run unit tests on built libraries instead of installed ones
12
cea4127a11c0
13
cea4127a11c0
0.5.x:
14
29c5326b470e
- ensure complete UTF-8 support
15
c4e6b15081f1
- improve the file format
16
11f56ee74685
  - remove namespacing for field identifiers
17
6865ee763d14
  - add a unique id for each entry (md5sum or something)
18
280f4ab4025f
  - xml namespace (can identify xml type in fd.o mime system)
19
c338f61d6ff5
  - sha-256 password hashing
20
c338f61d6ff5
  - 10k password hash iterations
21
e5330daca1cd
  - add note / comment field to accounts
22
4674492151c3
  - add remote desktop account type
23
4674492151c3
  - clean up the account types
24
4674492151c3
  - possibility for custom account types
25
db2df78e3141
  - custom launchers
26
db2df78e3141
  - account type for cd-keys (games, apps etc)
27
db2df78e3141
  - "file" account type - stores file path and password, launches
28
db2df78e3141
    app based on MIME-type on "go to"
29
a207757f8451
- file merging (union - this *really* need unique entry ids)
30
f75bf9f5bc0d
- dbus-server for getting/setting account data
31
cea4127a11c0
- accessibility improvements
32
cea4127a11c0
- translations
33
a32ec604c58f
- add a dropdown widget for list fields (like email protocol etc)
34
58e20ed25bde
- restructure the configuration layout
35
58e20ed25bde
- recent docs
36
5d99fc2aa75a
- use gnome_authentication_manager_init() from gnome-python when
37
5d99fc2aa75a
  available
38
552a2dc1b520
- port to gtk+ 2.6 / gnome 2.10
39
b57efdd083f5
  - gtk.AboutDialog
40
db2df78e3141
  - ellpisize labels in data view with gtk+ api
41
bffe619c6cec
- bugfix: make autolock filter trigger on certain events only
42
bffe619c6cec
  (needs pygtk bug #156948 to be fixed first)
43
cea4127a11c0
44
cea4127a11c0
1.0.x:
45
cea4127a11c0
- attempt full HIG compliance
46
cea4127a11c0
- misc polishing
47
bffe619c6cec
- help / documentation
48
cea4127a11c0
49
cea4127a11c0
1.1.x:
50
cea4127a11c0
- allow users to create custom account types
51
cea4127a11c0
52
88e8c3cdbfe9
2.0.x: use gnome-keyring as backend?