Commit Graph

139 Commits

Author SHA1 Message Date
ASTROWwwW 511f5fc74e chore: bump manifest version to 1.14.0 2026-07-18 16:58:18 +02:00
Arctos. de98981ea6 Change domains 2026-05-25 12:12:51 +02:00
zykem#0643 efedf3c303 chore: bump manifest version to 1.13.5 2026-05-08 11:30:59 +02:00
Manifest Bumper 69fe76ca38 chore: bump manifest version to 1.13.4 2025-10-01 22:16:13 -05:00
Kenshin13 b777daccd6 refactor(esx_identity): use static player methods 2025-10-01 22:16:12 -05:00
Kenshin13 81c930975e refactor(esx_identity): fix formatting 2025-10-01 22:16:12 -05:00
Kenshin13 433aa8aa91 fix(esx_identity/server/main): fix error when creating char 2025-10-01 22:16:12 -05:00
Manifest Bumper 73ccea1b4e chore: bump manifest version to 1.13.3 2025-08-19 22:39:13 +00:00
Rafael Antunes 83972de4a2 Call the same function fix
ESX Identity
2025-08-15 18:41:15 +01:00
Rafael Antunes ab4dc91eb8 use static player methods
ESX Identity
2025-08-14 18:58:42 +01:00
Manifest Bumper 224d06fad2 chore: bump manifest version to 1.13.2 2025-08-13 15:34:40 +00:00
Manifest Bumper 830c567cfd chore: bump manifest version to 1.13.1 2025-08-02 11:09:55 +00:00
Kr3mu a5015b8694 Added pcall for checking player identifier 2025-08-01 11:57:04 +02:00
Manifest Bumper 3a9e0f316e chore: bump manifest version to 1.13.0 2025-07-26 17:05:56 +00:00
Manifest Bumper 72a1397823 chore: bump manifest version to 13.13.0 2025-07-26 17:04:08 +00:00
Kenshin13 44805ad80f Merge pull request #1632 from Zykem/identity-age-validation
Identity age validation
2025-05-20 15:42:03 +02:00
YOMAN1792 8f07d854eb refactor(main.lua): use ESX.IsValidLocaleString with configurable character sets
Replaced the manual character validation logic in checkNameFormat with ESX.IsValidLocaleString to centralize string validation and allow configuration of valid character sets per locale.

Added support for Config.ValidCharacterSets to enable or disable specific Unicode blocks such as Greek, Cyrillic, Hebrew, Arabic, or CJK (Chinese, Japanese, Korean). This change introduces greater flexibility for multilingual servers while maintaining basic Latin character support by default.

⚠️ Behavior changes: Characters that were previously allowed may now be rejected depending on the server’s locale configuration.
2025-05-07 12:23:25 -04:00
zykem 04dd22b30b Update main.lua 2025-04-29 00:03:36 +02:00
zykem 05769c6ac8 Directly using os.date instead of localizing iit 2025-04-29 00:02:50 +02:00
zykem a91e17dee9 Remove unnecessary code 2025-04-28 23:58:04 +02:00
zykem 2ddb9e9fd2 Remove unnecessary year > currentYear check 2025-04-28 23:56:31 +02:00
YOMAN1792 77be031e82 Add early returns 2025-04-28 17:19:49 -04:00
zykem#0643 ad6c9a0930 Format date after validating it 2025-04-28 19:48:12 +02:00
zykem#0643 90120948e9 Remove Config.MinAge 2025-04-28 19:42:46 +02:00
zykem#0643 f77b105419 Update main.lua 2025-04-28 19:04:21 +02:00
zykem#0643 4819740b21 Refactor checkDOBFormat function 2025-04-28 18:38:27 +02:00
zykem#0643 7ef8ad78bf Remove old & Add new config entries for MinAge & MaxAge 2025-04-28 18:38:14 +02:00
YOMAN1792 f4f6f22578 Refactor name validation: remove numeric check and simplify character validation
- Removed the redundant numeric check as it is already handled by the character validation.
- Simplified the name validation logic by keeping only the `checkValidCharacter()` function for validating characters.
- The `checkValidCharacter()` function checks for allowed characters: Latin, Greek, Cyrillic, Hebrew, Arabic, and CJK.
- Updated `checkNameFormat()` to rely solely on the new character validation logic.
2025-04-23 01:51:44 -04:00
Kenshin13 86af2ef0ed feat(es_extended/locale): add support for lazy loading locales 2025-01-19 12:54:14 +01:00
Arctos2win 97aaf58a02 Revert "chore: update copyright year" 2025-01-08 14:17:39 +01:00
Kasey FItton 968c558804 chore: update copyright year 2025-01-08 12:31:50 +00:00
Manifest Bumper 642b1e60ce chore: bump manifest version to 1.12.3 2025-01-06 14:45:23 +00:00
Kasey FItton 83e3538f43 chore: update docs link 2025-01-06 14:51:07 +01:00
Kasey FItton 34203c199f chore: version bump 2025-01-02 04:54:22 +00:00
Manifest Bumper d6fa11fc69 chore: bump manifest version to 1.12 2025-01-01 21:57:19 +00:00
Manifest Bumper 0cac6f5163 chore: bump manifest version to 1.11.4 2024-11-30 16:10:50 +00:00
Manifest Bumper efafa58eb2 chore: bump manifest version to 1.11.3 2024-11-18 22:02:42 +00:00
Arctos2win 5f295f61bb chore(esx_identity): clone dev version into hotfix branch 2024-11-18 22:05:21 +01:00
Arctos2win 47a3054174 Merge pull request #1451 from esx-framework/1.11-hotfix
Dist in gitignore moment
2024-11-11 23:33:27 +01:00
Kasey FItton bf73d3a563 Dist in gitignore moment 2024-11-11 22:31:04 +00:00
Manifest Bumper e53a62844b chore: bump manifest version to 1.11.2 2024-11-11 21:30:56 +00:00
Kasey FItton 75b8da1e51 chore: remove unused code 2024-11-11 21:02:17 +00:00
Kasey FItton efce47ea08 chore(esx_identity): Upload New UI fully 2024-11-11 20:58:34 +00:00
Kasey FItton a5f5335d3b chore: version bump 2024-11-09 08:55:24 +00:00
Kasey FItton 757a8ea2f7 tweak: prep update versioning 2024-11-09 00:46:45 +00:00
Kasey FItton ba992442fe tweak(esx_identity): remove security on showIdentity event 2024-11-08 22:42:03 +00:00
Kasey FItton 5133a5049d !refactor(esx_identity): remove deferrals option 2024-11-08 22:40:22 +00:00
Kasey FItton b712717506 Merge remote-tracking branch 'origin/feature/new_identity_nui' into dev 2024-11-08 22:26:38 +00:00
Kasey FItton 2bc9f83ffb feat(core): secure events 2024-11-02 20:04:45 +00:00
Manifest Bumper 6d86afac68 chore: bump manifest version to 1.10.10 2024-10-20 19:00:39 +00:00