odoo/addons/website_forum
Olivier Dony 6377699c44 [FIX] website_forum: check karma access on direct message edit/unlink too
Access rights on messages are derived from the
access rights on the documents they are attached
to. Due to the karma-based nature of the forum
access rights, these do not automatically reflect
on messages, because they are not implemented as
access rules.
The check_mail_message_access() needs to be
overriden to achieve the same effect.

+ allow calling super().check_mail_message_access()
from new API (useful in forward-port)
2015-04-07 10:10:20 +02:00
..
controllers [FIX] website_forum: hide questions coming from abusive users 2015-03-09 14:41:14 +01:00
data [FIX] website_forum{,_doc}: noupdate for website.menu 2015-02-20 14:55:07 +01:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-02-18 11:51:07 +01:00
models [FIX] website_forum: check karma access on direct message edit/unlink too 2015-04-07 10:10:20 +02:00
security [FIX] website_forum: portal user are allowed to delete forum post 2014-08-20 16:14:09 +02:00
static [FIX] website_forum: comment deletion now working by calling the right url 2015-02-03 12:26:33 +01:00
tests [IMP] [TEST] website_forum: security fixes + tests 2014-10-23 11:36:03 +02:00
views [FIX] website_forum: description not translated 2015-01-15 15:37:31 +01:00
__init__.py [IMP] [TEST] website_forum: security fixes + tests 2014-10-23 11:36:03 +02:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00