Commit Graph

6 Commits

Author SHA1 Message Date
aa9949eb46 add ssl/tls
- add expose port in gradle.properties
- update README.md
- update application.yml
2025-08-18 13:11:33 +02:00
298ce3028c add default error
- add error setting in application.yml
- update tailwind.css
- add error.html
- add information.html
- update UserAttribute with GuestUser
- add ErrorAttributes
- add GuestUser
2025-08-18 13:11:33 +02:00
c18db9ad9d update templates 2025-08-18 13:11:33 +02:00
4c4baa95dd Update html layout
- add messages fragment
  - extract error and success message list from edit.html
  - extract error message list from create.html
  - add messages.html

- update edit account
  - update AccountController
    - update postEditAccount for validation
    - update getEditAccount for roleGroups
  - update validation for AccountForm for edit
  - add EditGroup
  - update Account.Response.toAccountForm()
  - update edit.html

- update create account
  - update AccountController
    - update postCreateAccount for validation
    - update getCreateAccount for role group
  - add validation to AccountForm
  - add PasswordMatchValidator
  - add annotation PasswordMatch
  - add CreateGroup
  - add temporary getRoles() in AccountRegistryService
  - update AccountForm.toAccountRequest() in Mapping
  - change management.css
    - add ::selection
    - add Selected Option Styling
  - add passwordMatchCheck to management.js
  - update create.html

- update user
  - add makeLocalTime in management.js
  - update users.html
  - update Pagination
    - add size of items
    - rename size to show

- update goodbye.html

- update logout.html

- update login.html

- update welcome.html

- update index.html

- update layout
  - update management.css
  - update management.js
  - update layout.html
2025-04-02 13:13:58 +02:00
cf729050ee make it easier on the eyes 2025-01-28 21:55:14 +01:00
091f172521 make simple test landing pages
- add HomeController
- add index.html
- add layout.html
- add management.js
- add management.css
- add css js and html to .editorconfig
2025-01-16 23:05:24 +01:00