a8baa8dd7d
ss_mb_key 체크함수의 user_agent 에 hook 추가
2023-11-10 13:57:24 +09:00
16051b3049
비회원이 비밀글을 작성할 경우 패스워드를 묻는 오류 문제 수정
2023-11-10 12:47:10 +09:00
db1d56e07b
G5_DOMAIN 설정시 url에 타 도메인을 지정할수 없습니다. 메시지가 나오는 오류 수정 #290
2023-11-10 12:21:19 +09:00
4455f7d3c9
버전 5.5.9 수정
2023-10-19 11:29:24 +09:00
398967f804
Merge branch 'master' of github.com:gnuboard/gnuboard5
2023-10-19 11:28:28 +09:00
ee75b32b3c
adm/index.php 페이지에 컨텐츠를 삽입할 수 있는 Hook 추가 ( #283 )
...
* 코드 포맷
* adm/index.php 페이지에 컨텐츠를 삽입할 수 있는 Hook 추가
- adm_index_addtional_content_before
- adm_index_addtional_content_after
2023-10-19 11:27:18 +09:00
c869f29f0d
세션 쿠키 보안 강화 ( #282 )
...
* Enhance Session Cookie Security
* Fix user registration link path
2023-10-19 11:27:00 +09:00
c95168fb0c
IP 변경으로 인한 관리페이지 접근 시 접속이 제한되는 문제 해결 ( #284 )
...
* `ss_mb_key`를 생성하고 검증할 때 IP를 제거하고 대체 함
프록시 등의 사용으로 IP가 수시로 변경되는 환경이라면 관리페이지 접근에 수시로 제한이 되는 문제를 해결하기 위함
* `ss_mb_key` 세션 값 생성 코드의 중복을 제거하기 위해 정리
* client_key 유효 시간을 세션 동안만 유지되도록 변경
2023-10-19 11:26:28 +09:00
b8ffd99362
비밀글이 게시판 목록에서 내용, 썸네일이 노출되는 문제 수정#287
2023-10-19 11:17:16 +09:00
64e1fbe786
Merge branch 'master' of github.com:gnuboard/gnuboard5
2023-10-18 17:23:56 +09:00
91715ff830
KG이니시스 통합인증 테스트키 수정
2023-10-18 17:23:43 +09:00
1fb9e28510
Merge pull request #273 from maycactus-FOSS/bug
...
Refactor: str_encrypt 클래스의 변수 이름 수정
2023-10-18 12:58:13 +09:00
babbc9afdb
Merge pull request #278 from kkigomi/master-2
...
`$wr_id` 전역변수의 값이 잘못된 타입으로 할당되는 문제 고침
2023-10-18 12:57:37 +09:00
04030f9274
Merge pull request #280 from kkigomi/patch-comment
...
불필요한 주석 제거
2023-10-18 12:56:55 +09:00
3085703c61
Merge pull request #279 from kkigomi/patch-1
...
`delete_cache_latest` Hook 추가
2023-10-18 12:56:31 +09:00
20dc211a82
Merge pull request #285 from kkigomi/feature/auth.au_menu
...
관리권한 설정 시 메뉴명(au_menu)의 길이 제한으로 인한 문제 개선
2023-10-18 10:33:39 +09:00
a773839338
Merge pull request #289 from kkigomi/feature/deprecated-sql_password
...
sql_password() 함수를 사용하는 것을 권장하지 않음을 표기
2023-10-18 10:31:04 +09:00
84b22909c5
sql_password() 함수를 사용하는 것을 권장하지 않음을 표기
...
https://github.com/gnuboard/gnuboard5/issues/247
2023-10-15 20:39:44 +09:00
28bfcea9c2
관리권한 설정 시 메뉴 ID(au_menu)의 길이 제한을 20에서 50으로 확장
2023-09-09 21:48:34 +09:00
8cd1df0f43
불필요한 주석 제거
2023-08-31 21:18:41 +09:00
cf2a8ab282
delete_cache_latest Hook 추가
...
`delete_cache_latest()` 함수에 `delete_cache_latest` Hook 추가
2023-08-30 01:06:07 +09:00
941f3e135a
$wr_id 전역변수의 값이 잘못된 타입으로 할당되는 문제 고침
...
짧은 주소 '글 이름' 주소로 접근할 때 `$wr_id` 전역변수의 값이 `string` 타입으로 잘못 할당되는 문제를 `int` 타입으로 올바르게 바로 잡습니다
2023-08-21 09:24:30 +09:00
4b9b1af01e
버전 5.5.8.3.4 수정
2023-08-17 14:40:08 +09:00
41d48891f4
wr_num 필드 값이 동시성 문제로 겹치는 경우 답변글에 대한 권한이 잘못 주어지는 등의 문제 다시 수정 #265
2023-08-17 14:39:05 +09:00
616f5b8d46
Refactor: str_encrypt 클래스의 변수 이름 수정
2023-08-16 15:37:08 -04:00
a96460948c
버전 5.5.8.3.3 수정
2023-08-16 15:52:11 +09:00
337ee4e68f
Merge branch 'master' of github.com:gnuboard/gnuboard5
2023-08-16 15:49:14 +09:00
7af4888458
Merge pull request #268 from kkigomi/feature/hook-qawrite_update
...
1:1문의 답변 시 `qawrite_update` Hook에서 답변 글의 ID를 전달하도록 개선
2023-08-16 15:47:52 +09:00
fdc695d08c
Merge pull request #270 from kkigomi/feature/hook-shop-itemcopy
...
영카트 상품 복사 후 `shop_admin_itemcopy` Event Hook 추가
2023-08-16 15:47:09 +09:00
9fe34dae1d
Merge pull request #267 from kkigomi/feature/hook-qa_delete
...
`qa_delete` Event Hook에서 실제 삭제된 ID 목록을 전달하도록 개선
2023-08-16 15:46:28 +09:00
4364058313
Merge pull request #266 from kkigomi/patch-qadelete-answer
...
QA에서 질문글 삭제 시 답변글의 첨부파일 및 썸네일을 삭제하지 못하는 문제 수정
2023-08-16 15:45:25 +09:00
0642c48106
Merge pull request #263 from kkigomi/patch-owl
...
owl.video.play.png 파일이 없어 발생하는 오류 수정
2023-08-16 15:44:15 +09:00
d74c7b24bf
Merge pull request #259 from kkigomi/patch-1
...
adm/view.php 파일에서 $sub_menu 등 변수 위치를 변경
2023-08-16 15:43:58 +09:00
fec5569c71
Merge pull request #256 from maycactus-FOSS/bug
...
코드 일관성, 가독성 향상 및 버그 수정
2023-08-16 15:43:42 +09:00
876534a440
wr_num 필드 값이 동시성 문제로 겹치는 경우 답변글에 대한 권한이 잘못 주어지는 등의 문제 #265
2023-08-16 13:01:05 +09:00
5d4ba1030e
관리페이지 메뉴 접근 권한이 부여된 경우 관리페이지의 index 페이지의 정보가 노출되는 문제 #258
2023-08-16 11:44:42 +09:00
e43e424d80
세션 고정 취약점 수정 #257
2023-08-16 10:01:07 +09:00
5036254b69
php 5.2 호환성 문제 수정
2023-08-13 21:48:08 +09:00
2ae4046d29
영카트 상품 복사 후 shop_admin_itemcopy Event Hook 추가
2023-08-12 19:08:39 +09:00
ccdbdebdec
1:1문의 답변 시 qawrite_update Hook에서 답변 글의 ID를 전달하도록 개선
2023-08-11 21:19:42 +09:00
1c4465a692
qa_delete Event Hook에서 실제 삭제된 ID 목록을 전달하도록 개선
...
`$tmp_array` 목록은 삭제를 요청한 목록이지만 작성자, 답글 등의 이유로 실제 삭제되지 않을 수 있음. 두번째 인자로 실제로 삭제 처리된 목록을 넘겨주도록 개선 함.
2023-08-11 19:41:25 +09:00
bcbabf50f2
QA에서 질문글 삭제 시 답변글의 첨부파일 및 썸네일을 삭제하지 못하는 문제 수정
...
답변글의 정보를 잘못 가져오는 문제로 답변글의 첨부파일, 첨부파일의 썸네일, 에디터 이미지의 썸네일을 삭제하지 못하는 문제 고침
2023-08-11 19:29:50 +09:00
3da5145bef
Fix undefined variable issue in mobile login page
2023-08-09 11:48:53 -04:00
6868cee8d1
영카트 모바일 주문시 SQL Injection 취약점 수정
2023-08-07 10:26:50 +09:00
870dcec68d
owl.video.play.png 파일이 없어 발생하는 오류 수정
...
https://github.com/OwlCarousel2/OwlCarousel2/blob/develop/dist/assets/owl.video.play.png
2023-08-01 00:38:45 +09:00
4735d62770
adm/view.php 파일에서 $sub_menu 등 변수 위치를 변경
...
`$sub_menu`, `$g5['title']` 변수를 생성처리가 `admin_request_handler_*` Event Hook 보다 이후에 실행되어 해당 Hook에서 이를 활용하지 못하는 문제를 해결합니다.
2023-07-26 12:13:07 +09:00
2c88ef6d13
Update CSS styles for improved consistency
...
This commit updates the CSS styles for better consistency and correctness. The changes involve:
1. Replacing 'z-index: -1px' with 'z-index: -1' to correct the z-index value. The value should be an integer, not a length with a unit.
2. Replacing 'font-size:bold;' with 'font-weight:bold;' to set the font weight to bold properly.
Please note that I haven't tested the changes yet, but they should have a positive impact on the overall appearance and functionality of the elements styled with these CSS rules.
2023-07-25 14:06:43 -04:00
12ce06c2d2
Refactor CSS styles for improved readability
...
This commit refactors the CSS styles by removing unnecessary closing parentheses from the box-shadow declarations and redundant empty color declarations. Additionally, it corrects the missing CSS property values in the .btn_submit and #mb_login_notmb p rules for proper styling.
The changes do not affect the visual appearance of the elements but make the CSS code cleaner and more maintainable.
2023-07-25 13:50:30 -04:00
3a7d06b19e
Fix array element and string offset access using square brackets
...
In accordance with the PHP RFC deprecating the curly brace syntax for accessing array elements and string offsets, this commit replaces all instances of {} with [].
By making this change, we ensure the codebase remains compliant with the recommended syntax, enhancing code readability and maintainability. The deprecation of curly brace syntax was done to align with best practices and promote a consistent code style.
2023-07-25 13:34:00 -04:00
641656047d
버전 5.5.8.3.2 수정
2023-07-17 12:12:52 +09:00