phpvms/app
B.Fatih KOZ c518175244
Update User Model (#1396)
Current GDPR compliant Private Name attribute is not compatible with multi byte strings, and when encountered it fails and returns an empty string for the name_private attribute.

`substr($last_name, 0, 1)` or just `$last_name[0]` is not multi byte compatible, therefore only solution is to use `mb_substr`.

It also supports encoding definitions like `mb_substr($last_name, 0, 1, 'UTF-8')`

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:10:58 -05:00
..
Bootstrap 391 Notification refactorings (#441) 2019-11-20 10:16:01 -05:00
Console Discord notifications for PIREP and News events #433 (#1215) 2021-06-04 10:51:59 -04:00
Contracts Fix flight and subfleet import with edited fares (#1379) 2022-01-11 08:17:32 -05:00
Cron Fix where for paused 2021-07-22 12:47:55 -04:00
Database Add LGA flight 2022-01-29 14:49:38 -05:00
Events Add Custom Fares (#1323) 2021-09-30 11:10:05 -04:00
Exceptions Check for bid existing or not 2022-02-04 14:21:59 -05:00
Http Check for bid existing or not 2022-02-04 14:21:59 -05:00
Listeners Award Checks Update (#1376) 2022-01-10 15:49:50 -05:00
Models Update User Model (#1396) 2022-02-07 16:10:58 -05:00
Notifications More $pirep->ident usage fixes (#1353) 2021-11-16 11:39:47 -05:00
Providers Type Ratings | New Feature (#1360) 2021-11-30 14:36:17 -05:00
Repositories Make name and e-mail based searches with like for easier administration. (#1397) 2022-02-07 16:02:17 -05:00
Services Check for bid existing or not 2022-02-04 14:21:59 -05:00
Support More data updates 2022-01-27 13:30:49 -05:00
Utils Installing and managing modules from admin panel (#847) 2020-10-19 10:10:28 -04:00
Widgets Eager loading update for frontend controllers and widgets (#1348) 2021-11-09 09:51:02 -05:00
helpers.php Fix secstohhmm typecast for PHP 8 (#1230) 2021-06-08 11:00:18 -04:00