Commit Graph

2329 Commits

Author SHA1 Message Date
Champ Camba c53d1b07b1 Remove unused variables + add SSL check 2023-07-07 13:48:43 +08:00
Champ Camba 1672373729 Fix issue when saving & displaying with multi checkbox value 2023-07-07 13:48:16 +08:00
Champ Camba 56d57c5396 Remove script to require settings save 2023-07-07 13:47:53 +08:00
Mykyta Synelnikov 13a3ca50a1 - fixed banned profile; 2023-07-07 02:32:37 +03:00
Mykyta Synelnikov b69e930373 - fixed reset password meta set after update profile; 2023-07-07 02:06:29 +03:00
Mykyta Synelnikov e23387684c - fixed user status and Users List table column; 2023-07-07 01:46:11 +03:00
Mykyta Synelnikov fc6182c026 - additional changes from latest Champ commit; 2023-07-07 00:45:12 +03:00
Mykyta Synelnikov 75e3ce9391 - review for secure functionality; 2023-07-07 00:34:11 +03:00
ashubawork c78e88349c - add hook for user photos ext 2023-07-06 13:40:20 +03:00
Mykyta Synelnikov 25aa40b1c2 - review for secure functionality; 2023-07-06 01:56:59 +03:00
Champ Camba 110f22c92e Add locked capabilities in the settings to improve readability 2023-07-05 13:16:38 +08:00
Champ Camba a0b52f2698 Add disabled options in multi checkbox render 2023-07-05 13:13:33 +08:00
Champ Camba 0a4551c0a5 Fix default locked capabilities 2023-07-05 13:04:08 +08:00
Champ Camba 51a5b5ed66 Add secure doc article link 2023-07-05 12:57:42 +08:00
Champ Camba a03d76bfdf Fix admin notice expiration 2023-07-05 12:54:04 +08:00
Champ Camba e8be3cbb4f Add secure global notice for first-time 2023-07-05 12:51:48 +08:00
Champ Camba a3cdba07cb Add secure's restore account 2023-07-05 12:00:26 +08:00
Mykyta Synelnikov 8ac7016a1d - added additional hook attributes to 'um_reset_password_errors_hook' and 'um_reset_password_process_hook'; 2023-07-04 16:47:32 +03:00
Mykyta Synelnikov efa1a8a636 - fixed editable field; 2023-07-04 13:01:04 +03:00
Mykyta Synelnikov a7f3b80d3e - reviewd #1237; 2023-07-04 12:44:06 +03:00
Champ Camba 85ebc8b83b Include flagged user's browser data in the captured metadata 2023-07-04 03:57:29 +08:00
Champ Camba 8dba1534a0 Add account form to check capabilities integrity 2023-07-04 03:34:19 +08:00
Champ Camba 9856a4b719 Refactor email subject 2023-07-04 02:53:53 +08:00
Champ Camba 46720f0a32 Tweak property visibillity for WP CLI 2023-07-04 01:42:27 +08:00
Champ Camba e1c3950fb9 capture submitted data for flagged users 2023-07-04 01:05:54 +08:00
Champ Camba 42188baea6 Fix wp schedule event for email notifications 2023-07-04 00:37:17 +08:00
Champ Camba 753db264f8 Add filter hook for redirecting flagged user 2023-07-04 00:18:36 +08:00
Champ Camba 85b08f45b3 Add Notification with Schedules 2023-07-03 23:28:49 +08:00
Champ Camba 2ac32d921d Add blocked status & time in the account status column 2023-07-03 19:38:16 +08:00
Mykyta Synelnikov 1a2f683645 - wpcs; 2023-07-03 14:19:42 +03:00
Champ Camba a7fe0b17f0 Remove test account 2023-07-03 16:54:16 +08:00
Champ Camba 1313d59251 Add banned capabilities 2023-07-03 16:48:36 +08:00
Champ Camba 9b3447ab54 Initial update 2023-07-03 15:38:29 +08:00
Mykyta Synelnikov 5fa9b23233 - fixed registration with empty role field (set default if empty); 2023-07-02 21:21:50 +03:00
Mykyta Synelnikov 6e9bd103b3 - fixed fatal already fixed in 2.6.7; 2023-07-02 20:52:25 +03:00
Mykyta Synelnikov 77889c6070 - fixed typo; 2023-07-02 20:45:09 +03:00
Mykyta Synelnikov dae94dd363 - added hook 'um_submitted_data_value' for changing format of submitted data; 2023-07-02 20:43:30 +03:00
Mykyta Synelnikov 7cc78e042d - added $form_data attribute to 'um_before_save_registration_details' hook; 2023-07-02 20:17:18 +03:00
Mykyta Synelnikov 8e108c9443 - deprecated unnecessary um_multiselect_option_value hook;
- updated hookdocs;
2023-07-02 13:39:42 +03:00
Mykyta Synelnikov 12167f8612 - fixed updating user description if there isn't custom field on profile form, but field is displayed on profile top; 2023-07-02 12:58:22 +03:00
ashubawork 8347dc901f - fix disabled_weekdays 2023-07-01 14:09:32 +03:00
Mykyta Synelnikov d6d129d53b - prepared for release; 2023-07-01 13:54:57 +03:00
Champ Camba 5c1b6d99e1 Tweak text 2023-07-01 18:19:02 +08:00
Champ Camba fefdc5ecb8 Set array_keys to expose capabilities slugs 2023-07-01 18:02:16 +08:00
Champ Camba 77cd63ca75 Tweak cap 2023-07-01 17:52:55 +08:00
Champ Camba a2a56c8af7 Add secure class for security measures 2023-07-01 17:48:45 +08:00
Mykyta Synelnikov c8be278703 Merge pull request #1232 from ultimatemember/fix/allowed_types_files
allowed types files
2023-07-01 12:47:57 +03:00
Mykyta Synelnikov 755ff6a790 - fixed account form; 2023-07-01 12:46:43 +03:00
ashubawork 366da5d7f9 - fix semicolon 2023-07-01 10:20:44 +03:00
ashubawork 13b8350e87 - fix file field allowed_types 2023-07-01 09:57:18 +03:00