Commit graph

86 commits

Author SHA1 Message Date
Kijin Sung
e707f9fa93 Close session before module update and reopen after update
모듈 업데이트에 오랜 시간이 걸리는 경우 세션이 잠겨버려서
다른 페이지까지 먹통이 되어 버리는 문제를 방지함
2017-10-13 18:22:05 +09:00
Kijin Sung
0432e20dfc Remove 'set as homepage' link from menu configuration screen 2017-06-27 20:08:08 +09:00
Kijin Sung
9aa4e244c2 Remove safe_mode condition from admin and install modules 2016-07-03 18:00:14 +09:00
Kijin Sung
673cd48db0 Reorganize general configuration in admin module 2016-02-04 14:43:18 +09:00
Kijin Sung
9da3653fcd Replace idna_convert with PHP native functions and true/punycode 2016-01-13 15:46:41 +09:00
Kijin Sung
3b9a9c0f7a Rename cache_friendly option to delay_session 2016-01-11 14:52:41 +09:00
Kijin Sung
da1822d296 Add option to minify only common (core) files 2016-01-10 17:02:26 +09:00
Kijin Sung
bfaa2c170b Make minify option configurable by the site administrator 2016-01-07 15:33:35 +09:00
Kijin Sung
1c5424358d Add option to enable/disable cache-friendly behavior 2015-07-12 14:50:59 +09:00
MinSoo Kim
d2b05732ab fix for Not-Alphabet URL
https://github.com/xpressengine/xe-core/issues/634

# Internet Explorer send punycode URL(ASCII) URL and non-alphabet
Unicode URL URL as a referer. 인터넷 익스플로러는 리퍼러 주소로 퓨니코드 주소와 유니코드 URL을 섞어
쓰고 있습니다. AJAX 통신에는 리퍼러로 Unicode를 사용하고 요청 호스트로는 퓨니코드 URL을 사용(이건 다국어 주소
형식으로 접속하려면 이렇게 했어야 할 것)합니다.
- XE strictly compare referer and server host for denying CSRF, but
punycode URL and Unicode URL should be dealt as a same one. 그런데 XE는 리퍼러의
호스트와 서버 호스트를 비교합니다. punycode로 쓰인 주소와 Unicode로 쓰인 주소는 같은 주소를 지시하더라도 문자열이
다릅니다. 같은 주소를 지칭하는 다른 문자열을 punycode로 변환해서 같은 주소라고 인식할 수 있게 수정했습니다.
- Fix checkCSRF function to deal both form as a same one.
- Convert Unicode URL input to punycode URL on the Admin Default URL
Settings. 관리자가 유니코드 형식으로 기본 주소를 입력하더라도, 퓨니코드로 변환해 저장하도록 했습니다. 퓨니코드로 저장하는
것이 여러모로 유용하기 때문입니다.
- For converting punycode URL, include IDNA coverting class. 퓨니코드와 유니코드
간 변환을 위해서 IDNA 변환 클래스(LGPL사용권)를 포함시켰습니다.
2015-01-01 01:35:32 +09:00
upgle
1f1c1f8ccc #713 파비콘 가상사이트 대응 2014-07-03 16:35:21 +09:00
akasima
3c191b8373 #772 favicon mime type 을 x-icon 지원 하도록 수정, favicon 크기 검사 안하도록 수정 2014-06-04 23:13:38 +09:00
조성수
cd4a3a786a 모바일 홈 화면 아이콘 등록 실패 문제 해결. 이전 코드로 교체하였음. 2014-05-17 21:22:04 +09:00
조성수
f26c961226 favicon 등록 실패 문제 해결. ico 파일을 올리게 되면 type 으로 image/vnd.microsoft.icon 가 설정되기 때문에 .ico 가 아닌 .icon 으로 해야한다. 2014-05-17 20:59:52 +09:00
upgle
7b53f24435 파비콘이 가상 사이트에 대응하도록 개선
파비콘 저장시
files/attach/xeicon/{가상사이트srl}/favicon.ico
와 같이 저장하도록 개선

이전 버전과 호환을 위해 기본 사이트의 경우 files/attach/xeicon/favicon.ico 와 같이 기존 주소를 그대로
이용하도록 처리.
2014-05-14 16:18:53 +05:45
upgle
59067047d1 파비콘이 업로드 되지 않는 이슈 해결
정규식 검사에서 업로드된 file의 타입을 검사함으로서 파일이 등록되지 않는 이슈.

