Commit graph

2833 commits

Author SHA1 Message Date
Kijin Sung
0d71f5a0e0 Fix #2330 incompatible handling of redirect_url in JSON-based procFilter compared to old XML version 2024-04-29 23:39:21 +09:00
Kijin Sung
f83891bac5
Merge pull request #2324 from kijin/pr/ckeditor-paste-image
CKEditor에 붙여넣거나 드래그&드롭한 이미지 자동 업로드
2024-04-28 22:13:50 +09:00
Kijin Sung
b9ea0e65b0 General cleanup of DOM traversal code in editor & uploader (should also fix #2303) 2024-04-26 13:35:20 +09:00
Kijin Sung
b817b85989 Re-disable clipboard_handleImages 2024-04-25 00:00:29 +09:00
Kijin Sung
516fd738f2 Fix broken reference to xefu-container if autosave message appears in between 2024-04-24 23:45:57 +09:00
Kijin Sung
6acd092dc6 Prevent the clipboard plugin from displaying the "file type not supported" error for webp, mp4, and other file types 2024-04-24 23:31:37 +09:00
Kijin Sung
bd138800bc Unify the logic for inserting uploaded file into editor content 2024-04-24 23:17:56 +09:00
Kijin Sung
633478710d Clean up error handling code in the auto upload plugin 2024-04-24 22:52:32 +09:00
Kijin Sung
5b530792e5 Initial implementation of auto upload on paste or drop 2024-04-24 22:45:36 +09:00
Kijin Sung
1bdb414291 Add support for message.notification.image in FCM v1 push 2024-04-24 15:54:14 +09:00
Kijin Sung
c7f96ad75b Allow sending message to topics using FCM v1 API 2024-04-23 23:58:15 +09:00
Kijin Sung
ac16d2e7f5 Remove var_dump() 2024-04-23 23:47:24 +09:00
Kijin Sung
20f63430f9 Fix inconsistent use of short array syntax 2024-04-23 23:40:55 +09:00
Kijin Sung
1abd6a04c9 Fix FCM auth token not being cached persistently if APC is used in PHP-CLI 2024-04-23 23:37:57 +09:00
Kijin Sung
5297232a75 Set message name in success token list, just like legacy API 2024-04-22 16:54:31 +09:00
Kijin Sung
619eb2a782 Clean up FCM v1 payload and response parsing 2024-04-21 20:49:03 +09:00
Kijin Sung
4f35d82b6d Populate FCM tokens if FCM v1 API is enabled 2024-04-21 20:30:01 +09:00
Kijin Sung
9699ed3416 Initial implementation of FCM HTTP v1 API 2024-04-21 20:18:39 +09:00
Kijin Sung
2c8ae717e1 Add configuration for uploading FCM v1 service account private key file 2024-04-21 02:45:33 +09:00
Kijin Sung
dee7ed34e9 Add helper classes that implement PSR-6 caching interface with Rhymix cache backend 2024-04-21 02:16:21 +09:00
Kijin Sung
a898c4281a Rename existing FCM push driver to Legacy HTTP API 2024-04-20 23:51:16 +09:00
Kijin Sung
d39434d426 Add google/auth and related libraries, and update other dependencies 2024-04-20 23:50:39 +09:00
Kijin Sung
848a45cabe Fix #2313 inconsistent email validation rules 2024-04-17 23:15:24 +09:00
Kijin Sung
117023817d Eliminate unnecessary AJAX calls to file.getFileList
에디터 로딩 직후, 파일 업로드 직후, 파일 삭제 직후
첨부목록 갱신을 위해 file.getFileList를 호출하도록 되어 있는데,
첨부목록을 직전 요청의 응답과 함께 반환하도록 변경하여
불필요한 AJAX 요청이 발생하지 않도록 하고, 로딩 속도를 개선함.
2024-04-16 22:38:53 +09:00
Kijin Sung
267aa9c397 Remove unnecessary conversion of ftp.config.php
https://xetown.com/questions/1819188
2024-04-12 00:07:57 +09:00
Kijin Sung
9134433adf Fix #2307 remove hash character from TemplateStart/TemplateEnd debugging comment to prevent confusion with SSI directive 2024-04-08 22:55:57 +09:00
Kijin Sung
777a62af35 Fix erroneous detection of SSL configration when importing very old XE configuration file 2024-04-08 22:48:59 +09:00
Kijin Sung
bdd8316aee Fix return type error when searching for nonexistent module name that coincides with existing class name 2024-04-02 01:42:48 +09:00
Kijin Sung
b80a858c1f Fix incorrect reference to error message body in Mailgun mail driver 2024-04-02 01:40:34 +09:00
Kijin Sung
8c9d8652a7 Version 2.1.14 2024-03-29 11:57:43 +09:00
Kijin Sung
ee1ddeeac3 Add "time" extra var type, and clean up date type HTML 2024-03-27 00:34:30 +09:00
Kijin Sung
9d57d24306 Reorder extra var types in a way that makes more sense 2024-03-27 00:25:43 +09:00
Kijin Sung
1b7657f581 Fix #2297 add tel_v2 and tel_intl_v2 extra var types with single input for phone number 2024-03-27 00:20:18 +09:00
Kijin Sung
eb5dd18659 Support more HTTP methods #2287 2024-03-24 22:57:07 +09:00
Kijin Sung
f419353013 Allow comma as a separator for module action methods 2024-03-24 22:29:53 +09:00
Kijin Sung
289a249569 Automatically remove .* .+ .? in route definition regexp #2287 2024-03-24 22:18:55 +09:00
Kijin Sung
7d90fbb77f Temporary workaround for iwinv SMS error "Missing boundary in multipart/form-data POST data" 2024-03-24 22:01:43 +09:00
Kijin Sung
0b9131e664 Remove unnecessary encoding of /, &, ' in template v2 JSON output 2024-03-24 21:29:54 +09:00
Kijin Sung
dd4d04f409 Allow passing falsey values to if="" attribute of XML queries 2024-03-19 22:52:39 +09:00
Kijin Sung
09396e8d8d Fix warning when third-party script has already defined __ZBXE__ 2024-03-19 22:20:57 +09:00
Kijin Sung
df99dce94a Fix HTMLFilter internal methods sometimes not returning string 2024-03-19 22:19:32 +09:00
Kijin Sung
c57dbf4d73 Fix Session::getValidityInfo() sometimes returning a non-object 2024-03-19 22:17:32 +09:00
Kijin Sung
13e8445309 Fix fatal error when trying to resize animated WebP using GD 2024-03-19 22:15:13 +09:00
Kijin Sung
08b272f172 Allow getTimeGap() to return null if zdate() returns null 2024-03-08 14:22:37 +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
e7c38509bf Version 2.1.13 2024-01-31 11:03:52 +09:00
Kijin Sung
670c7b29fa Merge branch 'security/rve-2024-3' into develop 2024-01-30 23:45:26 +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
86548a8d6a Fix #2281 warning/notice if sender/recipient of message is not a member anymore 2024-01-27 23:52:11 +09:00