Kijin Sung
2faa6f49ef
Fix #2149 add .vscode to .gitignore
2023-07-16 15:09:50 +09:00
Kijin Sung
cda1eab702
Clean up legacy code
2023-07-06 22:54:38 +09:00
Kijin Sung
f329b542d2
Fix #2143 readonly input box in signup form
2023-07-06 22:44:29 +09:00
Kijin Sung
8740fc10c1
Version 2.1.2
2023-07-06 11:18:36 +09:00
Kijin Sung
7d148dcfc7
Merge branch 'security/rve-2023-1' into develop
2023-07-06 11:17:44 +09:00
Kijin Sung
5a865fc4aa
Fix #2141 add trash_srl to trigger objects
2023-07-05 22:29:51 +09:00
Kijin Sung
3215631dfc
Move non-member voting, vote canceling, and report canceling options from Board module to Document & Comment modules
2023-07-05 22:27:17 +09:00
Kijin Sung
ed7a0bd4e2
Fix RVE-2023-1 editor module XSS
2023-07-05 01:34:48 +09:00
Kijin Sung
103f5ce884
Fix #2106 allow entering multiple lines (textarea) in extra var description
2023-07-04 23:29:23 +09:00
Kijin Sung
60ed013915
Add options to allow voting and reporting from the same IP as the author of a document or comment
2023-07-04 23:15:31 +09:00
Kijin Sung
d285a90e88
Fix #2136 add button to reset the cleanup exception list
2023-07-04 22:43:17 +09:00
Kijin Sung
e98ba87f8e
Fix #2136 allow admin to add exception to cleanup list
2023-07-04 22:37:17 +09:00
Kijin Sung
b01c36b792
Only masquerade identifier config in dispMemberInfo screen
2023-07-04 01:50:42 +09:00
Kijin Sung
39f92673b3
Fix error logging in with user_id when phone_number is also enabled as a login method
2023-07-04 01:44:30 +09:00
Kijin Sung
c914ff52bf
Fix inconsistent placing of asterisk for identifierForm
2023-07-04 01:37:55 +09:00
Kijin Sung
f631c5da08
Fix incorrect identifierForm leading to duplicate form entry
2023-07-04 01:36:18 +09:00
Kijin Sung
352333b1e7
Move signup_date and last_login_date below most other fields in admin edit screen
2023-07-04 01:27:26 +09:00
Kijin Sung
4503a95344
Separate message for limited_reason from refused_reason
2023-07-04 01:26:26 +09:00
Kijin Sung
6ce04aeeb2
Fix refused_reason textarea not displaying properly
2023-07-04 01:21:57 +09:00
Kijin Sung
8011e9a2f6
Separate tools/ into subdirectories and files in cleanup file list #2136
2023-07-03 01:55:59 +09:00
Kijin Sung
ed53fab065
Fix #2139 add "required" attribute to checkbox for required agreement
2023-07-03 01:48:09 +09:00
Kijin Sung
7a7b80baa6
Merge pull request #2140 from mmx900/feature/allow_indexing_format
...
첨부파일들 중 지정한 확장자에 한해 색인을 허용 기능 추가
2023-07-03 01:44:32 +09:00
Kijin Sung
df46d01181
Merge remote-tracking branch 'upstream/develop' into develop
2023-07-03 00:57:26 +09:00
Kijin Sung
6d6a3cfb42
Fix extra_vars being reset when deleted menu is automatically recreated under "unlinked"
2023-07-03 00:57:07 +09:00
Kijin Sung
1ba3110c8a
Add ModuleController->updateModuleMenuSrl()
2023-07-03 00:51:28 +09:00
conory
fe724d93ef
Allow an array of URL parameters in setRedirectUrl()
...
$this->setRedirectUrl(['module' => 'admin', 'act' => '...']);
2023-07-01 01:44:43 +09:00
mmx900
17e14546dd
Apply allow_indexing_format to procFileDownload()
2023-06-30 21:10:01 +09:00
Soyu Kim
4c73b1fa93
Merge branch 'rhymix:develop' into develop
2023-06-30 20:40:51 +09:00
Kijin Sung
bf8591a9d2
#2138 보완
2023-06-29 01:49:49 +09:00
Kijin Sung
32adc75b94
Merge pull request #2138 from dewekk/fix-search-tag
...
특정 환경에서 태그 및 댓글 검색 시 오류 수정
2023-06-29 01:48:27 +09:00
Kijin Sung
fa6607ab86
Set identifier to email_address is email confirmation is required, for compatibility with skins that hide the 'Change email address' button otherwise
2023-06-29 01:45:38 +09:00
Kijin Sung
05bab8e7f8
Show proper error instead of redirecting to signup form when a user tries to view invalid member info
2023-06-29 01:39:10 +09:00
dewekk
d0dc77704d
특정 환경에서 태그 및 댓글 검색 시 오류 수정
...
- DB sql_mode 설정된 특정 환경
- SQLSTATE[HY000]: General error: 3065 Expression #1 of ORDER BY clause is not in SELECT list, references column '#.documents.list_order' which is not in SELECT list; this is incompatible with DISTINCT
2023-06-28 11:58:47 +09:00
Kijin Sung
b53e8adad7
Allow admin to update email address even if normally not allowed
2023-06-27 22:56:25 +09:00
Kijin Sung
dc0a97d81b
Apply readonly to email address input field if it is not changeable
2023-06-27 22:41:25 +09:00
Kijin Sung
9334e342f7
Display clear error message when user tries to change nickname or email address and it's not allowed
2023-06-27 22:35:56 +09:00
Kijin Sung
089f375743
Fix unmodifiable fields being exposed in member info modification form
2023-06-27 22:23:47 +09:00
Kijin Sung
62dfb38308
Add option to (dis)allow nickname change
2023-06-27 22:14:30 +09:00
Kijin Sung
77ac355259
Fix #2100 allow sender, recipient, and other info to be updated by trigger in communication.sendMessage
2023-06-27 21:49:07 +09:00
Kijin Sung
c5a3f5722a
Apply consistent layout and skin code to communication and ncenterlite modules
2023-06-27 21:41:42 +09:00
Kijin Sung
ed557883c7
Fix default skin handling in page module
2023-06-27 21:32:59 +09:00
Kijin Sung
7b16ee31c3
Fix backward incompatible behavior when is_skin_fix or is_mskin_fix is set
2023-06-27 00:16:29 +09:00
Kijin Sung
18b5d66605
Fix backward incompatible behavior when skin directory is a symlink
2023-06-27 00:09:56 +09:00
Kijin Sung
da1e6c1b8d
Add new member module screens to XEDITION exception list
2023-06-26 22:33:09 +09:00
Kijin Sung
7466749178
Fix double escape of multilingual module title
2023-06-26 22:28:32 +09:00
Kijin Sung
fa198a2984
Add option to fix double-escaping of user lang code
2023-06-26 22:25:08 +09:00
Kijin Sung
340b3aa49a
Set layout and template paths in one place
2023-06-26 22:12:32 +09:00
Kijin Sung
9fbcda3e79
Fix deprecation warning in PHP 8.x
2023-06-26 14:46:19 +09:00
Kijin Sung
6479f3967b
Version 2.1.1
2023-06-26 11:20:29 +09:00
Kijin Sung
566c1f54b7
Fix isIDExists() error when installing member module for the first time
2023-06-25 23:43:07 +09:00