Kijin Sung
ed3696ae93
Fix #987 error in URI.js when invalid URL is supplied
2018-03-07 02:40:56 +09:00
Kijin Sung
499a7e4457
Fix cursor selection after converting preview to editor
2018-03-06 21:57:59 +09:00
Kijin Sung
a0ae7a2a30
Apply editor replacement to all .editable_preview elements
2018-03-06 21:39:04 +09:00
Kijin Sung
2bbf4d902f
Fix isSameOrigin() with relative URLs
2018-01-11 17:36:05 +09:00
Kijin Sung
01ee23b7d9
Fix JS error when either url1 or url2 is undefined in isSameOrigin()
2017-12-21 15:16:16 +09:00
Kijin Sung
7099e30372
Fix isSameOrigin()
2017-12-18 15:14:44 +09:00
Kijin Sung
999bc92753
mailto: 등 URN 링크 문제 고침 by @bnu
...
xpressengine/xe-core#2174
2017-11-30 22:11:55 +09:00
Kijin Sung
66e8ba4fca
Fix URI.js error when processing mailto: links
...
https://www.xetown.com/rxe_issue/792186
xpressengine/xe-core#2174
2017-11-13 08:44:44 +09:00
Kijin Sung
c9026e44a1
Ensure that jQuery works properly even if there is some conflict
2017-10-30 01:31:23 +09:00
Kijin Sung
eb5bff0fb3
Import URI related changes from XE
...
xpressengine/xe-core f680eb4, 27c8bf9 by @bnu
2017-10-12 15:55:45 +09:00
Kijin Sung
7948059c91
Fix JS error when a link has no target
...
xpressengine/xe-core#2162
2017-10-12 00:22:18 +09:00
Kijin Sung
824867259f
Remove support for drEditor components #895
2017-09-28 18:13:30 +09:00
Kijin Sung
da4b995dc8
Fix spurious addition of 'undefined' to 'rel' attribute
2017-09-11 21:11:08 +09:00
Kijin Sung
7145d38822
Implement remainder of tabnapping protection from XE 1.8.44
2017-09-11 20:48:41 +09:00
Kijin Sung
c714c3629a
Fix #879 align multimedia search results to the left
2017-08-16 23:20:08 +09:00
conory
56d62a816f
textarea 에디터 미리보기에서 오류가 발생되는 문제 수정
2017-07-15 21:10:04 +09:00
Kijin Sung
2ac65beaa8
Disable autoplay of multimedia thumbnail #677 #843
2017-06-28 16:32:01 +09:00
Kijin Sung
9f652e422f
Add 'textarea' editor skin for simple replacement
2017-06-27 15:20:09 +09:00
Kijin Sung
0777a66703
Fix incorrect detection of form method if there is an input tag with the name 'method'
2017-04-01 22:07:38 +09:00
Kijin Sung
c41ded3124
Fix #773 no refresh after redirect() when not using mod_rewrite
2017-03-24 16:33:24 +09:00
Kijin Sung
b8569aa5ab
Fix missing semicolon
2017-03-06 15:43:40 +09:00
Kijin Sung
11afa4db42
Add CSRF token to all dynamic forms
2017-03-06 15:37:18 +09:00
Kijin Sung
e82e3fb18c
Implement isSameOrigin() to simplify origin determination
2017-03-06 15:11:45 +09:00
Kijin Sung
14300cbcc3
Insert CSRF token into every AJAX request
2017-03-06 14:47:42 +09:00
Kijin Sung
b3fb993f73
Insert CSRF token in all AJAX requests via exec_xml(), exec_json(), exec_html()
...
일단 공식적으로 지원하는 AJAX 함수 3종에 CSRF 토큰을 삽입해 본다.
추후 체크 방식을 변경하거나 보안을 더욱 강화할 경우 X-CSRF-Token 헤더와 비교할 수도 있다.
일반 폼 제출이나 임의의 AJAX 요청에도 CSRF 토큰을 삽입하는 것은 다음 커밋에...
2017-03-06 11:51:38 +09:00
Kijin Sung
a305745aa5
Automatically insert video when iframe source is pasted into editor
2017-02-18 17:04:07 +09:00
Kijin Sung
5b017affa1
Update String.prototype.trim and add String.prototype.escape
2017-01-26 19:12:18 +09:00
Kijin Sung
1cfb83da4d
Fix window size not fitting editor when sending message
2016-12-15 00:59:33 +09:00
Kijin Sung
05128b9f4b
When SSL is optional, redirect to http after writing ( #1939 )
2016-08-02 16:05:07 +09:00
Kijin Sung
aef4797c1c
Update routine for broken symlink detection
2016-06-29 19:20:53 +09:00
Kijin Sung
8e1b870000
Fix JQMigrate warning in common.js
2016-05-14 16:38:41 +09:00
Kijin Sung
188f55a81e
Fix incorrect redirect when relative path is given
2016-03-27 12:02:55 +09:00
Kijin Sung
5debdea06f
Fix #357 incorrect redirect to insecure URL when using setQuery() in JS
2016-03-08 18:10:29 +09:00
Kijin Sung
9b5a17fb59
Clean up repeating code and add redirect() function
2016-03-07 08:34:06 +09:00
Kijin Sung
65517735e0
Clean up common_layout.html and merge with mobile_layout.html
2016-02-17 16:20:57 +09:00
Kijin Sung
373305ab6b
Initial implementation of debug panel on web page
2016-02-13 01:33:06 +09:00
MinSoo Kim
644ed8eb05
신고 선택지 추가, 모바일 신고 환경 개선
...
- 신고 사유를 선택지 중 선택할 수 있게 함
- 팝업 메뉴의 스타일을 개선하여 모바일에서 적절하게 터치할 수 있게 함.
2016-01-28 03:59:26 +09:00
MinSoo Kim
eef87175d4
common.js 문제 수정
2016-01-26 19:56:17 +09:00
MinSoo Kim
22f6aaaed8
setFixedPopupSize 개선
...
테스트 된 브라우저: 파이어폭스, 크롬, 인터넷익스플로러, 엣지
2016-01-26 19:50:16 +09:00
MinSoo Kim
5868bc19fc
common.js 의 setFixedPopupSize 함수 개선
...
화면 크기를 벗어나서 리사이징 되지 않도록 수정.
2016-01-26 19:21:08 +09:00
Kijin Sung
3df47d100a
Allow jQuery to be referenced as '$'
2016-01-15 11:52:08 +09:00
Kijin Sung
55c6d5be9b
Fix 'jQuery.browser is deprecated' warning in common.js
2016-01-15 11:48:03 +09:00
Kijin Sung
64b89d7b0d
Intercept jQuery.getScript() requests to corrupted symlinks
2016-01-12 10:09:41 +09:00
bnu
d6a898a7f2
fix #1181 한글 도메인 처리 개선
...
- default URL을 IDN으로 지정 시 punycode로 변환하여 저장
- request_uri 및 current_url를 punycode로 변환하지 않은 IDN으로 출력하도록 변경
- String.prototype.setQuery()에서 IDN을 인코딩하지 않도록 변경 thanks to @andjfrrk
2015-03-05 17:19:19 +09:00
bnu
198a56819d
#826 모바일 페이지 수정 시 임시 등록 문서를 불러 올 때 PC 모드로 변경되는 문제 고침
2015-01-06 18:09:55 +09:00
akasima
f91f603f78
#826 support temporary save at page module
2015-01-05 18:57:29 +09:00
Solid0
4b56f1b777
#1012 multimedia_link XSS 취약점
2014-10-20 19:03:22 +09:00
bnu
60fa4ab4e8
#920 메뉴 항목 선택이 안 되는 문제 수정
2014-09-17 13:51:52 +09:00
akasima
7253faa731
#920 click event change to 'event, touchstart' for mobile popup_menu
2014-09-11 18:59:53 +09:00
akasima
37f5b93e40
#471 checkbox 다중선택시 문제 처리
2014-02-13 11:39:51 +09:00