161 Commits (dc61f16b2601955354d0f0f1fe2cb9cf6f111d0d)

Author SHA1 Message Date
binsky dc61f16b26 implement showing saved password when the option show credential was selected 3 years ago
fdai6352 0493a8a13d you can now use the password generator then adding a new credential 3 years ago
fdai6352 4b18c97ae6 refactor and added methods to interface 3 years ago
fdai6352 c801f9f32c refactored editCredential for better compatibility 3 years ago
fdai6352 779d94e9a7 refactored showCredential for better compatibility 3 years ago
fdai6352 1c25788fa1 refactored addCredential for better compatibility 3 years ago
fdai6352 edc5aa577d implemented editCredential method 3 years ago
fdai6352 d06c407c17 refactored if statements to switch cases 3 years ago
binsky fc92c555ad fix vault test encoding to run maven test on linux console 3 years ago
fdai6352 025734043d debug testcommit 3 years ago
fdai5728 f6e8fb03d3 Implements Deserialization Logic 3 years ago
fdai5728 c017222eb9 Implements Serialization Logic for Credentials 3 years ago
fdai5728 904e9de7b0 Implements helper function for serialization 3 years ago
fdai6352 92d763d836 refactored edit credential menu and test 3 years ago
fdai5728 8b6aedac2f Implements helper function for serialization 3 years ago
fdai5728 de28f184b3 Inserting JavaDoc for list size helperfunction 3 years ago
fdai5728 66b7b880af Inserting JavaDoc to delete credential 3 years ago
fdai5728 da4509f0fc Inserting JavaDoc for credential ID search 3 years ago
fdai5728 909010aac4 Inserting JavaDoc for credential search function 3 years ago
fdai5728 099fb9ea26 Inserting JavaDoc 3 years ago
fdai5728 6fc18633da Removes unused code 3 years ago
fdai6352 b7a44828cf refactored show credential method and test 3 years ago
fdai6352 c511951af0 refactored show credential method and test 3 years ago
binsky 312a9046ac shuffle every generated password by default 3 years ago
binsky cbd3124ac2 fix password generator requirement implementation for every configured character 3 years ago
fdai6352 f014afbf83 refactored add credential Method and Test 3 years ago
binsky 00fc1ee00e implement method to shuffle password characters 3 years ago
binsky fd4e570204 implement requiring every configured character type in password generator 3 years ago
binsky 4c458fb710 implement generating passwords with special characters 3 years ago
binsky 408d189ac4 make password generator requirements configurable 3 years ago
binsky 5eb63ea2b3 implement generating passwords with digits 3 years ago
binsky 7e9f3d179f implement generating passwords with uppercase letters 3 years ago
binsky 963c58967d implement generating lowercase passwords with a customizable length 3 years ago
binsky 6b13284a52 add PasswordGenerator class 3 years ago
fdai5728 85ea30ccb7 erneuter commit, löscht hoffentlich datei 3 years ago
fdai5728 ffdbc80dfe Reverts some mistakes 3 years ago
fdai5728 57ae190c63 Implements Unittest and function to delete credential from arraylist 3 years ago
fdai5728 b0730d1003 Adds error printing for indexoutofbound case 3 years ago
fdai5728 2ad4ea87c4 Implements function for Username Update 3 years ago
fdai5728 90cb65377c Implements function for Password Update 3 years ago
fdai5728 d485b04678 Updates Interface and function signatures 3 years ago
fdai5728 b6e33cd520 Rewrite ValueObject to DTO since we don't want to destroy the old object each time it gets updated 3 years ago
fdai5728 729f80d09d Restructures repository class and interface 3 years ago
fdai5728 028267642f Removes unused functions 3 years ago
fdai5728 cf2ec72c26 Fix counter error in arrayList 3 years ago
fdai5728 c131eac34a Implements search function and test for search via index 3 years ago
fdai5728 a914453294 Implements search function and test for search 3 years ago
fdai5728 aff9a8f70e Implements test for search function over repository 3 years ago
fdai5728 b0fca310de Implements testable function signature and first unit test 3 years ago
fdai5728 978c79d3ae Implements a Value Object to hold user information 3 years ago