Commit Graph

265 Commits

Author SHA1 Message Date
Mykyta Synelnikov c05f0c4b1e - review do_ajax_action();
- make `add_field_from_list()` function as private;
- make `duplicate_field()` function as private;
2023-06-26 21:13:54 +03:00
Mykyta Synelnikov 8749b2cf5e - review load(); 2023-06-26 18:00:25 +03:00
ashubawork d49c9d540f - fix allowed types attribute in edit_field() 2023-06-26 10:11:12 +03:00
ashubawork 60a5feb18b - fix edit_field() 2023-06-23 10:46:35 +03:00
ashubawork 43263dd0f7 - fix new_row_output() 2023-06-22 16:26:23 +03:00
ashubawork 9f8767b3c8 - fix do_ajax_action() 2023-06-22 16:07:15 +03:00
ashubawork a4ec844737 - fix view_field() 2023-06-22 15:48:39 +03:00
ashubawork 4c6a2c3b45 - add a spotify field 2023-06-13 09:32:03 +03:00
Mykyta Synelnikov 06f8d843c1 - fixed #1197; 2023-06-12 15:34:04 +03:00
Mykyta Synelnikov 49c0cf3555 Merge pull request #1190 from ultimatemember/feature/sorting_data_type
Sorting data type and order
2023-06-12 13:21:40 +03:00
Mykyta Synelnikov 3ab36c082d - fixed PHP notice; 2023-06-01 11:30:00 +03:00
Mykyta Synelnikov 03224e2b13 - fixed content block WP_Editor displaying #1195; 2023-05-31 10:55:21 +03:00
Mykyta Synelnikov 115988759d - fixed file/image uploaders issue #1193; 2023-05-31 10:40:11 +03:00
ashubawork 36268e85ba - add default sorting 2023-05-23 18:25:53 +03:00
Mykyta Synelnikov 205d96b04f - fixed htmlspecialchars using for PHP8; 2023-05-23 17:48:18 +03:00
Mykyta Synelnikov 31e6a0d2da - merged #1073; 2023-05-23 14:17:22 +03:00
ashubawork 52172a89fb - fix is_block checking (for register form in widgets or blocks) 2023-05-23 12:29:36 +03:00
ashubawork 5206ee5a24 - fix wrong $_um_profile_id for not logged in users 2023-05-23 12:01:56 +03:00
Nikita Sinelnikov 212cbec9f8 Merge branch 'development/2.6.1' into feature/um-blocks 2023-05-23 11:14:37 +03:00
ashubawork 7cfa39f893 - fix register block fields for guests 2023-05-09 15:42:15 +03:00
ashubawork 2c222e34b8 - remove wrong code 2023-05-08 21:28:22 +03:00
ashubawork 35f9aac031 - not show account and profile on profile and account pages 2023-05-08 19:50:01 +03:00
ashubawork 7b1dbe6bd1 - fix form suffix for blocks in widget 2023-05-03 11:53:50 +03:00
ashubawork 81eddaa7ea - fix checking attr widget 2023-05-01 10:42:37 +03:00
ashubawork 5c40cf7b08 - fix wrong user id in account block 2023-04-27 12:51:57 +03:00
Mykyta Synelnikov af2f9abae3 - fixed dynamically declared class variables; 2023-04-24 02:25:10 +03:00
Mykyta Synelnikov 034d9e8b43 - fixed dynamically declared variables inside the classes; 2023-04-17 20:16:15 +03:00
Nikita Sinelnikov 48312ccbe5 - wpcs and added default array() value for getting um_fields option; 2023-03-29 12:34:16 +03:00
Nikita Sinelnikov aa8000bde9 - added filter for making 3rd-party roles editable through Ultimate Member interfaces. Use 'um_extend_editable_roles' and pass there an array of role keys( e.g. 'editor', 'administrator', etc. );
- reviewed and closed #1151;
2023-03-28 01:53:50 +03:00
Nikita Sinelnikov 5dac9aa616 - reviewed #1143; 2023-03-27 15:11:43 +03:00
Nikita Sinelnikov 5e977f7566 Merge pull request #1143 from ultimatemember/fix/date_picker
Date Picker field value format
2023-03-27 15:06:45 +03:00
ashubawork 0642986696 - add the user_registered field to restricted array of fields 2023-03-22 13:32:45 +02:00
yuriinalivaiko 2f9300e936 - fixed: Date Picker field value format 2023-03-03 17:05:53 +02:00
ashubawork d43c200713 - add hook for date field 2023-01-16 13:56:09 +02:00
Nikita Sinelnikov 172e681714 - probably fixed: #1084; 2022-12-13 23:39:42 +02:00
Nikita Sinelnikov 2004aa7dde Custom dropdown callback functions security enhancements:
- avoid using different letter case for bypass the blacklist e.g. phpInfo
- avoid using root namespace for bypass the blacklist e.g. \phpinfo
2022-11-09 03:17:23 +02:00
Nikita Sinelnikov cb4ca7dbe5 Merge pull request #1087 from ultimatemember/development/2.5.1
2.5.1 release
2022-10-27 01:34:27 +03:00
Nikita Sinelnikov fac2f9fdc5 - fixed #1085; 2022-10-24 17:34:54 +03:00
Aswin Giri 99d2b4ec27 Fixed issue with class name in checkbox and radio
Issue: class name being 'activeright' instead of 'active right' .
Fix: fixed by adding space around the class name ' right '.
2022-10-23 22:09:17 +05:45
Nikita Sinelnikov 8cdbafe879 - changed getting blacklist functions; 2022-10-06 15:27:51 +03:00
Nikita Sinelnikov aa6a238c61 - added callbacks blacklist. Added PHP command execution functions here to exclude the running them from the custom callback; 2022-09-30 12:31:40 +03:00
Nikita Sinelnikov 95a26c97bb Merge pull request #1033 from ultimatemember/feature/phone_field
Phone fields (issue #988)
2022-08-11 15:44:24 +03:00
yuriinalivaiko c0f5ec75e2 - fix fatal error on unset 2022-07-12 19:35:22 +03:00
ashubawork 4da0ae5392 - fix url for edit tabs 2022-07-06 13:04:09 +03:00
ashubawork 6440499b17 - change type for phones fields 2022-06-29 13:49:10 +03:00
Nikita Sinelnikov fe88b40939 - using slashes in the callback function setting of the dropdown fields; 2022-06-08 21:24:23 +03:00
Nikita Sinelnikov 9cdf65973c - prepared for 2.4.0 release; 2022-05-24 18:29:39 +03:00
Nikita Sinelnikov a35dbba905 - fixed issue with echo XSS in user description; 2022-03-22 23:06:34 +02:00
ashubawork e90efd0983 - fixed editing upload fields (issue #958) 2021-12-22 10:44:27 +02:00
Nikita Sinelnikov e5e2fb1b31 - code review;
- updated readme changelog;
2021-12-14 15:01:45 +02:00