97e05b7
board: fix unmodifiable notice status of notice post
2015-03-05
a6d17fc
Merge branch 'feature/mailbox' of dlab/hive
…
from pull-request 1501
* refs/heads/feature/mailbox:
Mailbox: Ignore emails from a person who is not a Yobi user
Reviewed-by: 채수원
2015-03-02
adabebb
Mailbox: Ignore emails from a person who is not a Yobi user
2015-03-02
cb43871
Merge branch 'fix/bfcache-bug' of dlab/hive
…
from pull-request 1491
* refs/heads/fix/bfcache-bug:
fix: Workaround for pjax bug result from bfcache
Reviewed-by: null
Reviewed-by: null
2015-03-02
91b3cba
Merge branch 'issue-2130' of dlab/hive
…
from pull-request 1482
* refs/heads/issue-2130:
Added notification event after the pulll-request's commits are changed
Reviewed-by: 채수원
2015-03-02
8a5e7a5
Merge branch 'feature/mailbox' of dlab/hive
…
from pull-request 1497
* refs/heads/feature/mailbox:
Mailbox: Ignore auto-replied emails from Naver mail
Reviewed-by: 채수원
2015-03-02
1183ea3
Mailbox: Ignore auto-replied emails from Naver mail
…
An email from the Naver Email Service seems to contain "X-Naver-Absent"
header whose value is "Yes" when it is an auto-replied email.
2015-02-26
0842d74
Merge branch 'issue-2055' of dlab/hive
…
from pull-request 1480
* refs/heads/issue-2055:
adds a feature about recipients limitation per a email when sending notification emails.
Reviewed-by: null
Reviewed-by: 이응준
2015-02-26
a297900
Merge branch 'docs/readme-copyright' of dlab/hive
…
from pull-request 1499
* refs/heads/docs/readme-copyright:
README: Update copyright; 2014 -> 2015
Reviewed-by: 채수원
2015-02-26
aca8b34
Added notification event after the pulll-request's commits are changed
2015-02-13
cec55d7
README: Update copyright; 2014 -> 2015
2015-02-26
54f4493
Merge branch 'issue-2147' of dlab/hive
…
from pull-request 1488
* refs/heads/issue-2147:
AttachmentCache: Suppressing unchceck warning
Reviewed-by: null
2015-02-24
a0a71f6
Merge branch 'feature/mailbox' of dlab/hive
…
from pull-request 1490
* refs/heads/feature/mailbox:
mailbox: Do not post a reply to event as an issue
Reviewed-by: 채수원
2015-02-24
7dd26c7
AttachmentCache: Suppressing unchceck warning
2015-02-23
2ffaade
Merge branch 'issue-2149' of dlab/hive
…
from pull-request 1487
* refs/heads/issue-2149:
Revert "Merge branch 'issue-2098' of dlab/hive"
Reviewed-by: 채수원
2015-02-24
b8f5c1e
fix: Workaround for pjax bug result from bfcache
…
This patch prevents using pjax when a user use firefox or safari
see more https://developer.mozilla.org/en-US/docs/Using_Firefox_1.5_caching
2015-02-23
167b9cd
mailbox: Do not post a reply to event as an issue
…
A reply to event might be posted as an issue if the reply does not have
neither In-Reply-To nor References header.
2015-02-23
8c25ca9
Revert "Merge branch 'issue-2098' of dlab/hive"
…
This reverts commit b4eec9f , reversing
changes made to ce5115a .
2015-02-23
2557c94
Merge branch 'hotfix/voter-bug' of dlab/hive
…
from pull-request 1485
* refs/heads/hotfix/voter-bug:
hotfix: fix voter bug
Reviewed-by: 채수원
2015-02-14
13f8014
hotfix: fix voter bug
…
This patch fix the bug some user can't see issues
whose have more than 4 voters.
We will find the reason later.
2015-02-14
5377056
Merge branch 'issue-2135' of dlab/hive
…
from pull-request 1484
* refs/heads/issue-2135:
code: Removed unnecessary indentation
Reviewed-by: 채수원
2015-02-14
d80271b
Merge branch 'hotfix/markdown-preview' of dlab/hive
…
from pull-request 1483
* refs/heads/hotfix/markdown-preview:
hotfix: revoke markdown preview at comments
Reviewed-by: null
2015-02-14
a80243d
code: Removed unnecessary indentation
2015-02-13
cbcda46
adds a feature about recipients limitation per a email when sending notification emails.
…
* Issue
- Altough some smtp server has recipients limitation per a email, Yobi sends notification emails regardless of it.
* Solution
- `application.notification.bymail.recipientLimit` is added to `application.conf.default`. If it is set, notification emails are split along the value.
- Codes which split the notification emails are added.
Private-issue: 2055
2015-02-10
00435d1
hotfix: revoke markdown preview at comments
…
Some code snippet related to markdown preview was removed by mistake.
This fix revoke it.
2015-02-13