~jan0sch/smederee

Showing 11 changes starting from 1b04b10ea7f70c4d5479fe40116fb9a6ab5195cf.
2022-08-07 (Sun), 1:51 PM - Jens Grassel - 1b04b10ea7f70c4d5479fe40116fb9a6ab5195cf

VCS: show repository history

Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositoryHistory.scala.html
1 files modified with 49 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 49 added and 1 removed lines
2022-08-07 (Sun), 1:34 PM - Jens Grassel - 5e6336d56e858d320ba819823f2d003f39744d5a

darcs: rewrite darcs module to use the os-lib

Summary of changes
2 files modified with 15 lines added and 25 lines removed
  • build.sbt with 1 added and 0 removed lines
  • modules/darcs/src/main/scala/de/smederee/darcs/DarcsCommands.scala with 14 added and 25 removed lines
2022-08-07 (Sun), 12:25 PM - Jens Grassel - 98b6f691e96bcd1aa31b674bc8a3a184b343ed5a

VCS: List all repositories for an account

Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepositories.scala.html
2 files modified with 39 lines added and 1 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 36 added and 1 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/navbar.scala.html with 3 added and 0 removed lines
2022-08-07 (Sun), 12:03 PM - Jens Grassel - f6e075ba59fe6e0dab1864dd53062c1844322ec4

VCS: Remove created from repo view

Summary of changes
1 files modified with 0 lines added and 3 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepository.scala.html with 0 added and 3 removed lines
2022-08-07 (Sun), 10:34 AM - Jens Grassel - e74c0029ad898f3b394e7c0ace01f4ebe01d2271

VCS: Basic repo content rendering

- only folders
- only 1 level deep (bug in http4s routing parameters?)
Summary of changes
1 files added
  • modules/hub/src/main/twirl/de/smederee/hub/views/showRepository.scala.html
1 files modified with 79 lines added and 3 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 79 added and 3 removed lines
2022-08-07 (Sun), 10:33 AM - Jens Grassel - 1400d8f84c2f160f99637c1d95f3f903c7ad5a2b

Templates: Add fontawesome CSS to main template

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • modules/hub/src/main/twirl/de/smederee/hub/views/main.scala.html with 1 added and 0 removed lines
2022-08-06 (Sat), 4:34 PM - Jens Grassel - 2a5d22d7c33cc0b93ff218c1da65e05d8b58e9b1

VCS: Show directory content of repo

- Proof of Concept
- include os library for listing and traversing
Summary of changes
4 files modified with 48 lines added and 1 lines removed
  • build.sbt with 3 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/Account.scala with 12 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 6 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 27 added and 1 removed lines
2022-08-06 (Sat), 2:37 PM - Jens Grassel - e44bdf45a13ced75b08f067ff5dc3b0e37c8ce80

VCS: Create repo after form submit

- only minimal error handling
- directory for users gets created if it not exists
Summary of changes
1 files modified with 33 lines added and 3 lines removed
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 33 added and 3 removed lines
2022-08-06 (Sat), 2:05 PM - Jens Grassel - 3767bb58814e7c5e80e513f41805bf3672fc6d2a

VCS: implement simple create repo form

- nothing created yet
Summary of changes
4 files modified with 46 lines added and 15 lines removed
  • modules/hub/src/main/resources/messages_en.properties with 4 added and 0 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepository.scala with 2 added and 2 removed lines
  • modules/hub/src/main/scala/de/smederee/hub/VcsRepositoryRoutes.scala with 32 added and 5 removed lines
  • modules/hub/src/main/twirl/de/smederee/hub/views/createRepository.scala.html with 8 added and 8 removed lines
2022-08-06 (Sat), 2:05 PM - Jens Grassel - 3e652bd0af19a9d5973473212b2f4334d7127161

CSS: enable boxes with padding for better layout

Summary of changes
3 files modified with 15 lines added and 2 lines removed
  • modules/hub/src/main/resources/assets/css/main.css with 13 added and 0 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/signup.scala.html with 1 added and 1 removed lines
2022-08-06 (Sat), 2:02 PM - Jens Grassel - ecc825cd5c6b3fe48907fa45a7290cb917adc8ab

i18n: translate all fields in signup 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