c1580b9d36
attempt to fix push notifications
2017-06-30 08:40:43 -04:00
c3ca281ea7
Merge pull request #4943 from mpalmer/log-http-host
...
Include HTTP Host header in nginx logs
2017-06-30 15:16:53 +10:00
ca40c1725c
add support for a wrap function in bbcode replace
2017-06-29 16:43:57 -04:00
d941ed90d6
support for bbcode [code] blocks
2017-06-29 16:04:10 -04:00
de50d8cd35
Support for [email] [url] [img] bbcodes
2017-06-29 14:00:09 -04:00
e7b9b1312e
FEATURE: remove all invites
...
https://meta.discourse.org/t/remove-all-invitations-button-for-the-admin-panel/65207
2017-06-29 22:30:10 +05:30
c6b83f4714
Correct logic so hashtags are properly ignored in links
2017-06-29 12:48:20 -04:00
6ff7bf7505
REFACTOR: Use component for cook-text
to improve async workflow
2017-06-29 12:14:27 -04:00
aa1a68b979
UX: do not show "Message" button on user's own profile page/card
2017-06-29 14:27:00 +05:30
5e156fbe85
FIX: Group.search
should look up Group#full_name
too.
...
https://meta.discourse.org/t/mentioning-group-by-full-name-doesnt-work/63437/3
2017-06-29 16:37:59 +09:00
7b35c55a1e
FIX: Display Google search form when 404 page is rendered by Ember.
2017-06-29 14:37:24 +09:00
9294826f31
Allow inclusion of elided text from emails when sending to a category… ( #4844 )
...
* Allow inclusion of elided text from emails when sending to a category address
2017-06-29 13:03:14 +09:00
e12601b850
Merge pull request #4946 from jjaffeux/emoji-picker-fixes
...
Emoji picker fixes
2017-06-29 00:30:55 +02:00
65fd92b991
Fixes glitch on iOS safari
2017-06-29 00:27:16 +02:00
6e1a06d07f
Uses es6 object literal shorthand
2017-06-29 00:27:02 +02:00
25cecd5d25
FIX: Topic Entrance wasn't showing up on some suggested topics
2017-06-28 17:38:01 -04:00
ad4694cdcd
Revert "FIX: Can't cook queued posts when markdown-it is enabled."
...
This reverts commit 5ff563cdddea6b5c96d9f2ff1f31f25eb0fdacef.
2017-06-29 06:14:36 +09:00
fbb5600c8e
expose enable_experimental_markdown_it
...
expose the site setting that enables the CommonMark engine
2017-06-28 16:51:49 -04:00
284570a5ae
FIX: Don't show the admin menu if the progress bar is hidden
2017-06-28 16:31:55 -04:00
0e391a72a1
use custom whitelister for tables
2017-06-28 16:08:29 -04:00
f7b686117b
UX: Add a span
to d-button so text can be hidden via CSS
2017-06-28 15:46:09 -04:00
f6222ff225
FIX: Populate the Email Digest preview with the current username
2017-06-28 15:38:57 -04:00
6200d7d6ab
correct bug where only a single poll per topic worked
2017-06-28 15:36:19 -04:00
cfbda863e8
implement unicode emoji replacements
2017-06-28 13:47:30 -04:00
97b6d8664b
FIX: Move Referrer Policy header to right location
2017-06-28 14:39:54 -03:00
b93edc9945
FIX: Make sure censored words are on boundaries in topic titles
2017-06-28 13:13:40 -04:00
c1560d8195
FIX: generate multiline details instead of inline
2017-06-28 11:45:48 -04:00
301731ef24
make cook-text async friendly
2017-06-28 11:29:34 -04:00
bd7fbe6ad9
Merge pull request #4945 from jjaffeux/emoji-picker
...
Adds support for skin tones in emoji picker
2017-06-28 16:35:11 +02:00
560dfe74af
Adds support for skin tones in emoji picker
2017-06-28 15:07:05 +02:00
a2349b99b6
FIX: Plugin outlet should be wrapped under d-editor-preview-wrapper
.
2017-06-28 17:52:38 +09:00
173307de10
Merge pull request #4944 from nbianca/preview_plugin_outlet
...
Removed useless element (div).
2017-06-28 10:14:38 +02:00
2bf8b5706f
Removed useless element (div).
...
{{plugin-outlet}} already wraps everything.
2017-06-28 11:04:41 +03:00
095a131163
FEATURE: Add default Referrer Policy header
2017-06-28 02:25:41 -03:00
90d654c46c
Include HTTP Host header in nginx logs
...
This is crucial in multisite installations, because otherwise the nginx logs
are fairly useless, however it can also be quite handy to know what
hostnames are being sent to your site. The variable is quoted, because it
is untrusted input (it is taken directly from the HTTP request), but nginx
helpfully escapes the quoting character automagically, so we don't have to
worry about that.
For now, the log analysis plugin *recognises* the new log format
(and continues to recognise the previous format, for backwards
compatibility), but doesn't do anything with the new log entry field. This
means your multisite performance plugin data is still broken, but it's no
worse than it was before.
2017-06-28 14:41:02 +10:00
d4dbcca91b
Merge pull request #4942 from nbianca/preview_plugin_outlet
...
Added plugin outlet near editor's preview.
2017-06-27 17:34:31 -04:00
fed57be9ed
style table in preview as well
2017-06-27 17:26:33 -04:00
4c5109ff5b
FEATURE: site setting for Markdown typographer
...
It ships anyway with markdown.it so we might as well expose it
2017-06-27 16:50:13 -04:00
0d62420cbe
Space prior to onebox stops onebox resolution
2017-06-27 16:16:17 -04:00
232de90607
explicit autolink should not be oneboxed
2017-06-27 15:34:16 -04:00
91a91d57f0
FIX: when quoting always ensure we are on a new line
2017-06-27 13:59:17 -04:00
e2f57a154b
FIX: blockquote button implementation
...
Previously clicking on blockquote in the middle of sentence
would result in incorrect formatting
2017-06-27 13:32:20 -04:00
5897ae945a
FIX: stop using inline quote for local onebox
2017-06-27 10:57:38 -04:00
bca678ee5a
FIX: mentions in category boxes are too big
2017-06-27 10:54:43 -04:00
0e0092d738
corrected a parsing edge cases for bbcode blocks
2017-06-27 10:07:06 -04:00
38950cdc10
add missing span tags to new topic btn
2017-06-27 02:47:10 -07:00
70781749cd
UX: add unique class to "most liked" section on user summary page
2017-06-27 14:49:52 +05:30
5ff563cddd
FIX: Can't cook queued posts when markdown-it is enabled.
2017-06-27 12:24:52 +09:00
a10689de94
Fix broken specs due to new default emoji set.
2017-06-27 10:13:21 +09:00
117d5f1b6a
FIX: /u.json
should return 404 instead of 500.
2017-06-27 10:11:48 +09:00