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.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / TODO

commit
7de8750f759b
parent
a7bf0383412e
branch
default
tags
revelation-0.3.3

bumped version number

1
cea4127a11c0
0.4.x:
2
cea4127a11c0
- will introduce a gnome 2.6 dependency
3
fc879cd2a40b
- use autotools for installation
4
cea4127a11c0
- gnome integration (gnome-vfs, session management, recent docs etc)
5
cea4127a11c0
- add support for "copy username/password to clipboard", useful when
6
cea4127a11c0
  hiding the passwords
7
29c5326b470e
- copy password to clipboard when launching an entry
8
cea4127a11c0
- drag'n'drop
9
cea4127a11c0
- display filtering
10
cea4127a11c0
- new gtk+ 2.4 file selector
11
cea4127a11c0
- add a mime-type for the data file (application/x-revelation-data)
12
cea4127a11c0
  - based on the fd.o shared mime database spec
13
cea4127a11c0
- use themed icons when possible
14
cea4127a11c0
- make the EntryDropdown display the icon on the button as well as
15
cea4127a11c0
  in the menu
16
9b3c9903350d
- restructure the configuration layout
17
4787d15f40a4
- use a combo box for the username field
18
4787d15f40a4
- use a fileentry widget for file fields (key file, certificate)
19
4787d15f40a4
- use a spin button for integer fields (port)
20
4787d15f40a4
- add a dropdown widget for list fields (like email protocol etc)
21
4787d15f40a4
- use the row= arg to the TreeStore functions to avoid column indexes
22
a78b3bc44c12
- add info about file as cmdline-arg in --help text
23
a78b3bc44c12
- string cleanups
24
a78b3bc44c12
- don't use modal dialogs unless absolutely necessary
25
fc879cd2a40b
- password strength check - build python-crack as part of revelation
26
e17f1f517e59
- add import/export of PasswordSafe files
27
e17f1f517e59
- add import/export of GPasMan files
28
7de8750f759b
- option for autolocking the file after a period of inactivity
29
7de8750f759b
30
cea4127a11c0
31
cea4127a11c0
0.5.x:
32
c4e6b15081f1
- remove support for version 0 data files
33
29c5326b470e
- ensure complete UTF-8 support
34
c4e6b15081f1
- improve the file format
35
11f56ee74685
  - remove namespacing for field identifiers
36
6865ee763d14
  - add a unique id for each entry (md5sum or something)
37
cea4127a11c0
- gnome panel applets (account lookup, password generator etc)
38
cea4127a11c0
- accessibility improvements
39
cea4127a11c0
- help / documentation
40
cea4127a11c0
- internationalization
41
cea4127a11c0
- translations
42
cea4127a11c0
43
cea4127a11c0
1.0.x:
44
cea4127a11c0
- attempt full HIG compliance
45
cea4127a11c0
- misc polishing
46
b1b4f2dea43e
- branch for 2.0; based on gnome-keyring backend instead of
47
b1b4f2dea43e
  data files
48
cea4127a11c0
49
cea4127a11c0
1.1.x:
50
cea4127a11c0
- allow users to create custom account types
51
cea4127a11c0