코드 기여 목록 - 19-1-skku-oss/2019-1-OSS-L4 GitHub Wiki
조우림
[MM-9563] Add a red dot to browser favicon when there are unread mentions
https://github.com/mattermost/mattermost-webapp/pull/2926
new mention 있을 시 favicon으로 알림 확인할 수 있도록 구현
[MM-10272] Add a count for pinned posts header icon (작업중)
https://github.com/mattermost/mattermost-server/issues/10145 페이지 헤더에 멤버 수 처럼 Pinned Post의 수를 나타낼 수 있도록 구현하는 작업 서버 api, redux, 모바일, 웹앱을 전부 고쳐야 하기 때문에 총 4가지의 repository 나눠서 작업해야함.
[MM-10281] Support for Android split screen
https://github.com/mattermost/mattermost-mobile/pull/2825
Mattermost 앱이 안드로이드 Split mode에서 사용불가능함.
Android Manifest 수정과 React Lifecycle 체크하여 앱 재실행 로직 추가로 해결
[MM-12151] Remove hard black outline on scrollbar in IE11/Win10 and Firefox/Win10 (작업중)
https://github.com/mattermost/mattermost-server/issues/9406
IE와 Firefox에서 사용시 Webkit 기반인 Chrome이나 Safari처럼 스크롤바 나타나지 않는 문제 해결 IE의 경우에는 scrollbar css를 제거하고, firefox의 경우엔 최대한 비슷하게 스타일링 할 예정
[MM-13837] Autolinking doesn't capture entire link containing matching curly brackets
https://github.com/mattermost/mattermost-server/issues/10774
이슈에서 제공하는 정보가 부족한거 같아 보충함.
[MM-13879] Add Edit profile button to RHS menu and own profile pop-over Merged
https://github.com/mattermost/mattermost-mobile/pull/2832
자신의 프로필을 누를 때 바로 Edit Profile 화면으로 가지 않게 수정.
Sidebar에 Edit Profile 버튼 추가 및 설정에서 Edit Profile 갈때, 혹은 자신 Profile에서 Edit Profile 갈때
각 Transition 지원.
[MM-14105] Long-press menu cannot be dragged up when rotating device to landscape while menu is open
https://github.com/mattermost/mattermost-mobile/pull/2845
Post Long-press 메뉴가 화면 orientation 전환시 제대로 표시 안되는 문제 해결
[MM-15303] Migrate "Preference.DeleteCategory" to Sync by default Merged
https://github.com/mattermost/mattermost-server/pull/10927
Preference.DeleteCategory Synchronization 함수로 변경
[MM-15304] Migrate "Preference.DeleteCategoryAndName" to Sync by default Merged
https://github.com/mattermost/mattermost-server/pull/10940
Preference.DeleteCategoryAndName Synchronization 함수로 변경
[MM-15799] Migrate "Session.PermanentDeleteSessionsByUser" to Sync by default Merged
https://github.com/mattermost/mattermost-server/pull/11038
Session.PermanentDeleteSessionsByUser Synchronization 함수로 변경
김승현
[MM-15795] Migrate "Session.GetSessions" to Sync by default Merged
https://github.com/mattermost/mattermost-server/pull/11000
Session.GetSessions Synchronization 함수로 변경