~jan0sch/smederee

Showing 11 changes starting from 676138419a1e263eec4ad9ceec820928cea9964d.
2024-04-14 (Sun), 7:35 AM - Jens Grassel - 676138419a1e263eec4ad9ceec820928cea9964d

build: remove unused packaging settings from build file

Summary of changes
1 files modified with 0 lines added and 46 lines removed
  • build.sbt with 0 added and 46 removed lines
2024-04-12 (Fri), 4:03 PM - Jens Grassel - b438bd1eb57e59c24763cfc7b49f8f8e47e49c60

Update simple java mail to 8.8.2

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-04-12 (Fri), 4:02 PM - Jens Grassel - b21eb9d53e2a72c7cdb0730c4176445dd2c81217

Update logback to 1.5.4

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-04-12 (Fri), 4:02 PM - Jens Grassel - b7f8e726445a128036845fcdc953879035ace742

Update jclOverSlf4j to 2.0.13

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-04-12 (Fri), 4:01 PM - Jens Grassel - 645156c88e983e520cc0a767d5ba686819969e4c

Update flyway to 10.11.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-04-12 (Fri), 4:00 PM - Jens Grassel - 20a9f8c6822f9acf73489ff59505e0e2e1438422

Update Bouncy Castle to 1.78

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2024-04-09 (Tue), 3:20 PM - Jens Grassel - bb0956671017d8179c52bcb57e64b6902ab947b7

Organisation administration

- add route and organisations tab to user settings
- add route to delete an organisation
  - only owners can delete organisations
  - delete directory of the organisation
- only owners can delete their organisations
- change base uri for organisation operations to not clash with repository
  routes
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/account/settingsOrganisations.scala.html
10 files modified with 240 lines added and 47 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 5 added and 0 removed lines
  • modules/hub/src/main/resources/messages.properties with 21 added and 13 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AccountManagementRoutes.scala with 25 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 2 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/OrganisationRoutes.scala with 147 added and 25 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 7 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/account/settings.scala.html with 1 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/editOrganisation.scala.html with 27 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/navbar.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositories.scala.html with 4 added and 2 removed lines
2024-03-30 (Sat), 1:39 PM - Jens Grassel - b546a845889a3d25c6a34889449da5f2fa953cb1

Scalafix: Update configuration

Summary of changes
39 files modified with 82 lines added and 81 lines removed
  • .scalafix.conf with 1 added and 0 removed lines
  • build.sbt with 43 added and 43 removed lines
  • modules/email/src/test/scala/de/smederee/email/SimpleJavaMailMiddlewareHelpersTest.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/AuthenticationRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieAuthenticationRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieOrganisationRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieResetPasswordRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/DoobieVcsMetadataRepository.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/ResetPasswordRoutes.scala with 2 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/LabelRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/TicketRoutes.scala with 1 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/SessionHelpersTest.scala with 1 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/SessionIdTest.scala with 1 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/SessionTest.scala with 1 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/VcsRepositoryPatchMetadataTest.scala with 1 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/ssh/SshUsernameTest.scala with 1 added and 1 removed lines
  • modules/i18n/src/test/scala/de/smederee/i18n/LanguageCodeTest.scala with 1 added and 1 removed lines
  • modules/i18n/src/test/scala/de/smederee/i18n/MessagesTest.scala with 1 added and 1 removed lines
  • modules/security/src/test/scala/de/smederee/security/PasswordTest.scala with 1 added and 1 removed lines
  • modules/security/src/test/scala/de/smederee/security/PermissionTest.scala with 1 added and 1 removed lines
  • modules/security/src/test/scala/de/smederee/security/SignAndValidateTest.scala with 1 added and 1 removed lines
  • modules/security/src/test/scala/de/smederee/security/UserIdTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieMilestoneRepository.scala with 1 added and 1 removed lines
  • modules/tickets/src/main/scala/de/smederee/tickets/DoobieTicketRepository.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/ColourCodeTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/LabelDescriptionTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/LabelNameTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/LabelTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/MilestoneDescriptionTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/MilestoneTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/MilestoneTitleTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketContentTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketFilterTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketNumberTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketResolutionTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketStatusTest.scala with 1 added and 1 removed lines
  • modules/tickets/src/test/scala/de/smederee/tickets/TicketTitleTest.scala with 1 added and 1 removed lines
  • twirl/src/main/scala/org/http4s/twirl/TwirlInstances.scala with 1 added and 1 removed lines
2024-03-30 (Sat), 9:58 AM - Jens Grassel - 4be0c7ba7b6f94849bd10a980a0bfc86ae3d26f2

Update semanticdb to 4.9.3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2024-03-22 (Fri), 1:30 PM - Jens Grassel - 6dbd3006130763f4b3c82ecf9174eec102a5083f

Update http4s to 1.0.0-M41 and fix missing logback on html-utils

Summary of changes
1 files modified with 2 lines added and 1 lines removed
  • build.sbt with 2 added and 1 removed lines
2024-03-22 (Fri), 1:19 PM - Jens Grassel - 39ffb7fc90cbc599b948abe418839de6555d776d

Update simple java mail to 8.7.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines