~jan0sch/smederee

Showing 11 changes starting from 25f671ee47e26dbc798e18b9bdc52de866ffb8fb.
2022-11-10 (Thu), 2:23 PM - Jens Grassel - 25f671ee47e26dbc798e18b9bdc52de866ffb8fb

README: Cleanup

Summary of changes
1 files modified with 8 lines added and 5 lines removed
  • README.md with 8 added and 5 removed lines
2022-11-09 (Wed), 12:34 PM - Jens Grassel - ca67fad20d2ad48a45df487bcea126ba535aa80d

VCS: Cut patch info text from rendered diff output.

Summary of changes
1 files modified with 3 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 3 added and 1 removed lines
2022-11-08 (Tue), 4:35 PM - Jens Grassel - 22682cdf19557ed3f0733becc37bd149dbd23a5c

VCS: Show patch details from history.

- add routes for showing patch details
- add `diff` command to `DarcsCommands`
- add forked `jansi` library as dependency for ansi to html conversion
- add templates, insert links
- adjust CSS
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryPatch.scala.html
8 files modified with 146 lines added and 8 lines removed
  • build.sbt with 4 added and 0 removed lines
  • modules/darcs/src/main/scala/de/smederee/darcs/DarcsCommands.scala with 23 added and 0 removed lines
  • modules/hub/src/main/resources/assets/css/main.css with 8 added and 0 removed lines
  • modules/hub/src/main/resources/messages_en.properties with 1 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 99 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/repositoryPatchMetadata.scala.html with 9 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryHistory.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryOverview.scala.html with 1 added and 1 removed lines
2022-11-07 (Mon), 6:06 PM - Jens Grassel - d404049b49e12c293518c91a9cabfd95480bc116

Coding Style: fix markdown enumeration format

Summary of changes
1 files modified with 9 lines added and 9 lines removed
  • CODINGSTYLE.md with 9 added and 9 removed lines
2022-11-07 (Mon), 4:13 PM - Jens Grassel - fbd56aa27d5bd3c3e7e9e9031dafbd273f3c4caa

Code Cleanup: Remove obsolete apply calls on http4s responses.

Summary of changes
3 files modified with 21 lines added and 32 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/AuthenticationRoutes.scala with 9 added and 18 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 5 added and 5 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 7 added and 9 removed lines
2022-11-06 (Sun), 7:28 PM - Jens Grassel - 3f5a64791e03a1e0de75a97b7e56c8648ab3d8b3

VCS: Always render markdown files when browsing a repository.

Summary of changes
4 files modified with 30 lines added and 15 lines removed
  • CHANGELOG.md with 1 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/MarkdownRenderer.scala with 10 added and 7 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 14 added and 7 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryFiles.scala.html with 5 added and 1 removed lines
2022-11-06 (Sun), 7:26 PM - Jens Grassel - 41778ddfb01677e826693da966acfaf7bd56e18c

Docs: Highlight TODOs in contributing and code style

Summary of changes
2 files modified with 8 lines added and 8 lines removed
  • CODINGSTYLE.md with 5 added and 5 removed lines
  • CONTRIBUTING.md with 3 added and 3 removed lines
2022-11-06 (Sun), 5:23 PM - Jens Grassel - 24fd74a0aa69d0ef52f9c8466e0f68aa3961c691

Overhaul and adjust contribution guide.

- add coding style guide
- adjust contribution guide based upon C4.2
- still incomplete
Summary of changes
1 files added
  • CODINGSTYLE.md
1 files modified with 124 lines added and 28 lines removed
  • CONTRIBUTING.md with 124 added and 28 removed lines
2022-11-06 (Sun), 12:46 PM - Jens Grassel - b8316626532ba5ffea2f1c914e1041910dc58d6c

VCS: Fix broken relative links in README on repository overview page.

- add `MarkdownRenderer` helper
- adjust code
Summary of changes
1 files added
  • modules/hub/src/main/scala/de/smederee/hub/MarkdownRenderer.scala
2 files modified with 2 lines added and 8 lines removed
  • CHANGELOG.md with 1 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 1 added and 8 removed lines
2022-11-04 (Fri), 4:47 PM - Jens Grassel - de474b59820433c42b6b64e84cd4f032d1351d44

Update spring-security to 5.7.5

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
2022-11-04 (Fri), 4:41 PM - Jens Grassel - 66a155b733f75ab7ecff13a8db6ffbf39b731f9d

CSRF: Activate and use the CSRF protection middleware from http4s.

Summary of changes
2 files modified with 44 lines added and 3 lines removed
  • CHANGELOG.md with 4 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 40 added and 3 removed lines