~jan0sch/smederee

Showing 11 changes starting from c2f2de0476156ddff922d7593c4316b8c06b294f.
2022-11-04 (Fri), 3:21 PM - Jens Grassel - c2f2de0476156ddff922d7593c4316b8c06b294f

VCS: Fix showing of wrong line counts for modified files.

- fix the bug
- add a base for unit tests
Summary of changes
1 files added
  • modules/hub/src/test/scala/de/smederee/hub/VcsRepositoryPatchMetadataTest.scala
2 files modified with 17 lines added and 3 lines removed
  • CHANGELOG.md with 4 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 13 added and 3 removed lines
2022-11-04 (Fri), 2:21 PM - Jens Grassel - 7ba223b7cc2883952a1492af5523ab32d6cfd6af

HTML: Make navbar consistent and some refactoring.

- show the navbar for logged in users consistently
- make main parameters in main template being always required
- refactor affected templates
Summary of changes
10 files modified with 62 lines added and 24 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/LandingPageRoutes.scala with 48 added and 10 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/imprint.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/login.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/privacyPolicy.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/publicAlpha.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/signup.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/termsOfUse.scala.html with 2 added and 2 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/welcome.scala.html with 1 added and 1 removed lines
2022-11-04 (Fri), 9:15 AM - Jens Grassel - 4a1b2734c6ca13a113474f9bd8ed3d8e89135b7f

Set version to next SNAPSHOT version.

Summary of changes
1 files modified with 6 lines added and 6 lines removed
  • build.sbt with 6 added and 6 removed lines
2022-11-04 (Fri), 9:11 AM - Jens Grassel - aac5d08b5204c122c578e2d924cef82b0fffc741

Terms of Use: Some changes and re-phrasing.

- do not restrict projects to be FLOSS only
- encourage users to pick a FLOSS license
- make links open in new tab/window
Summary of changes
1 files modified with 4 lines added and 6 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/termsOfUse.scala.html with 4 added and 6 removed lines
2022-11-03 (Thu), 5:01 PM - Jens Grassel - 6f46fb1999a8af947f7e662c20633b26b38a1165

TAG v0.2.0

Changed
-------

- show ssh clone option only for repository owners
- don't use a hostname for the ssh server to bind to all addresses

Fixed
-----

- wrong key in logback configuration
- customised local developer application.conf in package
- ssh clone url has wrong hostname
- issues with html and css in the footer
- ssh banner for shell shows wrong clone syntax
Summary of changes
2022-11-03 (Thu), 5:00 PM - Jens Grassel - d1281a5eb815da1b43c0f693f6607c3599a1c5dc

Prepare RELEASE 0.2.0

Summary of changes
2 files modified with 21 lines added and 6 lines removed
  • CHANGELOG.md with 15 added and 0 removed lines
  • build.sbt with 6 added and 6 removed lines
2022-11-02 (Wed), 6:26 PM - Jens Grassel - 24679708fdb1a324b829d7657bff1934da0c1934

SSH: Fix incorrect clone syntax hint in disabled interactive shell.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/ssh/NoLogin.scala with 1 added and 1 removed lines
2022-11-02 (Wed), 3:50 PM - Jens Grassel - fb033f839891543278adb549cddf83ec771a8b29

SSH: Fix broken integration test.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/it/scala/de/smederee/ssh/SshServerProviderTest.scala with 1 added and 1 removed lines
2022-11-02 (Wed), 3:44 PM - Jens Grassel - 69199ed22a9dfb6aca5b32cb5ffc9eee82f1b634

SSH: Don't set hostname for ssh-server to bind to all addresses.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/ssh/SshServer.scala with 1 added and 1 removed lines
2022-11-02 (Wed), 12:56 PM - Jens Grassel - 9174dde393cfa51d0c8093aeff7609986b29572f

HTML/CSS: Fix some footer issues.

Summary of changes
7 files modified with 93 lines added and 69 lines removed
  • modules/hub/src/main/resources/assets/css/landingpage.css with 7 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/contact.scala.html with 17 added and 13 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/imprint.scala.html with 17 added and 13 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html with 1 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/privacyPolicy.scala.html with 17 added and 13 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/publicAlpha.scala.html with 17 added and 13 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/termsOfUse.scala.html with 17 added and 13 removed lines
2022-11-01 (Tue), 6:35 PM - Jens Grassel - d9ccf27881bd02e682fae7ba109cea318da4ac53

SSH: Bugfix: Use correct configured hostname for ssh uris.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 1 added and 1 removed lines