Ludy
9cc7a49d12
Enforcing Username Uniqueness ( #906 )
...
* Enforcing Username Uniqueness
Changes in UserService.java:
Added a new method findByUsername to allow searching for usernames regardless of case sensitivity.
Added a new method isUsernameValid to validate the username.
Changes in UserController.java:
Updated the changeUsername method to ensure the new username is valid before changing it.
Updated the editUser method to ensure the new username is unique and valid.
Changes in UserRepository.java:
Added a custom JPQL query to search for usernames regardless of case sensitivity.
Changes in HTML templates (account.html and addUsers.html):
Error messages are displayed if a username is invalid or already exists.
* JPAs auto
2024-03-13 22:09:16 +00:00
Ludy
97472310f2
Show the user roles as real names ( #867 )
...
* Show the user roles as real names
* Add error message
* Update Role.java
* default Language without translation
* Update messages_el_GR.properties
2024-03-06 22:14:02 +00:00
Ludy
8d9f0361d0
Fix Serbia Language ( #822 )
...
* Fix Serbia Language
* Rename messages_sr_Latn_RS.properties to messages_sr_LATN_RS.properties
* Update languages.html
* Update README.md
2024-02-17 19:56:56 +00:00
Ludy
e4a76e96af
HTML, CSS, JS and JAVA corrections ( #810 )
...
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* return bootstrap-icons.min.css
* return bootstrap.min.css
* Update bootstrap-icons.css
* Update bootstrap-icons.min.css
* Update bootstrap-icons.min.css
* Update bootstrap.min.css
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* Update bootstrap-icons.css
* Bootstrap CSS
* Update prism.css
2024-02-16 21:49:06 +00:00
sbplat
55d4fda01b
refactor: normalize files
2024-02-11 11:47:00 -05:00
Andrey Voronkov
f32832f70d
Add meta::description; pass header variable
2024-01-02 02:44:49 +03:00
Anthony Stirling
3911be0177
Add Demo user
2023-12-27 22:56:51 +00:00
Anthony Stirling
0b1fd61188
api /api/v1/
2023-09-11 23:19:50 +01:00
Anthony Stirling
c7c81a7243
security
2023-09-04 18:42:22 +01:00
Anthony Stirling
0fc29de02c
redact allow colors, bug fixes
2023-08-30 22:52:38 +01:00
Anthony Stirling
7c26c56210
test
2023-08-20 21:57:19 +01:00
Anthony Stirling
3fc55a9e9f
translations
2023-08-17 22:03:43 +01:00
Anthony Stirling
53e7dbe12f
translates
2023-08-17 00:10:14 +01:00
Anthony Stirling
86f71ffb93
change user and pass
2023-08-15 00:39:13 +01:00
Anthony Stirling
e791fee38b
security
2023-08-13 01:12:29 +01:00