Commit graph

11431 commits

Author SHA1 Message Date
conory
16e44d44c7 움직이지 않는 gif도 mp4로 변환되는 문제 수정
FFmpeg 사용 불가 안내 메시지 추가
추후에 활용하기 위한 type, width, height, duration 컬럼 추가
업로드시 이미지, 오디오, 동영상 파일의 확장자가 잘못된 경우 올바른 확장자를 덧붙이는 기능 추가
2019-10-01 22:50:38 +09:00
conory
cdbc2d7a82 동영상 섬네일, GIF로 취급 기능 추가
이미지, 동영상 첨부시 구분할 수 있도록 그 섬네일에 play 아이콘 추가
모듈별 파일 설정시 파일 모듈의 업로드 기본, 이미지, 동영상 설정을 각각 달리 적용할 수 있도록 기본 설정 제어 옵션 분리
2019-09-27 00:34:19 +09:00
Kijin Sung
3c9e99967d Add search function to member scrap list 2019-09-23 17:06:01 +09:00
conory
c2025c4bde original_type로 column 이름 변경 2019-09-23 15:30:53 +09:00
conory
1fcba0a44c GIF → MP4 더 완벽하게... 2019-09-22 21:24:43 +09:00
Kijin Sung
1ac14a6964 Display both local and UTC time in server env page 2019-09-19 15:03:41 +09:00
Kijin Sung
82213ce11a Add ability to customize robot user agents 2019-09-14 21:42:02 +09:00
Kijin Sung
72651ed095 Add option to customize the number of days until a document is considered old 2019-09-14 21:31:47 +09:00
Kijin Sung
0fdb48c31a Add options to hide the bottom list 2019-09-14 21:24:36 +09:00
Kijin Sung
fc8bc04569 Generate comment_srl URLs in comment module admin list #1192 2019-09-14 20:18:55 +09:00
Kijin Sung
63daede292 Redirect to URL with comment_srl after writing a new comment 2019-09-14 20:14:13 +09:00
Kijin Sung
9978388afb Generate comment_srl URLs in ncenterlite module 2019-09-14 20:05:58 +09:00
Kijin Sung
6961155f9c Recognize comment_srl in address to find cpage automatically #904 #1191 #1192 2019-09-14 20:05:33 +09:00
Kijin Sung
941542b991 Implement files changelog 2019-09-14 00:22:24 +09:00
Kijin Sung
2cd2d0528b Add option to save changelog for files 2019-09-13 23:57:21 +09:00
Kijin Sung
ee7f11b0f1 Separate agreement info into its own table
선택약관 동의 내역을 쉽게 관리할 수 있도록
확장변수가 아닌 별도의 테이블로 분리
2019-09-13 23:46:56 +09:00
Kijin Sung
73c5b6d84b Fix #1190 make comment page count configurable 2019-09-13 20:11:32 +09:00
Kijin Sung
9b64b0f925 Make getCommentList and getTotalCommentList triggers consistent with getDocumentList trigger 2019-09-13 19:58:51 +09:00
Kijin Sung
2238679527 Add search function to member's document and comment list 2019-09-13 18:11:49 +09:00
Kijin Sung
65c8c6e9c1 Add experimental support for GIF->MP4 conversion 2019-09-13 16:18:15 +09:00
Kijin Sung
61a4400e1f Display phone number in member list if the field is enabled 2019-09-13 15:38:34 +09:00
Kijin Sung
2a13e41953 Implement phone number verification by SMS 2019-09-13 14:57:36 +09:00
Kijin Sung
5d058942af Clean up activation workflow (fixes #1154) 2019-09-13 13:35:59 +09:00
Kijin Sung
f9b58784cb Fix incorrect display of empty phone number 2019-09-13 11:20:04 +09:00
Kijin Sung
c283537808 Preserve accept_agreement info when updating member info 2019-09-09 23:01:57 +09:00
Kijin Sung
9c42ba38ce Record which agreement(s) a member has agreed to
약관을 2개 이상 지정하고 그 중 일부를 선택으로 할 수 있으므로
각 회원이 가입시 어떤 약관에 동의하고 어떤 약관에 동의하지 않았는지
확장변수로 저장하도록 하여 이후 문제발생 소지를 제거함.
2019-09-09 22:42:54 +09:00
conory
0754a072c9 Error #0 "Call to a member function getNextPage() on null" in modules/member/skins/default/scrapped_list.html on line 55
Error #0 "Call to a member function getNextPage() on null" in modules/member/skins/default/active_logins.html on line 31
2019-09-06 15:41:40 +09:00
conory
5fb1352333
Merge pull request #1193 from conory/pr/select-limit
select 쿼리에 list_count=0 파라미터 전달시 LIMIT 해제
2019-08-30 19:54:14 +09:00
conory
576c76a0be select 쿼리에 list_count=0 파라미터 전달시 Limit 해제 2019-08-29 15:46:23 +09:00
Kijin Sung
4d6335c660 Autogenerate editor_sequence if not provided
에디터를 통하지 않고 파일을 첨부할 수 있도록 하기 위한 준비작업
2019-08-29 14:15:10 +09:00
Kijin Sung
9d7f220417 Add option to apply maximum image size to administrator 2019-08-23 14:27:15 +09:00
Kijin Sung
c60d475aaf Add option to convert PNG images to JPG 2019-08-23 14:18:02 +09:00
BJRambo
6dbb953423 잘못된 변수명을 고침 2019-08-14 16:24:44 +09:00
Kijin Sung
e65b1caf3c Fix #1187 auto-insert <audio> and <video> tags for appropriate attachments 2019-08-13 15:36:34 +09:00
Kijin Sung
553ae9ce98 Fix #1189 expose search keyword in the title of integrated search page 2019-08-13 15:04:20 +09:00
Kijin Sung
669d5970d5 Fix allowed_extensions sometimes not being an array 2019-08-13 14:51:10 +09:00
Kijin Sung
01a708acf6 Also disable CKEditor tableselection plugin by default 2019-08-13 14:50:13 +09:00
Kijin Sung
4d1135392f
Merge pull request #934 from kijin/pr/member-phone-number
회원 테이블에 전화번호 컬럼 추가
2019-08-09 21:33:25 +09:00
Kijin Sung
18da97abdf Fix sub-settings being reset after a signup form item is disabled and re-enabled 2019-08-09 21:17:19 +09:00
Kijin Sung
a26ebf0cf4 Allow identifiers to be reordered 2019-08-09 21:10:44 +09:00
BJRambo
ee31294f62 Fix typo 2019-08-09 19:31:00 +09:00
BJRambo
4cc522b5dd 신고 취소시 뜨는 창의 UI를 일부 고침. 2019-08-09 19:29:41 +09:00
BJRambo
a7af0f9eb8 신고 취소전 문서 존재 여부 검사하도록 하고 불필요하게 정수로 만들지 않도록 함.
그리고 신고를 취소할 때 트리거에 신고 카운트변수가 선언되지 않는 문제 고침
2019-08-09 18:48:16 +09:00
BJRambo
7b02e8c080 ->getVoted 를 로컬변수로 만들어 불피요한 동작하지 않도록 개선 2019-08-09 18:14:22 +09:00
BJRambo
d477811a8b 코드 리뷰 요청에 대한 코드 수정
1. 신고를 취소할 경우 document_srl 먼저 검사하도록 수정
2. 신고 취소시 트리거와 신고 카운트를 가져오는 항목을 취소가능한 상태를 완벽하게 확인하고 트리거 실행하도록 함
3. 로그인 한 상태이라면 세션만 검사하여 리턴 시키지 않고 한번 더 디비로 검사하도로 개선
2019-08-09 18:10:42 +09:00
BJRambo
ef1e18caf8 로그인하지 않은 유저만 세션에서 리턴 하도록 고침 2019-08-09 17:49:28 +09:00
BJRambo
992ca78bb1 불필요한 저장옵션 제거 2019-08-09 17:46:23 +09:00
BJRambo
6bb0e8c797 Merge branch 'develop' of github.com:rhymix/rhymix into pr/vote-repack 2019-08-09 14:39:50 +09:00
BJRambo
0ce1c60a6c 비회원일 경우 추천 취소가 되지 않는 문제 고침 2019-08-09 14:36:50 +09:00
Kijin Sung
84fcdb8cfd Fix incorrect type for allowed_extensions 2019-08-09 00:10:22 +09:00