Ludy
ace4e200b1
Fix: Resolve Username Case Sensitivity Issue in Login Flow ( #1070 )
...
* Fix: Username changing
The only situation where the username must be unique is when changing the username.
* Update UserController.java
2024-04-14 22:07:03 +01:00
Eric
dfb8c64f5a
fix: switch to pdftohtml for pdf to html conversions ( #998 )
...
* fix: switch to pdftohtml for pdf to html conversions
* build: include poppler-utils in dockerfile for pdftohtml
2024-03-29 17:02:33 -04:00
pixeebot[bot]
1035a3be31
Define a constant for a literal string that is duplicated n times (Sonar) ( #978 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-03-28 17:44:10 +00:00
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
Anthony Stirling
121af0501a
fixes for user permissions ( #892 )
2024-03-09 14:03:46 +00:00
Anthony Stirling
cf4613d043
Password fix and others ( #875 )
...
* init
* user and pass to just pass lang update
2024-03-07 20:12:07 +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
Anthony Stirling
625275124a
fix for #818
2024-02-18 15:47:19 +00:00
Anthony Stirling
d8cf7e81b9
fixes
2024-01-13 00:55:43 +00:00
Anthony Stirling
c4ad442ec3
remove logs
2024-01-13 00:46:17 +00:00
Anthony Stirling
c8e5023ec1
fix
2024-01-13 00:37:19 +00:00
Anthony Stirling
5f771b7851
formatting
2023-12-30 19:11:27 +00:00
Anthony Stirling
3911be0177
Add Demo user
2023-12-27 22:56:51 +00:00
Anthony Stirling
dd9dd72f35
Role stuff
2023-12-25 12:58:49 +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
fd08513212
dipslay stuf
2023-09-04 00:12:27 +01:00
Anthony Stirling
0bb2df135b
testing messages
2023-09-03 19:44:16 +01:00
Anthony Stirling
146dd3c00b
cred change start
2023-09-03 16:40:40 +01:00
Anthony Stirling
9fe96bec40
import cleanup
2023-09-03 01:24:02 +01:00
Anthony Stirling
0fc29de02c
redact allow colors, bug fixes
2023-08-30 22:52:38 +01:00
Anthony Stirling
0f3df6e92b
cleanup imports
2023-08-27 00:39:22 +01:00
Anthony Stirling
505855a53c
Fix password updation
2023-08-19 12:50:49 +01:00
Anthony Stirling
86f71ffb93
change user and pass
2023-08-15 00:39:13 +01:00
Anthony Stirling
cadc8e499d
IT WORKS almost
2023-08-13 18:19:15 +01:00
Anthony Stirling
e791fee38b
security
2023-08-13 01:12:29 +01:00
Anthony Stirling
6f325b5fdb
init
2023-08-12 02:29:10 +01:00