[root]/src/net/java/sip/communicator/plugin/securityconfig/masterpassword

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 1856 (100.0%) | 53.0 |
| lubomir_m | 13 (37.1%) | 1504 (81.0%) | 115.6 |
| damencho | 3 (8.6%) | 162 (8.7%) | 54.0 |
| emcho | 10 (28.6%) | 88 (4.7%) | 8.8 |
| yanas | 4 (11.4%) | 55 (3.0%) | 13.7 |
| s_vincent | 5 (14.3%) | 47 (2.5%) | 9.4 |
Fixes javadoc and eclipse related warnings in the code.
47 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
6 lines of code changed in:
Adds option in provisioning configuration for deleting stored password.
7 lines of code changed in:
Fixing build.
0 lines of code changed in:
Refactor password dialog to show stored passwords for provisioning and http.
Fixes sip connected with new values after account edit.
155 lines of code changed in:
Removes unused imports.
0 lines of code changed in:
Load Master Password Window before credential storage window and before provisioning.
3 lines of code changed in:
Introduced new icon for master password dialogs.
Changed icon for authorization request with the new padlock icon.
52 lines of code changed in:
Commits Dmitri Melnikov's dialogs.patch provided in the dev mailing list thread "Password Storage in trunk".
3 lines of code changed in:
Commits migration.patch (migrates old passwords to the credential storage on startup) and passwordInput.patch (the OK button gets clicked when Enter is hit inside the master password entry field) provided by Dmitri Melnikov as part of Google Summer of Code 2010 on the dev mailing list in the thread "Password Storage in trunk".
12 lines of code changed in:
Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing list in the thread "Password Storage in trunk".
101 lines of code changed in:
Removes use of the String.isEmpty() method as it does not exist in Java 1.5
82 lines of code changed in:
Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.
1388 lines of code changed in: