Commit Graph

6 Commits

Author SHA1 Message Date
4013bd6905 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-03-03 21:29:13 +01:00
1bfe835bb5 update name for hlaeja libraries 2025-02-07 17:23:53 +01:00
7cf39926d7 set up hlaeja account registry 2025-01-17 13:38:37 +01:00
410cbd2b21 set up hlaeja JWT 2025-01-17 13:19:44 +01:00
50ea6764d0 set up spring security 2025-01-16 23:19:15 +01:00
182508e919 Set up project structure 2025-01-16 23:03:38 +01:00