rhymix/common/framework
Kijin Sung 4196d42b06 Fix broken iwinv SMS driver due to incompatible API URL
iwinv 문자 API가 업데이트되면서 URL이 쥐도새도 모르게 변경되어
기존 사용자는 현행 매뉴얼의 API URL을 사용할 수 없고 (에러 코드 14)
신규 사용자는 기존 라이믹스 드라이버를 사용할 수 없는 현상이 발생하여
어느 쪽 사용자인지 수동으로 선택하도록 변경함.

기존에 API key를 입력해 둔 사용자는 설정 화면 접근시 자동으로
기존 URL이 선택되고, 그렇지 않으면 신규 URL이 선택되도록 함.

카페24에 이어 iwinv까지;;;
국내 업체들은 도대체 REST API 운영에 대한 개념이 있는 건가요?
2022-10-11 22:41:09 +09:00
..
drivers Fix broken iwinv SMS driver due to incompatible API URL 2022-10-11 22:41:09 +09:00
exceptions Initial implementation of DB class based on PDO MySQL driver 2020-06-29 15:45:01 +09:00
filters Fix files with .jfif extension not being recognized as JPEG image 2022-09-16 16:44:29 +09:00
helpers Use DB result helper class instead of plain BaseObject 2022-02-06 21:48:53 +09:00
parsers Use constants to control alias handling (#1956 보완) 2022-07-03 17:48:52 +09:00
cache.php Provide incr() and decr() as static methods of Cache class 2020-12-15 02:13:38 +09:00
calendar.php Fix short array syntax and backwards test 2016-03-17 17:41:03 +09:00
config.php Fix install error (25463447 regression) 2021-06-19 20:13:02 +09:00
datetime.php Implement default timezone for domains 2017-03-13 12:51:24 +09:00
db.php Fix query errors not being shown in debug info 2022-09-21 16:26:05 +09:00
debug.php 디버그 기능 사용시 비로그인 상태에서 발생하는 치명적인 오류 수정 2022-03-16 16:07:57 +09:00
exception.php Add basic exception class 2016-02-01 20:11:46 +09:00
formatter.php Fix #1868 incorrect parsing of CSS/SCSS import containing special characters 2022-02-03 14:28:25 +09:00
i18n.php Add functions for converting between country codes and calling codes 2020-03-18 21:02:23 +09:00
image.php Storage::getContentType() 메소드를 MIME 클래스로 이동함 2019-10-09 15:20:19 +09:00
korea.php Fix validation of phone numbers like 02-1688-XXXX 2021-10-05 16:02:43 +09:00
lang.php Adjust loading priority of modules vs. plugins 2021-01-21 00:44:35 +09:00
mail.php Move image URL cleaning function to HTMLFilter #1787 2021-09-11 19:47:04 +09:00
mime.php Fix files with .jfif extension not being recognized as JPEG image 2022-09-16 16:44:29 +09:00
pagination.php Add pagination class 2016-03-17 19:46:32 +09:00
password.php Fix compatibility with PBKDF2 hashes with iteration counts that are not zero-padded 2021-03-14 00:26:15 +09:00
push.php Fix Push::isSent() returning false if all APNs devices fail, even if message is successfully sent to FCM devices 2022-08-15 23:53:08 +09:00
router.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
security.php Disable strict checking of CSRF token if the user is not logged in 2022-07-01 13:09:59 +09:00
session.php Move login status calculation to its own method and add API in member module 2022-08-05 10:21:14 +09:00
sms.php Fix broken iwinv SMS driver due to incompatible API URL 2022-10-11 22:41:09 +09:00
storage.php Add option to skip serialization when saving PHP data to file 2021-06-20 22:01:37 +09:00
timer.php Fix short array syntax 2016-03-17 17:33:58 +09:00
ua.php Fix #1811 Add chromium edge detection to getBrowserInfo 2021-10-15 14:03:39 +09:00
url.php Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00