~jan0sch/smederee

Showing 11 changes starting from 628db0c6d90a2d60d739bcaa3198cd5111bba868.
2022-07-20 (Wed), 6:39 AM - Jens Grassel - 628db0c6d90a2d60d739bcaa3198cd5111bba868

darcs: Add configuration for darcs commands to the service.

Summary of changes
2 files modified with 87 lines added and 1 lines removed
  • modules/hub/src/main/resources/reference.conf with 20 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/config/SmedereeHubConfig.scala with 67 added and 1 removed lines
2022-07-15 (Fri), 1:51 PM - Jens Grassel - 0f89a87dcde628984b93cf67ddfa0f5db878f5ca

darcs: Add simple wrapper for executing darcs commands

- initialize
- log
- whatsnew
Summary of changes
6 files added
  • modules/darcs/src/it/resources/logback-test.xml
  • modules/darcs/src/main/resources/logback.xml
  • modules/darcs/src/main/scala/de/smederee/darcs/DarcsCommands.scala
  • modules/darcs/src/test/resources/logback-test.xml
  • modules/darcs/src/test/scala/de/smederee/darcs/DarcsCommandsTest.scala
  • modules/darcs/src/test/scala/de/smederee/darcs/TestHelpers.scala
1 files modified with 32 lines added and 1 lines removed
  • build.sbt with 32 added and 1 removed lines
2022-07-13 (Wed), 6:01 PM - Jens Grassel - 07c604cdf47f04c2d5d65f48b3494e2b9fb0d066

Welcome page

Summary of changes
1 files added
  • modules/hub/src/main/resources/assets/img/clark-tibbs-oqStl2L5oxI-unsplash.jpg
3 files modified with 21 lines added and 5 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 7 added and 2 removed lines
  • modules/hub/src/main/resources/messages_en.properties with 3 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/welcome.scala.html with 11 added and 3 removed lines
2022-07-13 (Wed), 5:21 PM - Jens Grassel - 16584ae397997c2ba1b288f58d67cb5ab8874054

Fix i18n compilation error due to implicits

Summary of changes
1 files modified with 4 lines added and 2 lines removed
  • modules/i18n/src/test/scala/de/smederee/i18n/MessagesTest.scala with 4 added and 2 removed lines
2022-07-13 (Wed), 2:29 PM - Jens Grassel - 870865668db922dc3b53d704f5e0f981051441ea

Welcome page for signed up users.

Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/welcome.scala.html
1 files modified with 10 lines added and 2 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 10 added and 2 removed lines
2022-07-13 (Wed), 1:55 PM - Jens Grassel - 53bc774bbbb7d4e650bd85ebbf04e5162113b639

Landing page: more i18n, css, route protection

Summary of changes
10 files modified with 207 lines added and 114 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 76 added and 20 removed lines
  • modules/hub/src/main/resources/messages_en.properties with 6 added and 0 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/HubServer.scala with 1 added and 1 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 13 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/index.scala.html with 7 added and 8 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/login.scala.html with 35 added and 29 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html with 7 added and 3 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/navbar.scala.html with 16 added and 13 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/signup.scala.html with 45 added and 39 removed lines
2022-07-13 (Wed), 9:03 AM - Jens Grassel - 7df1ba3798480239dfe354c096d71840505357ec

Landing page at index

- include fontawesome
- include landingpage theme from purecss
- include pictures from unsplash
- add landingpage
- start with i18n usage
Summary of changes
31 files added
  • modules/hub/src/main/resources/assets/css/landingpage.css
  • modules/hub/src/main/resources/assets/fontawesome/css/all.css
  • modules/hub/src/main/resources/assets/fontawesome/css/all.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/brands.css
  • modules/hub/src/main/resources/assets/fontawesome/css/brands.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/fontawesome.css
  • modules/hub/src/main/resources/assets/fontawesome/css/fontawesome.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/regular.css
  • modules/hub/src/main/resources/assets/fontawesome/css/regular.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/solid.css
  • modules/hub/src/main/resources/assets/fontawesome/css/solid.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/svg-with-js.css
  • modules/hub/src/main/resources/assets/fontawesome/css/svg-with-js.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v4-font-face.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v4-font-face.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v4-shims.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v4-shims.min.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v5-font-face.css
  • modules/hub/src/main/resources/assets/fontawesome/css/v5-font-face.min.css
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-brands-400.ttf
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-brands-400.woff2
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-regular-400.ttf
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-regular-400.woff2
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-solid-900.ttf
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-solid-900.woff2
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-v4compatibility.ttf
  • modules/hub/src/main/resources/assets/fontawesome/webfonts/fa-v4compatibility.woff2
  • modules/hub/src/main/resources/assets/img/malcolm-lightbody-gPRvTP0sZ2M-unsplash.jpg
  • modules/hub/src/main/resources/assets/img/nicolas-hoizey-2MuZ23gkFKo-unsplash.jpg
  • modules/hub/src/main/scala/de/smederee/hub/LandingPageRoutes.scala
  • modules/hub/src/main/twirl/de/smederee/hub/views/index.scala.html
6 files modified with 70 lines added and 14 lines removed
  • build.sbt with 1 added and 0 removed lines
  • modules/hub/src/main/resources/messages_en.properties with 39 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/HubServer.scala with 7 added and 4 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/config/SmedereeHubConfig.scala with 10 added and 0 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/navbar.scala.html with 12 added and 9 removed lines
  • modules/i18n/src/main/scala/de/smederee/i18n/Messages.scala with 1 added and 1 removed lines
2022-07-12 (Tue), 2:37 PM - Jens Grassel - b79828c692c091d6e8563b3b567618bcbfde8886

Account: Introduce verified_email column and flag

Summary of changes
11 files modified with 151 lines added and 243 lines removed
  • modules/hub/src/it/scala/de/smederee/hub/AuthenticationMiddlewareTest.scala with 0 added and 83 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/BaseSpec.scala with 126 added and 0 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/DoobieAuthenticationRepositoryTest.scala with 0 added and 83 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/DoobieSignupRepositoryTest.scala with 2 added and 64 removed lines
  • modules/hub/src/it/scala/de/smederee/hub/Generators.scala with 5 added and 4 removed lines
  • modules/hub/src/main/resources/db/migration/V1__base_tables.sql with 2 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/Account.scala with 3 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/DoobieSignupRepository.scala with 1 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/SignupRoutes.scala with 6 added and 1 removed lines
  • modules/hub/src/test/scala/de/smederee/hub/Generators.scala with 5 added and 4 removed lines
2022-07-12 (Tue), 1:23 PM - Jens Grassel - c2e089db5de0b91894ed69c3b5f7cb21b6d2b070

README: Add link to OWASP forgot password cheat

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • README.md with 1 added and 0 removed lines
2022-07-12 (Tue), 1:01 PM - Jens Grassel - 55289af6414a8b2236d57a011b99a0cc5ef685f3

Signup: autocomplete for username

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/signup.scala.html with 1 added and 1 removed lines
2022-07-12 (Tue), 12:59 PM - Jens Grassel - 643d7712fce746c6a0b989ee0f5178daa0fc9b9a

Signup: autocomplete settings for form

Summary of changes
1 files modified with 3 lines added and 3 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/signup.scala.html with 3 added and 3 removed lines