~jan0sch/smederee

Showing 11 changes starting from dc9b225378a2b2cd9b3e1a93416fb3be0a213fa9.
2023-05-28 (Sun), 1:47 PM - Jens Grassel - dc9b225378a2b2cd9b3e1a93416fb3be0a213fa9

Prepare RELEASE v0.7.0

Summary of changes
2 files modified with 10 lines added and 7 lines removed
  • CHANGELOG.md with 3 added and 0 removed lines
  • build.sbt with 7 added and 7 removed lines
2023-05-28 (Sun), 1:44 PM - Jens Grassel - af3fee54d12954f827b6f8a48db7aeba4b1d3c69

CHANGELOG: Fix release names to include leading v.

Summary of changes
1 files modified with 12 lines added and 12 lines removed
  • CHANGELOG.md with 12 added and 12 removed lines
2023-05-28 (Sun), 1:05 PM - Jens Grassel - 7c6959c534e27d410c18cdcab64fca32b82ee2b5

Tickets: Path changes, ticket details and milestone rendering.

- rename render function in `MarkdownRenderer` to be more generic
- adjust paths for labels and milestones to be consistent with tickets
- add guest routes
- remove parentheses around date in `formatDate`
- add detail page for a milestone
- add translations
- fix some CSS glitches
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showMilestone.scala.html
11 files modified with 172 lines added and 45 lines removed
  • modules/html-utils/src/main/scala/de/smederee/html/MarkdownRenderer.scala with 3 added and 3 removed lines
  • modules/hub/src/main/resources/assets/css/main.css with 15 added and 0 removed lines
  • modules/hub/src/main/resources/messages.properties with 8 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/LabelRoutes.scala with 5 added and 5 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/MilestoneRoutes.scala with 96 added and 8 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/TicketRoutes.scala with 1 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editLabels.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestone.scala.html with 10 added and 10 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestones.scala.html with 7 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/format/formatDate.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showTicket.scala.html with 24 added and 10 removed lines
2023-05-28 (Sun), 8:06 AM - Jens Grassel - da1d0ef1863cf942e79f17627c5ad3fb181c8693

CHANGELOG: Update with changes since last release.

Summary of changes
1 files modified with 14 lines added and 0 lines removed
  • CHANGELOG.md with 14 added and 0 removed lines
2023-05-27 (Sat), 8:44 PM - Jens Grassel - 57241252406b11f953b14e33959230b05f5eb017

Tickets: cross link properly to hub for main navigation.

Summary of changes
8 files modified with 8 lines added and 8 lines removed
  • modules/hub/src/main/twirl/de/smederee/tickets/views/createTicket.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editLabel.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editLabels.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestone.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editMilestones.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/editTicket.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showTicket.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/tickets/views/showTickets.scala.html with 1 added and 1 removed lines
2023-05-25 (Thu), 6:34 PM - Jens Grassel - d6bc5c36b2e0db0aae9753d4ab807297a3b66797

Cleanup: Adjust documentation for changed CSRF origin check

Summary of changes
1 files modified with 5 lines added and 4 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 5 added and 4 removed lines
2023-05-25 (Thu), 6:08 PM - Jens Grassel - 078d0d60bff85cbadb1163fea15ae3887215d4e4

Cleanup and CSRF workarounds.

- prepare the build configuration for the future ticket service standalone
  deployment
- move `MarkdownRenderer` into the html module
- make the CSRF Origin check function accept a non empty list of safe
  origins and check if at least one is matching
Summary of changes
1 files added
  • modules/html-utils/src/main/scala/de/smederee/html/MarkdownRenderer.scala
5 files modified with 105 lines added and 22 lines removed
  • build.sbt with 88 added and 13 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 10 added and 4 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 3 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/tickets/TicketRoutes.scala with 3 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryFiles.scala.html with 1 added and 1 removed lines
1 files removed
  • modules/hub/src/main/scala/de/smederee/hub/MarkdownRenderer.scala
2023-05-25 (Thu), 4:46 PM - Jens Grassel - a8a2686066a40cf249863ad91196931ea51eb7fd

Update flyway to 9.19.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-05-25 (Thu), 4:44 PM - Jens Grassel - 8bd3f7855a610764e757327eb168729a63ad7b7e

Update spring security to 6.1.0

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2023-05-25 (Thu), 4:42 PM - Jens Grassel - 0b4de3b89e7bbb8d2ff70eb65c17ed4efc33b055

Update sbt-twirl to 1.6.0-RC3

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • project/plugins.sbt with 1 added and 1 removed lines
2023-05-25 (Thu), 4:38 PM - Jens Grassel - c1c4a95fee6d296be06431f8bcbe467adf6c918f

Update Apache Mina SSHD to 2.10.0

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