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
bnu
64657cd52e
NOISSUE displayMultimedia()의 allowScriptAccess 속성 변경
2014-01-12 22:45:01 +09:00
bnu
711cd1ea35
Merge commit ' 154fc79e99' into develop
...
Conflicts:
classes/security/EmbedFilter.class.php
common/js/common.js
common/js/xe.min.js
config/config.inc.php
2014-01-06 11:23:59 +09:00
bnu
8191a184a8
revert r12601
2014-01-06 01:11:35 +09:00
bnu
f94852935a
#60 css, js 코드 정리.
2013-11-16 20:52:46 +09:00
bnu
ab021d75c7
fixed #31 r12836에서 제거한 레이어 팝업 메뉴에서 새 창으로 띄우도록 변경.
2013-11-15 11:14:00 +09:00
ngleader
dbc18a4f99
change author
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-07 02:42:42 +00:00
ngleader
2d3f149b5a
merge from 1.7.3.5(r13153:r13167)
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-29 23:32:39 +00:00
misol
f70ce644ce
Close Connection when there is no connection value.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-25 15:29:32 +00:00
ChanMyeong
7b862b97fe
Anchor focus target {outline:0} removed.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12752 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-14 06:24:57 +00:00
ChanMyeong
02f56601e2
Common popup size(width) adjust. 650px -> 800px
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12740 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-13 05:12:18 +00:00
flyskyko
cc47d2b247
merge from branch luminous (version 1.5.4.2, ~r12561)
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@12611 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-01-30 05:53:14 +00:00
ChanMyeong
5f83837088
page anchor: focus moved to target area.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12601 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-01-29 06:07:28 +00:00
ChanMyeong
ff3b0561b4
Communication module UI cleaning.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12303 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-27 05:06:41 +00:00
ovclas
86011ab063
merge from luminous (11139-12038)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12040 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-02 07:20:00 +00:00