135 Commits (development)

Author SHA1 Message Date
binsky 698cc4ae00 implement listing credentials 2 years ago
binsky dc61f16b26 implement showing saved password when the option show credential was selected 2 years ago
fdai6352 0493a8a13d you can now use the password generator then adding a new credential 2 years ago
fdai6352 4b18c97ae6 refactor and added methods to interface 2 years ago
fdai6352 97953d5850 fixed some tests after merge 2 years ago
fdai6352 c801f9f32c refactored editCredential for better compatibility 2 years ago
fdai6352 779d94e9a7 refactored showCredential for better compatibility 2 years ago
fdai6352 1c25788fa1 refactored addCredential for better compatibility 2 years ago
fdai6352 d06c407c17 refactored if statements to switch cases 2 years ago
binsky fc92c555ad fix vault test encoding to run maven test on linux console 2 years ago
fdai6352 9d255f29f5 debug testcommit 2 years ago
fdai6352 025734043d debug testcommit 2 years ago
fdai5728 25b7c90b52 Unittest that prooves saving and loading work properly 2 years ago
fdai5728 1e5c8a7527 Implements Tests for Serializing Objects 2 years ago
fdai6352 92d763d836 refactored edit credential menu and test 2 years ago
fdai6352 b7a44828cf refactored show credential method and test 2 years ago
binsky e445d046b2 refactor password validator tests 2 years ago
fdai6352 c511951af0 refactored show credential method and test 2 years ago
fdai6352 f014afbf83 refactored add credential Method and Test 2 years ago
binsky 00fc1ee00e implement method to shuffle password characters 2 years ago
binsky fd4e570204 implement requiring every configured character type in password generator 2 years ago
binsky 4c458fb710 implement generating passwords with special characters 2 years ago
binsky 408d189ac4 make password generator requirements configurable 2 years ago
binsky 5eb63ea2b3 implement generating passwords with digits 2 years ago
binsky 7e9f3d179f implement generating passwords with uppercase letters 2 years ago
binsky bb0e14c26f refactor PasswordGeneratorTest 2 years ago
binsky 963c58967d implement generating lowercase passwords with a customizable length 2 years ago
binsky 6b13284a52 add PasswordGenerator class 2 years ago
fdai5728 ffdbc80dfe Reverts some mistakes 2 years ago
fdai5728 57ae190c63 Implements Unittest and function to delete credential from arraylist 2 years ago
fdai5728 2ad4ea87c4 Implements function for Username Update 2 years ago
fdai5728 2d2d1bd527 Implements Unittest for Username Update 2 years ago
fdai5728 b95899aa56 Implements Unittest for Password Update 2 years ago
fdai5728 d485b04678 Updates Interface and function signatures 2 years ago
fdai5728 cf2ec72c26 Fix counter error in arrayList 2 years ago
fdai5728 c131eac34a Implements search function and test for search via index 2 years ago
fdai5728 aff9a8f70e Implements test for search function over repository 2 years ago
fdai5728 b0fca310de Implements testable function signature and first unit test 2 years ago
fdai5728 93d7dc776c Creates Testclass for CredentialRepository 2 years ago
fdai6352 18f4cc93f9 implemented show credential via name functionality 2 years ago
fdai6352 044d4af707 implemented show credential via ID functionality 2 years ago
fdai6352 f89a4e4af1 implemented add credential functionality 2 years ago
fdai6352 cf0425bc59 added edit credential menu item 2 years ago
fdai6352 35a372765d added credential menu item show credential 2 years ago
fdai6352 9b0c21b584 added credential menu item add credential 2 years ago
fdai6352 6b50608ef8 refactored credential menu exit 2 years ago
fdai6352 1d4ec73c19 added credential menu exit 2 years ago
fdai6352 317d500f50 added credential menu 2 years ago
fdai6352 a18ebb7438 temporarily deleted addCredential 2 years ago
fdai5728 75ffb1854a Reverts some mistakes 2 years ago