Commit Graph

23429 Commits

Author SHA1 Message Date
Arpit Jalan
6eef7417ab FIX: include canonical meta tag on category pages 2017-07-03 14:45:16 +05:30
Robin Ward
3479298a71 FIX: Topic Entrance wasn't showing up on some suggested topics 2017-06-29 12:54:45 -04:00
Régis Hanol
04bc75b521 FIX: image orientation wasn't properly working 2017-06-23 10:19:38 +02:00
Guo Xiang Tan
787e4e6894 Pin eslint to version 3.x on travis. 2017-06-15 11:44:49 +08:00
Guo Xiang Tan
33291fdec0 Switch to yarn for our travis build. 2017-06-15 11:44:28 +08:00
Guo Xiang Tan
0fc10161a5 FIX: Send request membership PM to last 5 active group owner. 2017-06-15 11:39:16 +08:00
Guo Xiang Tan
84d46bceb9 FIX: Create group membership request on behalf of user. 2017-06-14 21:10:51 +09:00
Guo Xiang Tan
69dc8188e3 UX: Don't send emails for discobot notifications. 2017-06-14 21:09:47 +09:00
Guo Xiang Tan
88dacd4f6b Avoid monkey patching which causes weird reloading error in dev. 2017-06-14 21:09:38 +09:00
Robin Ward
e3bfcbc7c9 FIX: Don't fail seed if avatar can't be downloaded 2017-06-13 10:55:20 -04:00
Robin Ward
5d04cb4b47 FIX: Always allow the host the forum is hosted on 2017-06-13 10:55:15 -04:00
Robin Ward
4324ea024c FIX: Don't use target=_blank for local oneboxes 2017-06-13 10:55:10 -04:00
Robin Ward
28b241295d FIX: Onebox wasn't using correct uri 2017-06-13 10:55:05 -04:00
Robin Ward
075d0ecacc FIX: Support for cookies in onebox redirects 2017-06-13 10:54:56 -04:00
Robin Ward
502bca2c0d FIX: If HEAD is not supported, try GET. Also set cookies 2017-06-13 10:54:27 -04:00
Neil Lalonde
a4be79d297 padding below suggested topics on mobile 2017-06-12 16:13:40 -04:00
Neil Lalonde
91a75d98c8 Version bump to v1.8.1 2017-06-12 12:47:19 -04:00
Guo Xiang Tan
7b902c18a5 FIX: Bot mentioned check should be case insensitive. 2017-06-08 19:01:59 +09:00
Guo Xiang Tan
38cc6dec84 Move the constant as well. 2017-06-06 15:39:39 +09:00
Guo Xiang Tan
b19bc887e8 FIX: Ensure that we cancel any timeout jobs when terminating a track. 2017-06-05 16:28:25 +09:00
Guo Xiang Tan
c7108e077e FIX: Bot should only respond to regular posts. 2017-06-05 15:24:40 +09:00
Régis Hanol
5cd9236f17 FIX: PNG-to-JPEG conversion should only be done to images with at least 1 megapixels 2017-06-03 21:51:33 +02:00
Régis Hanol
a64ef19e39 FIX: automatic PNG-to-JPEG conversion should use a default white background 2017-06-03 21:51:25 +02:00
Guo Xiang Tan
d1b06624ff Revert "Skip validations when Discobot creates new posts."
This reverts commit ca7e906774.

Post validations are already skipped for admin users. Skipping
validations cause polls to not work.
2017-06-03 07:20:32 +09:00
Robin Ward
b906dc4f47 FIX: Don't run in testing mode 2017-06-02 13:08:50 -04:00
Neil Lalonde
81a9137be5 fix narrative bot for subfolder in translation files 2017-06-02 10:50:31 -04:00
Neil Lalonde
3582aa68bf FIX: narrative bot on subfolder installs 2017-06-02 10:50:21 -04:00
Robin Ward
d46f98a8d5 SECURITY: Vunerability in mail gem
(see https://github.com/mikel/mail/pull/1097)
2017-06-01 14:52:38 -04:00
Guo Xiang Tan
55f73fb31f Revert "Load posts in batches while indexing problem posts."
This reverts commit ce57ff9fcf.

Limit is ignored with `find_each`.
2017-06-01 11:31:23 +09:00
Neil Lalonde
d6ec9b3582 Version bump to v1.8.0 2017-05-31 16:18:32 -04:00
Neil Lalonde
44a0ff7688 Merge master 2017-05-31 16:16:17 -04:00
Robin Ward
e66fa82f3a FIX: Don't load JS via SCRIPT tag in QUnit mode 2017-05-31 15:31:24 -04:00
Neil Lalonde
e22d88c91d Add Franch and Slovak translations for narrative bot 2017-05-31 13:56:41 -04:00
Arpit Jalan
304090f759 Update translations 2017-05-31 22:36:20 +05:30
Sam
febc2c571f add a test for customize theme controller 2017-05-31 11:18:17 -04:00
Robin Ward
f8fa25a042 FIX: Be smart about refreshing the topic title when editing the OP 2017-05-31 11:13:16 -04:00
Guo Xiang Tan
ca7e906774 Skip validations when Discobot creates new posts. 2017-05-31 17:51:05 +09:00
Guo Xiang Tan
b0dd05fdc6 FIX: Inherit topic auto close when changing topic's category. 2017-05-31 17:40:21 +09:00
Guo Xiang Tan
2302493c64 PERF: N+1 query in search when plugin loads custom fields in TopicListItemSerializer. 2017-05-31 09:54:10 +09:00
Guo Xiang Tan
137f91d1cf PERF: N+1 query when searching with tags enabled. 2017-05-31 08:14:09 +09:00
Guo Xiang Tan
ce57ff9fcf Load posts in batches while indexing problem posts. 2017-05-31 07:54:49 +09:00
Guo Xiang Tan
0f2148be9b Make it clear which service is triggering the exception. 2017-05-31 06:38:38 +09:00
Guo Xiang Tan
4144ea34a2 Rename a test file. 2017-05-31 06:38:38 +09:00
Sam
435d4d51a4 add support for controller tests 2017-05-30 17:33:01 -04:00
Robin Ward
76aa651ad4 FIX: Posts weren't cloaking properly 2017-05-30 15:34:00 -04:00
Neil Lalonde
0c2a54dbb5 fix failing js test 2017-05-30 15:13:56 -04:00
Neil Lalonde
872928bbc1 add loading arg for plugin outlet discovery-list-container-top 2017-05-30 14:30:47 -04:00
Robin Ward
9be782acf6 FIX: Rerender posts when selecting replies 2017-05-30 12:50:31 -04:00
Sam
607998af33 FEATURE: dropdown to filter staff action logs 2017-05-30 11:25:42 -04:00
Arpit Jalan
22b488704e FIX: add discourse-narrative-bot locales path 2017-05-30 14:23:05 +05:30