Commit graph

19918 commits

Author SHA1 Message Date
Kijin Sung
740127d83f Fix fatal error when unlinked_menu_srl is null 2024-02-04 23:35:37 +09:00
Kijin Sung
bd43950c75 Fix index page being displayed with 404 code if user requests domain.com/1234 with non-existent document_srl 2024-02-04 23:21:18 +09:00
Kijin Sung
578de6404b Ignore document_srl in widgets pages, too #2019 2024-02-04 23:05:25 +09:00
Kijin Sung
178add54e8 Fix UnexpectedValueException if there are permission problems deep inside a directory tree 2024-02-04 22:51:57 +09:00
Kijin Sung
06f4eca47a Fix #2291 incorrect handling of zero value in friend_group_srl (#2282 regression) 2024-02-04 22:48:06 +09:00
Kijin Sung
e7c38509bf Version 2.1.13 2024-01-31 11:03:52 +09:00
Kijin Sung
424242ff74 Add option to force the language for a domain 2024-01-31 11:02:37 +09:00
Kijin Sung
48cd4a2794 Revert nanasess/setup-php to master branch (v4 tries to compile PHP 8.3...) 2024-01-30 23:57:32 +09:00
Kijin Sung
7991d65a32 Update third-party repository references in github actions 2024-01-30 23:49:34 +09:00
Kijin Sung
670c7b29fa Merge branch 'security/rve-2024-3' into develop 2024-01-30 23:45:26 +09:00
Kijin Sung
454a8e36b6 Merge branch 'security/rve-2024-2' into develop 2024-01-30 23:45:24 +09:00
Kijin Sung
9eea71631a Merge branch 'security/rve-2024-1' into develop 2024-01-30 23:45:17 +09:00
Kijin Sung
36c3f89d4a Fix warnings in mcontent.class.php 2024-01-30 22:06:25 +09:00
Kijin Sung
7487349437
Merge pull request #2280 from kkigomi/debug-fail-json-encode
Debug 메시지가 `json_encode()` 오류로 인해 잘못된 포맷으로 응답을 생성하는 문제 해결
2024-01-30 21:56:49 +09:00
Kijin Sung
72b862c27e Change eval() to JSON.parse() in filebox.js #2266 2024-01-30 21:53:25 +09:00
Kijin Sung
828aa04a22
Merge pull request #2266 from kkigomi/fix-filebox-upload
위젯 설정 등의 페이지에서 파일박스에 업로드 후 문제 수정
2024-01-30 21:50:31 +09:00
Kijin Sung
00db22abdb Fix #2288 allow redirect after logout, only if the target URL is internal 2024-01-30 21:37:43 +09:00
Kijin Sung
a36d728ad9 Fix #2285 hide resend auth mail form if email confirmation is not required 2024-01-30 21:28:20 +09:00
Kijin Sung
bbcbe04838 Allow SVG and WebP image uploads in layout configuration 2024-01-30 21:22:15 +09:00
Kijin Sung
56af0cb5c3 Use strict equality to check if title is empty 2024-01-30 20:44:30 +09:00
Kijin Sung
7cb9b8c786 RVE-2024-1 also apply escape() when updating document 2024-01-30 20:43:39 +09:00
Kijin Sung
cac0ea171c Fix #2283 warning/notice when member extra var is not set for any given member 2024-01-27 23:57:39 +09:00
Kijin Sung
04537bfb26 Fix #2282 warning/notice in friend group management screen 2024-01-27 23:56:33 +09:00
Kijin Sung
a1cd3224c4 Fix incorrect variable handling if $group_list contains strings 2024-01-27 23:52:38 +09:00
Kijin Sung
86548a8d6a Fix #2281 warning/notice if sender/recipient of message is not a member anymore 2024-01-27 23:52:11 +09:00
Kijin Sung
4e192668a1 Fix error in NcenterliteModel::getColorsetList() when there are no colorsets 2024-01-22 16:13:07 +09:00
Kijin Sung
c6f8abe855 #2273 Make the version upgrade notice more readable 2024-01-21 23:11:26 +09:00
Kijin Sung
3c1e90b5f7 #2273 Show warning in dashboard if PHP version < 7.4 2024-01-21 23:08:54 +09:00
Kijin Sung
fecc9c9ffe Fix #2278 set default value for $member_config->member_max_filesize 2024-01-21 23:02:30 +09:00
Kijin Sung
470f007138 Fix #2278 warning/notice about $member_config->member_max_filesize 2024-01-21 23:00:31 +09:00
Kijin Sung
afc812bc5e
Merge pull request #2269 from kkigomi/multiple-params-debugPrint
`debugPrint()` 함수에 파라미터를 다수 사용할 수 있도록 개선
2024-01-21 00:30:19 +09:00
kkigomi
be3205b54e
Merge branch 'kkigomi/develop' into multiple-params-debugPrint 2024-01-21 00:09:37 +09:00
kkigomi
42919d1259
Debug 메시지가 json_encode() 오류로 인해 잘못된 포맷으로 응답을 생성하는 문제 해결 2024-01-20 23:24:30 +09:00
Kijin Sung
bb1699f577
Merge pull request #2264 from kkigomi/input-number
관리페이지 설정 폼에서 숫자 입력 항목 필드의 type 을 number 로 변경
2024-01-20 13:29:55 +09:00
Kijin Sung
c91e772781 Fix #2277 potentially undefined session variable 2024-01-20 13:27:59 +09:00
Kijin Sung
07e252d2ac Fix #2276 warning/notice when $obj doesn't have all the expected attributes 2024-01-20 13:20:11 +09:00
Kijin Sung
1ef2a41971 RVE-2024-2 prevent loading cache file as external page 2024-01-20 00:52:34 +09:00
Kijin Sung
1854700e77 RVE-2024-1 properly encode document title passed to js variable 2024-01-20 00:41:14 +09:00
Kijin Sung
152fb4e753 RVE-2024-1 always escape DocumentItem->getTitleText() 2024-01-20 00:40:36 +09:00
Kijin Sung
a3650bb899 RVE-2024-1 missing escape of autogenerated document title 2024-01-20 00:39:19 +09:00
Kijin Sung
cfc7cfd53b Block direct access to cached files in files/faceOff 2024-01-20 00:27:11 +09:00
Kijin Sung
40b3dcd5f0 Fix #2275 warning/notice if getTagList() is called with incomplete arguments 2024-01-20 00:25:17 +09:00
Kijin Sung
1992e9dd5d Fix #2274 fatal error in importer module in PHBP 8.x 2024-01-20 00:23:47 +09:00
Kijin Sung
de1174c3b5 Fix data() name for compatibility with jQuery 3.x 2024-01-20 00:22:12 +09:00
Kijin Sung
05f330cabe Only modify module_info->layout_srl (or mlayout_srl) when it has a positive value 2024-01-17 14:53:11 +09:00
Kijin Sung
fb85d62f2f Fix setLayoutAndTemplatePaths() no-op when PC layout is set to -1 2024-01-17 14:49:36 +09:00
Kijin Sung
75198423f3 Fix backward assignment of M and P in procMemberAuthAccount 2024-01-17 14:45:08 +09:00
Kijin Sung
ee9a1a2b20 Fix #2272 unintended conversion of v1 echo statements inside verbatim section of v2 template 2024-01-16 21:43:38 +09:00
Kijin Sung
a0af57139e Fix relative path in "poster" attribute not being converted correctly 2024-01-16 21:35:09 +09:00
Kijin Sung
e44f5ef434 Fix inncorrect read count for anonymous documents 2024-01-16 21:31:37 +09:00