discourse/app
Blake Erickson 5b5b5a5931 FIX: return an error if a user tries to whisper
This commit fixes a bug where a user creates a whisper post via the api
but is posted as a regular message because they don't have access to
whisper. Now a 403 unauthorized will be returned instead of the whisper
param just being ignored for regular users. Staff users should not be
affected by this change.

https://meta.discourse.org/t/a-whisper-is-posted-as-a-message-if-the-user-is-not-staff-moderator-admin-when-using-the-api/116601
2019-05-07 11:42:26 -06:00
..
assets FIX: Move default options that were in the bufferedRender function. This will fix shortcut navigation for discourse-assign (#7497) 2019-05-07 12:25:10 -03:00
controllers FIX: return an error if a user tries to whisper 2019-05-07 11:42:26 -06:00
helpers Set input and textarea font size to 16px on iOS (#7480) 2019-05-07 10:44:43 -04:00
jobs DEV: More `send` -> `public_send`. 2019-05-07 10:05:58 +08:00
mailers DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
models FIX: lighten instead of adding transparency to consolidated pageviews (#7495) 2019-05-07 18:14:13 +02:00
serializers DEV: more send -> public_send changes 2019-05-07 11:58:06 +10:00
services DEV: Prefer `public_send` over `send`. 2019-05-07 09:33:21 +08:00
views fix css of prev and next page links, move them to bottom of page (#7465) 2019-05-07 17:04:27 +02:00