Régis Hanol
7d992cb4c5
FIX: sending emails to mailing list subscribers wasn't working
2016-02-03 19:27:58 +01:00
Neil Lalonde
ccbbfbc24e
FIX: /signup route will show sign up modal for private sites too if they allow registrations
2016-02-03 12:18:33 -05:00
Neil Lalonde
2ff4248c19
FIX: also show Sign Up button on front page of private sites that allow new registrations
2016-02-03 11:36:28 -05:00
Sam Saffron
3f67f91d27
need to allow for now scope
2016-02-04 00:19:08 +11:00
Sam Saffron
60ba9dcc5e
PERF: fix N+1 on categories page
2016-02-03 23:59:15 +11:00
Régis Hanol
d43a693654
Merge pull request #3991 from xfalcox/patch-4
...
FIX: Local onebox on subfolder installs
2016-02-03 11:23:29 +01:00
Sam Saffron
e9c1f8171c
more protection
2016-02-03 19:21:49 +11:00
Sam Saffron
835bedca67
add some protection so it works if currentUser is missing somehow
2016-02-03 19:04:23 +11:00
Sam Saffron
bc75010b20
FEATURE: suggested messages for messages
...
FEATURE: clicking envelope takes you to inbox
Suggested messages works somewhat like suggested topics.
- New show up first (in either group inbox or inbox)
- Then unread (in either group inbox or inbox)
- Finally "related" which are messages with same participants as the current pm.
2016-02-03 18:50:05 +11:00
Rafael dos Santos Silva
2b32a5c48e
Adds tests to subfolder internal oneboxing
...
Test if the local onebox engine works fine when using a sulbfolder install
2016-02-02 22:57:54 -02:00
Jeff Atwood
133fcef72c
remove link for created on topic map
2016-02-02 16:20:14 -08:00
Jeff Atwood
a3cd0ae8ae
make PM usernames grey not link-blue
2016-02-02 16:17:14 -08:00
Neil Lalonde
0d611ed8cb
FIX: group import/export bugs in category exporter
2016-02-02 16:06:19 -05:00
Robin Ward
d41cbc5a30
FIX: Disable overrides in migrations
...
Site texts did not exist when this migration was created.
2016-02-02 11:49:57 -05:00
Arpit Jalan
bcc0ed7c9c
Update Translations
2016-02-02 15:24:01 +05:30
Régis Hanol
cf4c256b17
FEATURE: new 'raw email' modal when listing rejected emails
2016-02-01 21:41:49 +01:00
Régis Hanol
de58e58272
migration to fix email_logs not attached to a user
2016-02-01 19:37:10 +01:00
Régis Hanol
12051f79a8
FIX: don't send empty email notifications for small_actions
2016-02-01 19:12:10 +01:00
Régis Hanol
8608b5cbc1
FIX: don't poll the mailbox in development
2016-02-01 16:56:32 +01:00
Arpit Jalan
99c4252ba6
FEATURE: Staff should be exempt from user mention limit
2016-02-01 21:19:56 +05:30
Rafael dos Santos Silva
e51293d298
FIX: Local onebox on subfolder installs
...
This should fix oneboxing local topics when using the subfolder install feature.
2016-02-01 13:30:48 -02:00
Régis Hanol
49d1f88f6e
FIX: support incoming emails with no subject
2016-02-01 12:16:15 +01:00
Sam Saffron
904e532439
SECURITY: topic titles can show up in user page unescaped when streamed in
2016-02-01 20:53:55 +11:00
Régis Hanol
27aaed0aa5
FIX: don't use 'Return-Path' header to determine whether the email was auto generated
2016-02-01 10:21:58 +01:00
Régis Hanol
ce8c2d34d7
FIX: add a 20 seconds grace period before sending a notification about a PM
2016-02-01 10:14:30 +01:00
Jeff Atwood
c3af4abfb5
reduce signup cta thresh, 2 topics, 2 min read time
2016-02-01 00:25:36 -08:00
Sam Saffron
4099823efe
FIX: batch badge assigner was not including full info in notification
...
(missing drilldown link in notification)
2016-02-01 18:27:07 +11:00
Guo Xiang Tan
8772ba2f80
FIX: Redirecting breaks the back button.
2016-02-01 15:11:44 +08:00
Jeff Atwood
f281f6e026
Merge pull request #3989 from cpradio/topic-footer-button-outline
...
Remove outline: 0 from the topic-footer-buttons, so focus is visible
2016-01-30 15:44:57 -08:00
Sam Saffron
01e0321f44
UX: match mention styling with username styling on top of post
2016-01-31 10:39:05 +11:00
cpradio
f9f5c5e66b
Remove outline: 0 from the topic-footer-buttons, so focus is visible
2016-01-30 18:29:36 -05:00
Sam Saffron
6a13cc1c22
UX: tweak mention color to match username color in post header.
2016-01-31 10:02:21 +11:00
Régis Hanol
c2bd159ace
SECURITY: fix XSS in lazyYT plugin
2016-01-30 12:32:48 +01:00
Jeff Atwood
161170aabe
Merge pull request #3928 from jamielinux/nginx204
...
Return 204 instead of 404 for favicon.ico requests
2016-01-30 01:48:22 -08:00
Régis Hanol
46b6c55197
FIX: replace 'discourse_email_parser' with 'email_reply_trimmer' to better trim replies from plain text emails
...
FIX: undefined method `number_to_human_size' when email contains attachments
2016-01-30 01:29:31 +01:00
Sam Saffron
1d27b33100
FIX: DistributedCache would fail serialization in some cases
2016-01-30 09:01:15 +11:00
Régis Hanol
96380bfd38
FIX: only create 1 email_log when an email is sent
2016-01-29 16:49:49 +01:00
Régis Hanol
73f2bc9354
Merge pull request #3986 from tgxworld/upgrade_omniauth-google-oauth2
...
Upgrade omniauth-google-oauth2.
2016-01-29 16:36:35 +01:00
Régis Hanol
cd65f07e08
Merge pull request #3985 from tgxworld/add_event_trigger_for_server_side_markdown
...
FEATURE: DiscourseEvent hook for server side markdown context.
2016-01-29 16:36:06 +01:00
Guo Xiang Tan
9b9f0ab4af
Upgrade omniauth-google-oauth2.
2016-01-29 23:14:51 +08:00
Guo Xiang Tan
28ac5fb17c
FEATURE: DiscourseEvent hook for server side markdown context.
2016-01-29 22:59:15 +08:00
Régis Hanol
7d5fdd0997
temporarily fix the build (cc @tgxworld)
2016-01-29 11:53:03 +01:00
Régis Hanol
32ef138dd7
Merge pull request #3984 from discourse/revert-3969-email-layout
...
Revert "FEATURE (WIP): add max-width and center email notifications"
2016-01-29 11:14:27 +01:00
Régis Hanol
378b7f964c
Revert "FEATURE (WIP): add max-width and center email notifications"
2016-01-29 11:13:59 +01:00
Guo Xiang Tan
2c19e7f73d
Fix the build.
2016-01-29 17:52:30 +08:00
Guo Xiang Tan
350f1685e5
UX: Hashtag color for dark theme.
2016-01-29 17:28:41 +08:00
Guo Xiang Tan
e8c5127865
Convert to link as long as a valid link is received.
2016-01-29 13:31:11 +08:00
Guo Xiang Tan
190345ba20
Add DiscourseEvent hook when converting raw post to markdown.
2016-01-29 13:30:12 +08:00
Guo Xiang Tan
90100378b8
Extract category hashtag autocomplete into a resuable function.
2016-01-29 10:55:29 +08:00
Jeff Atwood
9cf57e3ca4
more email rejection copy edits
2016-01-28 15:42:05 -08:00