1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-10 18:00:11 +01:00
Stirling-PDF/src/main/resources/templates
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
..
convert Number of fixes and making pipline LIVE ! (#907) 2024-03-13 19:15:10 +00:00
fragments Number of fixes and making pipline LIVE ! (#907) 2024-03-13 19:15:10 +00:00
misc Fix 746 (#825) 2024-02-18 07:40:30 +00:00
security Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
about.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
account.html Enforcing Username Uniqueness (#906) 2024-03-13 22:09:16 +00:00
addUsers.html Enforcing Username Uniqueness (#906) 2024-03-13 22:09:16 +00:00
auto-split-pdf.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
change-creds.html Password fix and others (#875) 2024-03-07 20:12:07 +00:00
crop.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
error.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
extract-page.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
home.html Number of fixes and making pipline LIVE ! (#907) 2024-03-13 19:15:10 +00:00
licenses.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
login.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
merge-pdfs.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
multi-page-layout.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
multi-tool.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
overlay-pdf.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
pdf-organizer.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
pdf-to-single-page.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
pipeline.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
remove-pages.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
rotate-pdf.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
scale-pages.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
sign.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
split-by-size-or-count.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
split-pdf-by-sections.html Added option to split PDF into multiple parts and merge into one PDF (#841) 2024-02-24 15:26:35 -05:00
split-pdfs.html Fix Serbia Language (#822) 2024-02-17 19:56:56 +00:00
view-pdf.html Fix 746 (#825) 2024-02-18 07:40:30 +00:00