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
cdaef80a065f
parent
1e8d1627dc15
branch
default
tags
revelation-0.4.9

don't include built config.py during make dist

1
cea4127a11c0
0.5.x:
2
913efc458009
- make password drag/drop work with mozilla/firefox
3
913efc458009
- port to gtk+ 2.8 / gnome 2.12
4
913efc458009
  - ellpisize labels in data view with gtk+ api
5
913efc458009
- bugfix: make autolock filter trigger on certain events only
6
913efc458009
  (needs pygtk bug #156948 to be fixed first)
7
913efc458009
- check errors when opening files from dav:// urls
8
32df8c1bbdf3
- port HIG-improvements from sputnik
9
32df8c1bbdf3
- detect XDG prefix and install mime/icons to correct dir
10
f7e311e828af
- restructure the configuration layout
11
2aff79fca9f3
- fix insane constant polling with gnome-vfs monitoring
12
2aff79fca9f3
  (http://blogs.gnome.org/view/ryanl/2006/07/27/0)
13
913efc458009
14
913efc458009
0.6.x:
15
29c5326b470e
- ensure complete UTF-8 support
16
d8876838e2bc
- fix unicode encoding/decoding on import/export
17
d8876838e2bc
  (this also means encoding/decoding the file password)
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
e5330daca1cd
  - add note / comment field to accounts
23
4674492151c3
  - add remote desktop account type
24
60595491f191
  - add im account type
25
4674492151c3
  - clean up the account types
26
4674492151c3
  - possibility for custom account types
27
db2df78e3141
  - custom launchers
28
db2df78e3141
  - account type for cd-keys (games, apps etc)
29
db2df78e3141
  - "file" account type - stores file path and password, launches
30
db2df78e3141
    app based on MIME-type on "go to"
31
a207757f8451
- file merging (union - this *really* need unique entry ids)
32
e484cd989094
- sorting of the tree
33
a32ec604c58f
- add a dropdown widget for list fields (like email protocol etc)
34
58e20ed25bde
- recent docs
35
e6bf198935fe
- add import/export of GPasMan files
36
e6bf198935fe
- add import/export of zsafe files
37
e6bf198935fe
- add import/export of gnukeyring files
38
e6bf198935fe
- add import/export of web confidential files
39
e6bf198935fe
- add import/export from browser (firefox, mozilla, epiphany, galeon)
40
896fd487b9c9
- searchable notes?
41
d8876838e2bc
42
d8876838e2bc
0.6.x:
43
f48ca1b4146d
- misc command-line arguments
44
f48ca1b4146d
- terminal-friendly frontend (curses-based?)
45
d8876838e2bc
- dbus-server for getting/setting account data
46
d8876838e2bc
- accessibility improvements
47
d8876838e2bc
- help / documentation
48
cea4127a11c0
49
cea4127a11c0
1.0.x:
50
cea4127a11c0
- attempt full HIG compliance
51
cea4127a11c0
- misc polishing
52
cea4127a11c0
53
d8876838e2bc
2.0.x:
54
d8876838e2bc
- use gnome-keyring as backend?
55
cea4127a11c0