정상적인 ico 파일 업로드시 '*.ico 파일만 업로드 가능합니다.' 라는 오류 출력

tmp file의 'name'을 검사하도록 변경하여 이슈 해결
2014-05-14 16:15:39 +05:45
ngleader
98de6e921f #695 fixed file extension filters 2014-05-10 08:02:29 +09:00
bnu
0eab5285b0 NOISSUE 관리자 IP 대역 입력 시 접속자의 IP를 반드시 추가하도록 개선 2014-02-03 13:45:29 +09:00
SMaker
3d9f4557f6 install 모듈 오류 수정 2014-01-28 11:07:35 +09:00
bnu
194ce8614a NOISSUE remove reference operator. 2013-12-30 17:35:02 +09:00
akasima
c7095449b8 #151 #153 mod db.config.php setting file 2013-12-09 18:21:07 +09:00
osh
e755fd1c73 #153 mod config admin_ip_list 2013-12-09 17:38:53 +09:00
osh
1c6f229ce7 #153 mod config set admin_ip_list 2013-12-09 16:47:58 +09:00
khongchi
8a7e5a8794 Merge branch 'feature/ipfilter' into develop 2013-12-05 10:40:11 +09:00
bnu
41ff8ace3b NOISSUE PHP 5.4 이상 호환성 개선. 2013-11-30 18:05:36 +09:00
khongchi
5fae27d53c isCrawler, 관리자페이지 IP잠금, 사이트잠금 기능에서 ipfilter를 사용하도록 변경 2013-11-29 19:24:07 +09:00
bnu
932862be1f #64 서버 내 경로를 절대경로로 변경 2013-11-23 11:59:49 +09:00
bnu
63e0fd6f3b #51 preg_match()를 substr_compare() 또는 strncmp()로 대체 2013-11-22 13:00:56 +09:00
khongchi
540da2c75c #85, time()을 $_SERVER['REQUEST_TIME']으로 대체 2013-11-21 16:14:13 +09:00
khongchi
d9f001266c issue 3644, php5대응 file_put_contents 함수 적용
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13199 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-12 02:17:35 +00:00
khongchi
3581db5932 remove cdn feature
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13187 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 06:04:28 +00:00
akasima
bce0a0b6d4 copyright add to php files
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 05:52:51 +00: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
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
chschy
1379f68c92 issue 2948, changed variable definition to __XE__
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12730 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-12 03:11:05 +00:00
flyskyko
8a7c28babc issue 2119. supporting php 5.4. modules and widgets.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12706 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-05 09:45:04 +00:00
flyskyko
0f04bd3f92 merge changes of luminous to maserati (~r12676)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12680 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-04 08:09:07 +00:00
ovclas
7b0c09b083 when submit, favicon, mobicon delete also
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12539 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-01-11 10:01:48 +00:00
ovclas
0c0604d24d XSS, Webshell defence
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@12278 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-22 02:37:50 +00:00
ovclas
9aefe700b6 issue 2662 install, integration_search
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12249 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-19 01:26:43 +00:00
ovclas
60b0a76f3f issue 2686 set default site title
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12197 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-13 08:14:12 +00:00
ovclas
ae38e3d49b after ftp setup submit, redirect success_return_url
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12160 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-09 11:12:41 +00:00
ovclas
8417509874 issue 2667 create home menu cache file and save
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12152 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-09 02:48:02 +00:00
chschy
533411b08f Issue 2452 : [Admin UI Refactoring] Content > General : setting db config
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11770 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-10-18 05:36:06 +00:00
chschy
30a61a0cb9 Issue 2452: [Admin UI Refactoring] Content > General
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11592 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-10-04 09:08:39 +00:00
chschy
9c47bf2f5a issue 2457 applied index page(maserati)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11419 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-09-21 04:59:32 +00:00
ovclas
67c6ce16cd Webshell defense
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11093 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-08-27 06:49:21 +00:00
ovclas
1aa87a3442 Webshell defense
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10672 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-11 09:35:07 +00:00
chschy
7183d77707 Divide page into general and ftp configuration
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9449 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-30 06:37:26 +00:00
chschy
05550891b2 modify auto changed to favicon.ico or mobicon.png
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9446 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-30 05:59:01 +00:00