You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
주의! 마크다운 렌더링이 이전과 달라졌다면 사용중인 java8 버전을 최신 버전(1.8.0_112 이상)으로 업데이트 해주세요
주요 추가 기능
투 컬럼 모드 (Two Column Mode) - 실험적인 기능
큰 모니터등을 사용할 때 이슈나 게시글을 분할 해서 보는 방법을 지원합니다.
(보시면 아시겠지만) 시간 적게 들이고 유사 목록-본문(list-detail) 구조를 만드는 방법을 찾다보니 이렇게 되었습니다. ;;;
로그인 후 인덱스 페이지 정하기
로그인 후 보여지거나 인덱스 페이지로 보여질 곳을 알림들이 표시되는 곳과 내 이슈 중에서 선택할 수 있습니다.
가입시 가입 정보 내용 및 유효 메일여부 확인 메일 전송 기능
application.use.email.verification = true
이때 easy 메일 설정을 같이 해주셔야 합니다. email 주소와 이름을 원하는대로 수정해주세요.
play-easymail {
from {
# Mailing from address
email="[email protected]"
# Mailing name
name="yona-no-reply"
# Seconds between sending mail through Akka (defaults to 1)
# delay=1
}
}
이 옵션을 사용하게 되면 가입 후 확인 메일의 링크를 클릭하기전까진 해당 계정은 잠금 상태가 됩니다.
특정 이메일 도메인만 메일 수신이 가능하도록 하는 옵션
위의 유효 메일여부 확인 메일 전송 기능옵션과 같이 사용하면 특정 메일 도메인의 유효 유저만 가입 및 사용이 가능하도록 만들 수 있습니다.
* 0545784 - signup: Fix validation code expiring check bug
* 5697cef - subtask: Change method of subtask list size limit
* 92b3c2c - signup: Log rejected signup trial
* 8c3db37 - signup: Introduce signup email verification
* ac01cee - index: Make user choose after login page
* cb66cd6 - issue: Refine my issues list style
* c954740 - site-admin: Change ordering of lists
* 2e8562b - footer: Fix broken D2 link
* af80f86 - code: Show text file line ending type in code browser
* 5cd75c4 - js: Fix Yona's jQuery template related bug
* 0dd9362 - code: Fix error that may occur when 'master branch' does not exist
* 7f1d6e4 - issue: Change 'show watcher of this issue' button position and icon
* 1e07cac - projects: Show no projects message
* b1f7061 - markdown: Change some case of li styles
* dbf9700 - markdown: Change code highlighting method
* 02ca7ec - markdown: Update highlight.js to 9.10.0
* d1ce09a - markdown: Change to use Nashorn for rendering markdown
* 724c31e - history: Make more small and readable change history
* 97169d5 - history: Update posting history escaping method
* 645f6f1 - sanitize: Apply sanitization and fix vulnerability
* 90dc623 - social-login: Add fallback with ignore cases email search
* d071e97 - README: Update feature list
* 5fe1253 - view: Make more natural loading effect in two column mode
* a5d9000 - view: Mark selected list item in two column mode
* 261d795 - board: Remove 'target=_blank' from new button link in a page
* 49264b7 - css: Subtle adjustments in my issues page
* dfd5d69 - view: Show loading image in two column mode
* d8190be - view: Add loading image
* 13eba31 - mention: Monkey patching for two column mode
* 9615366 - mention: Update mention and at.js to v1.5.1
* 4faccb3 - view: Remove animation of side pane view
* 854a5e4 - view: Toggle action for same list click behavior
* c794532 - view: Introduce two column view mode
* 6e5ec65 - mail: Make generous setting of allowed sending mail domains
* a59fd0b - docs: Update applicatoin-conf-desc.md for v1.4
* 1c7b236 - history: Hide editing history from anonymous user
* 8a3d498 - lost-password: Polish html code
* 2c53439 - lost-passowrd: Remove anonymous check option
* 6d6507f - css: Clean up fonts
* 769678f - css: Increase compatibility of IE/Edge for Material Icons
* a35f0ca - html: Fix some redundant html codes
* d40f944 - usermenu: Change js method for IE/Edge browser
* daf24d6 - code: Make issue number autolink in commit message body
* c420c99 - issue: Make short issue link preview text length
* 8086464 - issue: Fix 'to list' button's wrong link at some case
* 1b873ae - code: Fix file tab link bug
* 3379a7f - avatar: Show Gravatar for fallback
@doortts (doortts) 님이 작성한 이슈입니다.
---
Yona v1.5.0 릴리즈
v1.5.0은 좀 더 안정적인 운영과 권한 제어를 위한 기능들이 추가되었습니다.
소식
인터넷 초창기의 디자인이라고 일컬어지던(...) yona.io 공식사이트 http://yona.io 가 커뮤니티 멤버들의 코드 기여로 새롭게 만들어졌습니다. 그리고 앞으로도 더 개선 될 것 같습니다.
Basix님, Jiho Persy Lee님, chiyodad님 고맙습니다.
공식사이트: http://yona.io
소스코드: https://github.com/yona-projects/home
릴리즈 노트
주의! 마크다운 렌더링이 이전과 달라졌다면 사용중인 java8 버전을 최신 버전(1.8.0_112 이상)으로 업데이트 해주세요
주요 추가 기능
알림들이 표시되는 곳
과내 이슈
중에서 선택할 수 있습니다.이때 easy 메일 설정을 같이 해주셔야 합니다. email 주소와 이름을 원하는대로 수정해주세요.
이 옵션을 사용하게 되면 가입 후 확인 메일의 링크를 클릭하기전까진 해당 계정은 잠금 상태가 됩니다.
특정 이메일 도메인만 메일 수신이 가능하도록 하는 옵션
유효 메일여부 확인 메일 전송 기능
옵션과 같이 사용하면 특정 메일 도메인의 유효 유저만 가입 및 사용이 가능하도록 만들 수 있습니다.개선 및 변경 사항
내 이슈
페이지에서 불필요한 아바타나 중복 정보들을 줄여 좀 더 이슈자체에 집중하고 시각적 피로도를 낮출 수 있는 형태로 변경했습니다.버그 수정
목록
버튼으로 이전 목록으로 돌아갈 때 이슈 열림/닫힘을 구분하지 않고 돌아가던 문제v1.5.0 의 변경사항은 repo.yona.io 에도 적용되어 운영되고 있습니다.
배포파일
https://github.com/yona-projects/yona/wiki
이하 v1.4.1 이후 v1.5.0까지의 커밋목록
--- attachments ---
91988127553.png
1104884501166.png
716819897445.png
480754833108.png
1369462490622.png
485763418175.png
321422552149.png
The text was updated successfully, but these errors were encountered: