Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e71f7da
Minor Changes, just added some of the objects which I will implement …
Madhavan7 Nov 9, 2022
26632a1
Added a few methods, pending implementation
Madhavan7 Nov 10, 2022
0b25139
Added the required objects and wrote some code
Madhavan7 Nov 12, 2022
cb07aea
Wrote some code for the UI
Madhavan7 Nov 12, 2022
33eab38
Almost done implementation of UserRegistrationUI and UserVerificationUI
Madhavan7 Nov 12, 2022
b8f86ab
Minor changes
Madhavan7 Nov 12, 2022
e4efd7e
added changes made to another branch and brought it here
Madhavan7 Nov 13, 2022
5c4b5c9
added changes made to another branch and resolved conflicts
Madhavan7 Nov 13, 2022
bf8afc7
Made changes to UserRegistrationUI and UserVerificationUI the only is…
Madhavan7 Nov 13, 2022
a2a33b7
When tested using "TestUserDatabase3.csv" everything seems to work
Madhavan7 Nov 13, 2022
f837d19
Used Factory design pattern to change the method "sendVerificationCod…
Madhavan7 Nov 14, 2022
9c471f0
Figured out and corrected the bug in UserDatabase.createUser now its …
Madhavan7 Nov 17, 2022
776765e
Made changes to the gradle dependencies in order to facilitate email …
Madhavan7 Nov 17, 2022
f19fb12
Packaged all the files
Madhavan7 Nov 17, 2022
2f00f3a
There was design problems with user verification, so I changed the de…
Madhavan7 Nov 18, 2022
45271e7
Implemented Email verification
Madhavan7 Nov 19, 2022
bf563b5
Changed the Packaging Structure
Madhavan7 Nov 20, 2022
bbd6f94
Minor Changes
Madhavan7 Nov 20, 2022
73d358a
Merge branch 'main' into 9-feature-1-user-registration
Madhavan7 Nov 21, 2022
1007a1e
Minor Changes
Madhavan7 Nov 21, 2022
1da907a
Minor Changes
Madhavan7 Nov 21, 2022
705b6c9
Minor Changes
Madhavan7 Nov 21, 2022
6e91e27
Minor Changes
Madhavan7 Nov 21, 2022
a86bb7d
Merged conflicts from the main branch
Madhavan7 Nov 29, 2022
a6d0b75
Merged conflicts from the main branch
Madhavan7 Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added javax.mail.jar
Binary file not shown.
Empty file.
10 changes: 0 additions & 10 deletions src/main/java/entities/user_entities/BasicUser.java

This file was deleted.

67 changes: 0 additions & 67 deletions src/main/java/entities/user_entities/User.java

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/entities/user_entities/UserFactory.java

This file was deleted.

Empty file.