Kijin Sung
798b0cd1d6
Fix warnings when user is logged out #2680
2026-02-27 20:46:49 +09:00
Min-Soo Kim
a3cc3a9781
Update Rhymix English Language Translations
...
Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
2024-12-31 10:41:06 -05:00
Kijin Sung
6c113c22ed
Fix unnecessary assignment by reference, which causes E_NOTICE
2024-01-04 10:25:25 +09:00
Kijin Sung
1241ebbc80
Remove outdated properties in core widget skins
2023-08-31 23:28:23 +09:00
Kijin Sung
e8ea70fdca
Fix close button not working in ncenter_login skin for login_info widget
2023-08-29 22:40:35 +09:00
conory
589ecf2561
Cleanup getMemberConfig() for PHP 8.0
...
기본 설정값 통일
서명, 프로필 이미지, 이미지 이름, 이미지 마크가 공개 옵션과 상관 없이 무조건 표시되는 문제 수정
사용되지도 않고 별 역할 없는 setMemberConfig($args) 메소드 deprecated 처리
2021-07-08 18:09:39 +09:00
conory
faea821e78
Fix warning in PHP 8.0
2021-07-05 14:19:06 +09:00
Kijin Sung
0b265cde21
Make all addons, modules, and widgets follow RX_VERSION
2020-12-18 00:20:33 +09:00
Kijin Sung
49923844b2
Various fixes to remove warnings in PHP 8.0
2020-12-15 00:18:42 +09:00
Kijin Sung
5b60da6f62
Fix #1099 unnecessary setCookie function definition in ncenter_login skin
2018-10-08 17:57:33 +09:00
Kijin Sung
a49f2f5f06
Change Context::isAlwaysSSL() to config('session.use_ssl_cookies')
...
- Main session cookie is httpOnly if use_ssl is true
- SSO cookie is always httpOnly
2018-08-06 01:23:22 +09:00
Min-Soo Kim
25d2e4892a
Revert "Example of the cookie option"
...
This reverts commit 93a35c251b .
2018-08-02 00:35:52 +09:00
Min-Soo Kim
93a35c251b
Example of the cookie option
2018-08-02 00:35:27 +09:00
Min-Soo Kim
30fd0c428c
Improve cookie security; Secure flag
...
SSL 항상 사용 옵션인 경우 쿠키도 이에 맞추어 SSL 인 경우에만 사용되도록 secure flag 를 추가합니다.
선택적 SSL 인 경우 SSL 이 적용되지 않은 구간에서도 쿠키를 읽을 수 있어야 하므로, 적용하지 않습니다.
이 PR 로 변경되는 내용
- Context 클래스에 checkSslEnforce 메소드 추가
- SSL 항상 사용 옵션일 경우, 가능한 secure 플래그를 달아서 쿠기 굽기
- SSO 쿠키의 경우 javascript 접근이 필요 없을 것으로 예상 ( https://github.com/rhymix/rhymix/pull/1034 ) 되어서 `httpOnly` 플래그도 추가.
안드로이드 웹뷰의 경우 StackOverFlow 의 Reading secure cookies in android WebView 라는 글을 참고하면, 읽어오는 것이 가능하다고 합니다. 주소에 프로토콜을 적지 않을 경우 secure flag 가 달린 쿠키는 정상적으로 읽어오지 않는 듯 하니 안드로이드 웹뷰를 사용하시는 분들은 대응이 필요할 것으로 보입니다.
https: //github.com/rhymix/rhymix/pull/1034 를 실수로 merge 하여서 다시 올립니다.
Co-Authored-By: Kijin Sung <kijin@kijinsung.com>
2018-07-29 12:15:24 +09:00
Min-Soo Kim
b62a1322c9
Revert "Merge branch 'develop' into develop"
...
This reverts commit ec54bbd415 , reversing
changes made to 9b12e0a71c .
2018-07-29 11:54:14 +09:00
Min-Soo Kim
ec54bbd415
Merge branch 'develop' into develop
2018-07-29 11:49:27 +09:00
Kijin Sung
15eb5c3715
openid_delegation_id 등 일부 애드온 및 레이아웃, 위젯 스킨을 배포본에서 제거
...
xpressengine/xe-core#2037
2018-06-11 23:29:13 +09:00
Min-Soo Kim
c1c9a94623
Improve cookie security; Secure flag
...
SSL 항상 사용 옵션인 경우 쿠키도 이에 맞추어 SSL 인 경우에만 사용되도록 `secure` flag 를 추가합니다.
선택적 SSL 인 경우 SSL 이 적용되지 않은 구간에서도 쿠키를 읽을 수 있어야 하므로, 적용하지 않습니다.
2018-04-24 19:30:38 +09:00
Kijin Sung
591e9cb270
Revert "Improve cookie secure setting values"
...
This reverts commit 73da2af393 .
2018-04-23 00:43:24 +09:00
Min-Soo Kim
73da2af393
Improve cookie secure setting values
...
HTTPS 를 사용하는 상황에 대한 판단을 할 수 있는 상황에서 쿠키의 secure flag 를 달아준다.
2018-04-22 23:58:13 +09:00
bnu
3ee3d63cb7
fix #2142 onclick이 사용된 새 창 열기를 target 속성으로 변경
...
- 통합검색 모듈 misol_town 스킨도 마찬가지로 수정
2017-09-11 18:21:16 +09:00
BJRambo
80c034f050
If there is 0 notify list, improved to only display login information.
2016-06-01 06:30:48 +09:00
BJRambo
aa577a8292
Apply multiple language in login form.
2016-05-30 08:53:19 +09:00
BJRambo
57966ff9fa
add the ncenter setting use in widget setting
2016-05-30 08:48:12 +09:00
BJRambo
e7c133a66d
Fix syntax of media css
2016-05-30 08:07:51 +09:00
BJRambo
7c8698f6af
Spacing the 'sing up' button at the margin-top.
2016-05-30 08:02:59 +09:00
BJRambo
e3f54d96a4
로그인 위젯의 로그인폼 추가
2016-05-29 18:16:48 +09:00
BJRambo
4ce0b5139c
자바스크립트를 JS파일으로 옮김
2016-05-29 16:18:43 +09:00
BJRambo
eac58afa39
zindex 변수를 사용할수없는 문제 고침
2016-05-29 12:04:33 +09:00
BJRambo
8074209788
로그인에 필요한 정보 추가
2016-05-29 03:18:48 +09:00
BJRambo
d50b3a87a6
fix typo
2016-05-29 03:01:33 +09:00
BJRambo
ea8c5d24f0
코드 규칙에 맞게 고침
2016-05-29 03:00:12 +09:00
BJRambo
70aea72af3
로그인 상태의 회원정보 표기
2016-05-27 05:40:00 +09:00
BJRambo
a199820936
알림센터 스킨 추가 (검은색)
2016-05-27 04:53:40 +09:00
BJRambo
0dedd85df5
알림센터 동작과 동일하게 개선
2016-05-27 04:53:17 +09:00
BJRambo
08311d7c43
해당 변수 기본값을 생성
2016-05-27 04:20:30 +09:00
BJRambo
95a4e4a409
Add get new count notify
2016-05-27 04:00:51 +09:00
BJRambo
9d89dd054d
add to the ncenterlite list at the login_info widget
2016-05-26 23:28:18 +09:00
BJRambo
b7ba92170f
코드 규칙에 맞게 정리
2016-05-26 23:01:05 +09:00
conory
90400e2b5f
모두 lang() 함수로 변경
2016-03-06 17:01:15 +09:00
MinSoo Kim
373c20e79c
Compress images
...
Compress with https://kraken.io/ and https://compressor.io/
For #1420 issue
2015-04-23 11:34:41 +09:00
bnu
194ce8614a
NOISSUE remove reference operator.
2013-12-30 17:35:02 +09:00
khongchi
424edf4b96
NOISSUE 코어내 애드온,모듈,스킨,위젯 버전 1.7로 올림
2013-11-26 15:37:38 +09:00
bnu
18ab99f2cc
#81 관리 페이지 링크 추가
2013-11-22 10:44:57 +09:00
akasima
736f382b27
#66 install php version check
...
#16 install rewrite module usable check
#48 htmlspecialchars function params add
2013-11-19 13:32:39 +09:00
khongchi
5693e340fe
issue 3645, php5 대응, 함수 대체
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13202 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-13 01:40:53 +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
ChanMyeong
a5bb4da47e
Issue 2951 fixed. Remove invalid <extra_vars /> closing tag.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12738 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-13 01:48:03 +00:00