rhymix/modules/ncenterlite/queries
Kijin Sung c52187a8f2 Support user config of notification types, fixes #994
코어에서 지원하는 알림 종류 및 알림 수신 방법이 늘어남에 따라,
관리자가 설정한 범위 내에서 회원들이 알림 수신 방법을 선택할 수 있도록 합니다.
기존에는 수신 여부만 선택할 수 있었으나 이제 더 세부적인 설정이 가능합니다.
예를 들어 웹 알림과 푸시알림은 받고, 메일 알림과 문자 알림은 끌 수 있습니다.

이 기능을 지원하기 위해 ncenterlite_user_set 테이블 스키마를 대폭 조정합니다.
기존 설정은 가능하면 그대로 유지하려고 노력하였습니다.
2020-12-17 23:41:31 +09:00
..
deleteNcenterliteUserSettingData.xml 회원 탈퇴시(트리거 발생시) 유저 세팅 데이터도 삭제 할 수 있도록 개선 2018-09-17 19:34:15 +09:00
deleteNotifyAll.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
deleteNotifyByMemberSrl.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
deleteNotifyBySrl.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
deleteNotifyByTargetType.xml 게시글 추천 취소시 추천 알림이 삭제되지 않는 문제 수정 2020-04-04 01:15:31 +09:00
deleteNotifyType.xml 커스텀 알림의 타입리스트를 확인하고 해당 알림을 삭제할 수 있도록 개선 2017-05-02 02:50:32 +09:00
deleteUnsubscribe.xml 단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가 2020-02-05 15:47:59 +09:00
getAdminNotifyList.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getAllUserConfig.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getCountNewMessage.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getDispNotifyList.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getMemberAdmins.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getMemberSrlById.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getMemberSrlByNickName.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getMemberTotals.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getNotify.xml Fix open redirect in ncenterlite module 2018-10-11 09:27:26 +09:00
getNotifyList.xml Add index hint to ncenterlite.getNotifyList query 2018-01-04 12:08:05 +09:00
getNotifyListByDocumentSrl.xml 휴지통으로 이동시 알림이있는 회원들의 캐시를 삭제 2016-09-10 19:31:19 +09:00
getNotifyMemberSrlByCommentSrl.xml 대댓글일경우를 대비해서 로직 변경 2016-09-10 20:29:47 +09:00
getNotifyNewCount.xml Add index hint to ncenterlite.getNotifyNewCount 2018-01-04 14:01:43 +09:00
getNotifyType.xml Support user config of notification types, fixes #994 2020-12-17 23:41:31 +09:00
getNotifyTypeAdminList.xml 커스텀 알림의 타입리스트를 확인하고 해당 알림을 삭제할 수 있도록 개선 2017-05-02 02:50:32 +09:00
getNotifyTypeByID.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getOtherCommentByMemberSrl.xml Fix #1456 incorrect handling of negative member_srl in ncenterlite controller 2020-11-12 13:56:41 +09:00
getSocialxeCount.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getUnsubscribeList.xml 단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가 2020-02-05 15:47:59 +09:00
getUserConfig.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
getUserUnsubscribeConfigByTargetSrl.xml 단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가 2020-02-05 15:47:59 +09:00
getUserUnsubscribeConfigByUnsubscribeSrl.xml 단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가 2020-02-05 15:47:59 +09:00
insertNotify.xml Support user config of notification types, fixes #994 2020-12-17 23:41:31 +09:00
insertNotifyType.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
insertUnsubscribe.xml 단어를 범용적으로 바꾸고 회원 메뉴에 차단리스트 추가 2020-02-05 15:47:59 +09:00
insertUserConfig.xml 유저알림 설정에 스크랩 추천 대댓글 알림도 설정옵션 추가 2019-11-25 20:00:56 +09:00
updateNotifyReaded.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
updateNotifyReadedAll.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
updateNotifyReadedBySrl.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
updateNotifyReadedByTargetSrl.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
updateNotifyReadedByType.xml add ncenterlite module from xe-public. 2016-03-17 06:05:05 +09:00
updateUserConfig.xml 유저알림 설정에 스크랩 추천 대댓글 알림도 설정옵션 추가 2019-11-25 20:00:56 +09:00