From 0508adda57fc2f11478f937a8d8821cd27316aad Mon Sep 17 00:00:00 2001 From: AdrianBalunan Date: Fri, 24 Apr 2026 10:46:53 +0200 Subject: [PATCH] Feat: Removed /target from and gitignore so you can see JaCoCo --- .gitignore | 3 - .../target/classes/fxml/aboutPage.fxml | 436 +++++ .../classes/fxml/available_organizations.fxml | 64 + .../target/classes/fxml/charityPage.fxml | 365 ++++ .../classes/fxml/components/categoryTag.fxml | 13 + .../classes/fxml/components/feedbackCard.fxml | 33 + .../classes/fxml/components/footer.fxml | 80 + .../classes/fxml/components/inboxCard.fxml | 43 + .../classes/fxml/components/interestCard.fxml | 76 + .../classes/fxml/components/navbar.fxml | 91 + .../fxml/components/organizationCard.fxml | 44 + .../fxml/components/profileDonationCard.fxml | 25 + .../components/profileOrgDonationCard.fxml | 35 + .../classes/fxml/creater_user_site.fxml | 162 ++ .../target/classes/fxml/dashboard.fxml | 584 +++++++ .../target/classes/fxml/donationPage.fxml | 121 ++ .../target/classes/fxml/frontPage.fxml | 177 ++ .../target/classes/fxml/giveFeedback.fxml | 127 ++ .../target/classes/fxml/loginSite.fxml | 146 ++ .../classes/fxml/profile_org_Inbox.fxml | 188 ++ .../classes/fxml/profile_org_Payments.fxml | 156 ++ .../classes/fxml/profile_org_Settings.fxml | 176 ++ .../target/classes/fxml/profile_org_edit.fxml | 166 ++ .../classes/fxml/profile_user_history.fxml | 183 ++ .../classes/fxml/profile_user_inbox.fxml | 148 ++ .../classes/fxml/profile_user_interests.fxml | 138 ++ .../classes/fxml/profile_user_settings.fxml | 225 +++ .../target/classes/images/Logo.png | Bin 0 -> 94987 bytes .../target/classes/images/img.png | Bin 0 -> 886 bytes .../target/classes/images/leggTilBilde.jpg | Bin 0 -> 9879 bytes .../team6/HmHApplication.class | Bin 0 -> 5229 bytes .../ntnu/systemutvikling/team6/Main.class | Bin 0 -> 474 bytes .../controller/AboutPageController.class | Bin 0 -> 1115 bytes .../AvailableOrganizationController.class | Bin 0 -> 6897 bytes .../controller/CharityPageController.class | Bin 0 -> 7969 bytes .../controller/CreateUserPageController.class | Bin 0 -> 4070 bytes .../controller/DonationPageController.class | Bin 0 -> 9238 bytes .../controller/FrontpageController.class | Bin 0 -> 10929 bytes .../controller/GiveFeedbackController.class | Bin 0 -> 8381 bytes .../controller/LoginPageController.class | Bin 0 -> 3596 bytes .../components/BaseController.class | Bin 0 -> 1538 bytes .../components/CategoryTagController.class | Bin 0 -> 2132 bytes .../components/DonationCardController.class | Bin 0 -> 1769 bytes .../components/FeedbackCardController.class | Bin 0 -> 1662 bytes .../components/FooterController.class | Bin 0 -> 1377 bytes .../components/InboxCardController.class | Bin 0 -> 1478 bytes .../components/InterestCardController.class | Bin 0 -> 2559 bytes .../controller/components/LoaderScene.class | Bin 0 -> 6058 bytes .../components/NavbarController.class | Bin 0 -> 3081 bytes .../OrgDonationCardController.class | Bin 0 -> 1728 bytes .../OrganizationCardController.class | Bin 0 -> 2206 bytes .../profileOrgEditController.class | Bin 0 -> 6954 bytes .../profileOrgInboxController.class | Bin 0 -> 8840 bytes .../profileOrgPaymentsController.class | Bin 0 -> 7551 bytes .../profileOrgSettingsController.class | Bin 0 -> 8759 bytes .../profileUserHistoryController.class | Bin 0 -> 8432 bytes .../profileUserInboxController.class | Bin 0 -> 7245 bytes .../profileUserInterestController.class | Bin 0 -> 7860 bytes .../profileUserSettingsController.class | Bin 0 -> 11703 bytes .../team6/database/DAO/CategoryDAO.class | Bin 0 -> 2270 bytes .../team6/database/DAO/CharityDAO.class | Bin 0 -> 7083 bytes .../team6/database/DAO/CharityUserDAO.class | Bin 0 -> 4651 bytes .../team6/database/DAO/DonationDAO.class | Bin 0 -> 8156 bytes .../team6/database/DAO/FavouritesDAO.class | Bin 0 -> 6339 bytes .../team6/database/DAO/FeedbackDAO.class | Bin 0 -> 5441 bytes .../team6/database/DAO/MessageDAO.class | Bin 0 -> 4383 bytes .../team6/database/DAO/UserDAO.class | Bin 0 -> 15600 bytes .../team6/database/DatabaseConnection.class | Bin 0 -> 1526 bytes .../team6/database/DatabaseSetup.class | Bin 0 -> 11352 bytes .../team6/models/Charity.class | Bin 0 -> 5099 bytes .../team6/models/Donation.class | Bin 0 -> 2237 bytes .../team6/models/Feedback.class | Bin 0 -> 1855 bytes .../models/registry/CharityRegistry.class | Bin 0 -> 3949 bytes .../models/registry/DonationRegistry.class | Bin 0 -> 2999 bytes .../team6/models/registry/UserRegistry.class | Bin 0 -> 2957 bytes .../team6/models/user/Inbox.class | Bin 0 -> 2983 bytes .../team6/models/user/Language.class | Bin 0 -> 1208 bytes .../team6/models/user/Message.class | Bin 0 -> 2128 bytes .../team6/models/user/Role.class | Bin 0 -> 1239 bytes .../team6/models/user/Settings.class | Bin 0 -> 1631 bytes .../team6/models/user/User.class | Bin 0 -> 4586 bytes .../team6/scraper/FullCharityScrape.class | Bin 0 -> 4012 bytes .../team6/scraper/LogoDownloader.class | Bin 0 -> 2632 bytes .../scraperComponents/APICharityData.class | Bin 0 -> 1466 bytes .../scraperComponents/APICharityScraper.class | Bin 0 -> 4141 bytes .../scraperComponents/URLCharityScraper.class | Bin 0 -> 7432 bytes .../team6/security/PasswordHasher.class | Bin 0 -> 2774 bytes .../team6/service/APIToDatabaseService.class | Bin 0 -> 8756 bytes .../team6/service/AuthenticationService.class | Bin 0 -> 3373 bytes .../team6/service/CharityService.class | Bin 0 -> 337 bytes .../team6/service/DonationService.class | Bin 0 -> 340 bytes .../team6/service/FeedbackService.class | Bin 0 -> 340 bytes .../target/classes/tempClassDiagram.puml | 307 ++++ helpmehelpapplication/target/jacoco.exec | Bin 0 -> 143384 bytes .../target/logo/test-logo.png | 1 + .../compile/default-compile/createdFiles.lst | 62 + .../compile/default-compile/inputFiles.lst | 62 + .../default-testCompile/createdFiles.lst | 33 + .../default-testCompile/inputFiles.lst | 25 + .../target/site/jacoco/index.html | 1 + .../site/jacoco/jacoco-resources/branchfc.gif | Bin 0 -> 91 bytes .../site/jacoco/jacoco-resources/branchnc.gif | Bin 0 -> 91 bytes .../site/jacoco/jacoco-resources/branchpc.gif | Bin 0 -> 91 bytes .../site/jacoco/jacoco-resources/bundle.gif | Bin 0 -> 709 bytes .../site/jacoco/jacoco-resources/class.gif | Bin 0 -> 586 bytes .../site/jacoco/jacoco-resources/down.gif | Bin 0 -> 67 bytes .../site/jacoco/jacoco-resources/greenbar.gif | Bin 0 -> 91 bytes .../site/jacoco/jacoco-resources/group.gif | Bin 0 -> 351 bytes .../site/jacoco/jacoco-resources/method.gif | Bin 0 -> 193 bytes .../site/jacoco/jacoco-resources/package.gif | Bin 0 -> 227 bytes .../site/jacoco/jacoco-resources/prettify.css | 13 + .../site/jacoco/jacoco-resources/prettify.js | 1510 +++++++++++++++++ .../site/jacoco/jacoco-resources/redbar.gif | Bin 0 -> 91 bytes .../site/jacoco/jacoco-resources/report.css | 243 +++ .../site/jacoco/jacoco-resources/report.gif | Bin 0 -> 363 bytes .../site/jacoco/jacoco-resources/session.gif | Bin 0 -> 213 bytes .../site/jacoco/jacoco-resources/sort.gif | Bin 0 -> 58 bytes .../site/jacoco/jacoco-resources/sort.js | 148 ++ .../site/jacoco/jacoco-resources/source.gif | Bin 0 -> 354 bytes .../site/jacoco/jacoco-resources/up.gif | Bin 0 -> 67 bytes .../target/site/jacoco/jacoco-sessions.html | 1 + .../target/site/jacoco/jacoco.csv | 63 + .../target/site/jacoco/jacoco.xml | 1 + .../BaseController.html | 1 + .../BaseController.java.html | 57 + .../CategoryTagController.html | 1 + .../CategoryTagController.java.html | 44 + .../DonationCardController.html | 1 + .../DonationCardController.java.html | 29 + .../FeedbackCardController.html | 1 + .../FeedbackCardController.java.html | 27 + .../FooterController.html | 1 + .../FooterController.java.html | 22 + .../InboxCardController.html | 1 + .../InboxCardController.java.html | 27 + .../InterestCardController.html | 1 + .../InterestCardController.java.html | 50 + .../LoaderScene.html | 1 + .../LoaderScene.java.html | 109 ++ .../NavbarController.html | 1 + .../NavbarController.java.html | 74 + .../OrgDonationCardController.html | 1 + .../OrgDonationCardController.java.html | 28 + .../OrganizationCardController.html | 1 + .../OrganizationCardController.java.html | 41 + .../index.html | 1 + .../index.source.html | 1 + .../index.html | 1 + .../index.source.html | 1 + .../profileOrgEditController.html | 1 + .../profileOrgEditController.java.html | 123 ++ .../profileOrgInboxController.html | 1 + .../profileOrgInboxController.java.html | 132 ++ .../profileOrgPaymentsController.html | 1 + .../profileOrgPaymentsController.java.html | 103 ++ .../profileOrgSettingsController.html | 1 + .../profileOrgSettingsController.java.html | 148 ++ .../index.html | 1 + .../index.source.html | 1 + .../profileUserHistoryController.html | 1 + .../profileUserHistoryController.java.html | 115 ++ .../profileUserInboxController.html | 1 + .../profileUserInboxController.java.html | 106 ++ .../profileUserInterestController.html | 1 + .../profileUserInterestController.java.html | 112 ++ .../profileUserSettingsController.html | 1 + .../profileUserSettingsController.java.html | 230 +++ .../AboutPageController.html | 1 + .../AboutPageController.java.html | 18 + .../AvailableOrganizationController.html | 1 + .../AvailableOrganizationController.java.html | 158 ++ .../CharityPageController.html | 1 + .../CharityPageController.java.html | 217 +++ .../CreateUserPageController.html | 1 + .../CreateUserPageController.java.html | 87 + .../DonationPageController.html | 1 + .../DonationPageController.java.html | 188 ++ .../FrontpageController.html | 1 + .../FrontpageController.java.html | 216 +++ .../GiveFeedbackController.html | 1 + .../GiveFeedbackController.java.html | 111 ++ .../LoginPageController.html | 1 + .../LoginPageController.java.html | 72 + .../index.html | 1 + .../index.source.html | 1 + .../CategoryDAO.html | 1 + .../CategoryDAO.java.html | 53 + .../CharityDAO.html | 1 + .../CharityDAO.java.html | 215 +++ .../CharityUserDAO.html | 1 + .../CharityUserDAO.java.html | 162 ++ .../DonationDAO.html | 1 + .../DonationDAO.java.html | 262 +++ .../FavouritesDAO.html | 1 + .../FavouritesDAO.java.html | 185 ++ .../FeedbackDAO.html | 1 + .../FeedbackDAO.java.html | 129 ++ .../MessageDAO.html | 1 + .../MessageDAO.java.html | 109 ++ .../UserDAO.html | 1 + .../UserDAO.java.html | 633 +++++++ .../index.html | 1 + .../index.source.html | 1 + .../DatabaseConnection.html | 1 + .../DatabaseConnection.java.html | 66 + .../DatabaseSetup.html | 1 + .../DatabaseSetup.java.html | 318 ++++ .../index.html | 1 + .../index.source.html | 1 + .../CharityRegistry.html | 1 + .../CharityRegistry.java.html | 54 + .../DonationRegistry.html | 1 + .../DonationRegistry.java.html | 40 + .../UserRegistry.html | 1 + .../UserRegistry.java.html | 38 + .../index.html | 1 + .../index.source.html | 1 + .../Inbox.html | 1 + .../Inbox.java.html | 71 + .../Language.html | 1 + .../Language.java.html | 12 + .../Message.html | 1 + .../Message.java.html | 106 ++ .../Role.html | 1 + .../Role.java.html | 13 + .../Settings.html | 1 + .../Settings.java.html | 70 + .../User.html | 1 + .../User.java.html | 212 +++ .../index.html | 1 + .../index.source.html | 1 + .../Charity.html | 1 + .../Charity.java.html | 221 +++ .../Donation.html | 1 + .../Donation.java.html | 98 ++ .../Feedback.html | 1 + .../Feedback.java.html | 78 + .../index.html | 1 + .../index.source.html | 1 + .../APICharityData.html | 1 + .../APICharityData.java.html | 90 + .../APICharityScraper.html | 1 + .../APICharityScraper.java.html | 99 ++ .../URLCharityScraper.html | 1 + .../URLCharityScraper.java.html | 291 ++++ .../index.html | 1 + .../index.source.html | 1 + .../FullCharityScrape.html | 1 + .../FullCharityScrape.java.html | 111 ++ .../LogoDownloader.html | 1 + .../LogoDownloader.java.html | 55 + .../index.html | 1 + .../index.source.html | 1 + .../PasswordHasher.html | 1 + .../PasswordHasher.java.html | 93 + .../index.html | 1 + .../index.source.html | 1 + .../APIToDatabaseService.html | 1 + .../APIToDatabaseService.java.html | 225 +++ .../AuthenticationService.html | 1 + .../AuthenticationService.java.html | 123 ++ .../CharityService.html | 1 + .../CharityService.java.html | 4 + .../DonationService.html | 1 + .../DonationService.java.html | 4 + .../FeedbackService.html | 1 + .../FeedbackService.java.html | 4 + .../index.html | 1 + .../index.source.html | 1 + .../HmHApplication.html | 1 + .../HmHApplication.java.html | 99 ++ .../ntnu.systemutvikling.team6/Main.html | 1 + .../ntnu.systemutvikling.team6/Main.java.html | 9 + .../ntnu.systemutvikling.team6/index.html | 1 + .../index.source.html | 1 + ...ing.team6.database.DAO.CategoryDAOTest.xml | 162 ++ ...ling.team6.database.DAO.CharityDAOTest.xml | 254 +++ ....team6.database.DAO.CharityUserDAOTest.xml | 361 ++++ ...ing.team6.database.DAO.DonationDAOTest.xml | 347 ++++ ...g.team6.database.DAO.FavouritesDAOTest.xml | 346 ++++ ...ing.team6.database.DAO.FeedbackDAOTest.xml | 157 ++ ...ling.team6.database.DAO.MessageDAOTest.xml | 159 ++ ...vikling.team6.database.DAO.UserDAOTest.xml | 720 ++++++++ ....team6.database.DatabaseConnectionTest.xml | 71 + ...kling.team6.database.DatabaseSetupTest.xml | 68 + ...stemutvikling.team6.models.CharityTest.xml | 77 + ...temutvikling.team6.models.DonationTest.xml | 71 + ...temutvikling.team6.models.FeedbackTest.xml | 70 + ...m6.models.registry.CharityRegistryTest.xml | 75 + ...6.models.registry.DonationRegistryTest.xml | 72 + ...team6.models.registry.UserRegistryTest.xml | 70 + ...mutvikling.team6.models.user.InboxTest.xml | 72 + ...tvikling.team6.models.user.MessageTest.xml | 71 + ...vikling.team6.models.user.SettingsTest.xml | 69 + ...emutvikling.team6.models.user.UserTest.xml | 102 ++ ...kling.team6.scraper.LogoDownloaderTest.xml | 63 + ...r.scraperComponents.APICharityDataTest.xml | 67 + ...craperComponents.APICharityScraperTest.xml | 67 + ...craperComponents.URLCharityScraperTest.xml | 87 + ...ling.team6.security.PasswordHasherTest.xml | 71 + ...ing.team6.database.DAO.CategoryDAOTest.txt | 4 + ...ling.team6.database.DAO.CharityDAOTest.txt | 4 + ....team6.database.DAO.CharityUserDAOTest.txt | 4 + ...ing.team6.database.DAO.DonationDAOTest.txt | 4 + ...g.team6.database.DAO.FavouritesDAOTest.txt | 4 + ...ing.team6.database.DAO.FeedbackDAOTest.txt | 4 + ...ling.team6.database.DAO.MessageDAOTest.txt | 4 + ...vikling.team6.database.DAO.UserDAOTest.txt | 4 + ....team6.database.DatabaseConnectionTest.txt | 4 + ...kling.team6.database.DatabaseSetupTest.txt | 4 + ...stemutvikling.team6.models.CharityTest.txt | 4 + ...temutvikling.team6.models.DonationTest.txt | 4 + ...temutvikling.team6.models.FeedbackTest.txt | 4 + ...m6.models.registry.CharityRegistryTest.txt | 4 + ...6.models.registry.DonationRegistryTest.txt | 4 + ...team6.models.registry.UserRegistryTest.txt | 4 + ...mutvikling.team6.models.user.InboxTest.txt | 4 + ...tvikling.team6.models.user.MessageTest.txt | 4 + ...vikling.team6.models.user.SettingsTest.txt | 4 + ...emutvikling.team6.models.user.UserTest.txt | 4 + ...kling.team6.scraper.LogoDownloaderTest.txt | 4 + ...r.scraperComponents.APICharityDataTest.txt | 4 + ...craperComponents.APICharityScraperTest.txt | 4 + ...craperComponents.URLCharityScraperTest.txt | 4 + ...ling.team6.security.PasswordHasherTest.txt | 4 + .../team6/database/DAO/CategoryDAOTest.class | Bin 0 -> 4390 bytes .../team6/database/DAO/CharityDAOTest.class | Bin 0 -> 12883 bytes .../database/DAO/CharityUserDAOTest.class | Bin 0 -> 9847 bytes .../team6/database/DAO/DonationDAOTest.class | Bin 0 -> 13550 bytes .../database/DAO/FavouritesDAOTest.class | Bin 0 -> 10593 bytes .../team6/database/DAO/FeedbackDAOTest.class | Bin 0 -> 9495 bytes .../team6/database/DAO/MessageDAOTest.class | Bin 0 -> 6585 bytes .../team6/database/DAO/UserDAOTest.class | Bin 0 -> 18589 bytes .../database/DatabaseConnectionTest.class | Bin 0 -> 2888 bytes .../team6/database/DatabaseSetupTest.class | Bin 0 -> 4346 bytes .../team6/models/CharityTest.class | Bin 0 -> 6665 bytes .../team6/models/DonationTest.class | Bin 0 -> 4705 bytes .../team6/models/FeedbackTest.class | Bin 0 -> 4032 bytes .../models/registry/CharityRegistryTest.class | Bin 0 -> 6238 bytes .../registry/DonationRegistryTest.class | Bin 0 -> 6058 bytes .../models/registry/UserRegistryTest.class | Bin 0 -> 4720 bytes .../team6/models/user/InboxTest.class | Bin 0 -> 5482 bytes .../MessageTest$FirstConstructorTest.class | Bin 0 -> 3892 bytes .../MessageTest$secondConstructorTest.class | Bin 0 -> 4215 bytes .../team6/models/user/MessageTest.class | Bin 0 -> 1183 bytes .../team6/models/user/SettingsTest.class | Bin 0 -> 3376 bytes ...UserTest$constructorTests$emailTests.class | Bin 0 -> 3495 bytes .../user/UserTest$constructorTests.class | Bin 0 -> 11310 bytes .../UserTest$secondConstructorTests.class | Bin 0 -> 6316 bytes .../team6/models/user/UserTest.class | Bin 0 -> 686 bytes .../team6/scraper/LogoDownloaderTest.class | Bin 0 -> 1280 bytes .../APICharityDataTest.class | Bin 0 -> 3763 bytes .../APICharityScraperTest.class | Bin 0 -> 5790 bytes .../URLCharityScraperTest$1.class | Bin 0 -> 1466 bytes .../URLCharityScraperTest.class | Bin 0 -> 7074 bytes ...sswordHasherTest$getHashPasswordTest.class | Bin 0 -> 2733 bytes ...sswordHasherTest$isValidPasswordTest.class | Bin 0 -> 3219 bytes .../team6/security/PasswordHasherTest.class | Bin 0 -> 778 bytes 358 files changed, 17407 insertions(+), 3 deletions(-) create mode 100644 helpmehelpapplication/target/classes/fxml/aboutPage.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/available_organizations.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/charityPage.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/feedbackCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/footer.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/interestCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/navbar.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/creater_user_site.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/dashboard.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/donationPage.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/frontPage.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/giveFeedback.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/loginSite.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_org_Inbox.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_org_Payments.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_org_Settings.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_org_edit.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_user_history.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_user_inbox.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_user_interests.fxml create mode 100644 helpmehelpapplication/target/classes/fxml/profile_user_settings.fxml create mode 100644 helpmehelpapplication/target/classes/images/Logo.png create mode 100644 helpmehelpapplication/target/classes/images/img.png create mode 100644 helpmehelpapplication/target/classes/images/leggTilBilde.jpg create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/HmHApplication.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/Main.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/AboutPageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/AvailableOrganizationController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/CharityPageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/CreateUserPageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/DonationPageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/FrontpageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/GiveFeedbackController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/LoginPageController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/BaseController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/CategoryTagController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/DonationCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/FeedbackCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/FooterController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/InboxCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/InterestCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/LoaderScene.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/NavbarController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/OrgDonationCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/components/OrganizationCardController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileCharity/profileOrgEditController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileCharity/profileOrgInboxController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileCharity/profileOrgPaymentsController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileCharity/profileOrgSettingsController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileUser/profileUserHistoryController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileUser/profileUserInboxController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileUser/profileUserInterestController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/controller/profileUser/profileUserSettingsController.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/CategoryDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/CharityDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/CharityUserDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/DonationDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/FavouritesDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/FeedbackDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/MessageDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DAO/UserDAO.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DatabaseConnection.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/database/DatabaseSetup.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/Charity.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/Donation.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/Feedback.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/registry/CharityRegistry.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/registry/DonationRegistry.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/registry/UserRegistry.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/Inbox.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/Language.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/Message.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/Role.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/Settings.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/models/user/User.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/scraper/FullCharityScrape.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/scraper/LogoDownloader.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/scraper/scraperComponents/APICharityData.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/scraper/scraperComponents/APICharityScraper.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/scraper/scraperComponents/URLCharityScraper.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/security/PasswordHasher.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/service/APIToDatabaseService.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/service/AuthenticationService.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/service/CharityService.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/service/DonationService.class create mode 100644 helpmehelpapplication/target/classes/ntnu/systemutvikling/team6/service/FeedbackService.class create mode 100644 helpmehelpapplication/target/classes/tempClassDiagram.puml create mode 100644 helpmehelpapplication/target/jacoco.exec create mode 100644 helpmehelpapplication/target/logo/test-logo.png create mode 100644 helpmehelpapplication/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst create mode 100644 helpmehelpapplication/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst create mode 100644 helpmehelpapplication/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst create mode 100644 helpmehelpapplication/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst create mode 100644 helpmehelpapplication/target/site/jacoco/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/branchfc.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/branchnc.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/branchpc.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/bundle.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/class.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/down.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/greenbar.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/group.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/method.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/package.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/prettify.css create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/prettify.js create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/redbar.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/report.css create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/report.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/session.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/sort.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/sort.js create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/source.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-resources/up.gif create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco-sessions.html create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco.csv create mode 100644 helpmehelpapplication/target/site/jacoco/jacoco.xml create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/BaseController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/BaseController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/CategoryTagController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/CategoryTagController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/DonationCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/DonationCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/FeedbackCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/FeedbackCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/FooterController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/FooterController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/InboxCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/InboxCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/InterestCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/InterestCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/LoaderScene.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/LoaderScene.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/NavbarController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/NavbarController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/OrgDonationCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/OrgDonationCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/OrganizationCardController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/OrganizationCardController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.components/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgEditController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgEditController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgInboxController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgInboxController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgPaymentsController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgPaymentsController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgSettingsController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileCharity/profileOrgSettingsController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserHistoryController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserHistoryController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserInboxController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserInboxController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserInterestController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserInterestController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserSettingsController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller.profileUser/profileUserSettingsController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/AboutPageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/AboutPageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/AvailableOrganizationController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/AvailableOrganizationController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/CharityPageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/CharityPageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/CreateUserPageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/CreateUserPageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/DonationPageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/DonationPageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/FrontpageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/FrontpageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/GiveFeedbackController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/GiveFeedbackController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/LoginPageController.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/LoginPageController.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.controller/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CategoryDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CategoryDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CharityDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CharityDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CharityUserDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/CharityUserDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/DonationDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/DonationDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/FavouritesDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/FavouritesDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/FeedbackDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/FeedbackDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/MessageDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/MessageDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/UserDAO.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/UserDAO.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database.DAO/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/DatabaseConnection.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/DatabaseConnection.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/DatabaseSetup.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/DatabaseSetup.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.database/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/CharityRegistry.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/CharityRegistry.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/DonationRegistry.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/DonationRegistry.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/UserRegistry.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/UserRegistry.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.registry/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Inbox.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Inbox.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Language.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Language.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Message.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Message.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Role.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Role.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Settings.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/Settings.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/User.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/User.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models.user/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Charity.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Charity.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Donation.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Donation.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Feedback.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/Feedback.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.models/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/APICharityData.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/APICharityData.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/APICharityScraper.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/APICharityScraper.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/URLCharityScraper.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/URLCharityScraper.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper.scraperComponents/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/FullCharityScrape.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/FullCharityScrape.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/LogoDownloader.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/LogoDownloader.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.scraper/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.security/PasswordHasher.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.security/PasswordHasher.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.security/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.security/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/APIToDatabaseService.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/APIToDatabaseService.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/AuthenticationService.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/AuthenticationService.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/CharityService.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/CharityService.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/DonationService.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/DonationService.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/FeedbackService.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/FeedbackService.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6.service/index.source.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/HmHApplication.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/HmHApplication.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/Main.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/Main.java.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/index.html create mode 100644 helpmehelpapplication/target/site/jacoco/ntnu.systemutvikling.team6/index.source.html create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.CategoryDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.CharityDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.CharityUserDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.DonationDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.FavouritesDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.FeedbackDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.MessageDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DAO.UserDAOTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DatabaseConnectionTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.database.DatabaseSetupTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.CharityTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.DonationTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.FeedbackTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.registry.CharityRegistryTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.registry.DonationRegistryTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.registry.UserRegistryTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.user.InboxTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.user.MessageTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.user.SettingsTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.models.user.UserTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.scraper.LogoDownloaderTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.scraper.scraperComponents.APICharityDataTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.scraper.scraperComponents.APICharityScraperTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.scraper.scraperComponents.URLCharityScraperTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/TEST-ntnu.systemutvikling.team6.security.PasswordHasherTest.xml create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.CategoryDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.CharityDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.CharityUserDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.DonationDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.FavouritesDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.FeedbackDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.MessageDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DAO.UserDAOTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DatabaseConnectionTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.database.DatabaseSetupTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.CharityTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.DonationTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.FeedbackTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.registry.CharityRegistryTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.registry.DonationRegistryTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.registry.UserRegistryTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.user.InboxTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.user.MessageTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.user.SettingsTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.models.user.UserTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.scraper.LogoDownloaderTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.scraper.scraperComponents.APICharityDataTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.scraper.scraperComponents.APICharityScraperTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.scraper.scraperComponents.URLCharityScraperTest.txt create mode 100644 helpmehelpapplication/target/surefire-reports/ntnu.systemutvikling.team6.security.PasswordHasherTest.txt create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/CategoryDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/CharityDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/CharityUserDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/DonationDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/FavouritesDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/FeedbackDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/MessageDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DAO/UserDAOTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DatabaseConnectionTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/database/DatabaseSetupTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/CharityTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/DonationTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/FeedbackTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/registry/CharityRegistryTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/registry/DonationRegistryTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/registry/UserRegistryTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/InboxTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/MessageTest$FirstConstructorTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/MessageTest$secondConstructorTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/MessageTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/SettingsTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/UserTest$constructorTests$emailTests.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/UserTest$constructorTests.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/UserTest$secondConstructorTests.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/models/user/UserTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/scraper/LogoDownloaderTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/scraper/scraperComponents/APICharityDataTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/scraper/scraperComponents/APICharityScraperTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/scraper/scraperComponents/URLCharityScraperTest$1.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/scraper/scraperComponents/URLCharityScraperTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/security/PasswordHasherTest$getHashPasswordTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/security/PasswordHasherTest$isValidPasswordTest.class create mode 100644 helpmehelpapplication/target/test-classes/ntnu/systemutvikling/team6/security/PasswordHasherTest.class diff --git a/.gitignore b/.gitignore index 6c187836..c8d3e6c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ # Adrian .vscode/ .idea/ -helpmehelpapplication/target -.target/ -.helpmehelpapplication\target/ .helpmehelpapplication\.idea/ diff --git a/helpmehelpapplication/target/classes/fxml/aboutPage.fxml b/helpmehelpapplication/target/classes/fxml/aboutPage.fxml new file mode 100644 index 00000000..1d6bbe4b --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/aboutPage.fxml @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/available_organizations.fxml b/helpmehelpapplication/target/classes/fxml/available_organizations.fxml new file mode 100644 index 00000000..bce73a20 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/available_organizations.fxml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
diff --git a/helpmehelpapplication/target/classes/fxml/charityPage.fxml b/helpmehelpapplication/target/classes/fxml/charityPage.fxml new file mode 100644 index 00000000..8b7309f3 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/charityPage.fxml @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml b/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml new file mode 100644 index 00000000..3e509532 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/categoryTag.fxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml b/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml new file mode 100644 index 00000000..112ef98f --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/inboxCard.fxml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml b/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml new file mode 100644 index 00000000..5ffb4967 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/interestCard.fxml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/navbar.fxml b/helpmehelpapplication/target/classes/fxml/components/navbar.fxml new file mode 100644 index 00000000..30cb898f --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/navbar.fxml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml new file mode 100644 index 00000000..9076186d --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/organizationCard.fxml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml new file mode 100644 index 00000000..7eb9f7e8 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/profileDonationCard.fxml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml b/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml new file mode 100644 index 00000000..948a86d9 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/components/profileOrgDonationCard.fxml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml b/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml new file mode 100644 index 00000000..670c659d --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/creater_user_site.fxml @@ -0,0 +1,162 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/dashboard.fxml b/helpmehelpapplication/target/classes/fxml/dashboard.fxml new file mode 100644 index 00000000..b1b6bbec --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/dashboard.fxml @@ -0,0 +1,584 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/helpmehelpapplication/target/classes/fxml/frontPage.fxml b/helpmehelpapplication/target/classes/fxml/frontPage.fxml new file mode 100644 index 00000000..a564a0b2 --- /dev/null +++ b/helpmehelpapplication/target/classes/fxml/frontPage.fxml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +