473 Commits

Author SHA1 Message Date
Guo Xiang Tan
424c477043
Make rubocop happy. 2020-06-17 15:45:10 +08:00
Michael K Johnson
da9106127a
FEATURE: Enable optional support for threading slack posts (#38)
When creating a new Discourse post from slack with the `post` feature, record the
slack `ts` thread ID for the resulting topic post using an HTML comment to pass
the `ts` through.

When notifying slack of new Discourse posts, record the slack `ts` thread ID in
the post's topic if it has not yet been recorded. (Normally, this will be done
for the topic post, except where notifications are being posted for old topics
before this feature was created.)

Add a new rule filter `thread` which posts threaded responses to slack if there
is a `ts` recorded for the post topic.

Modify the `trigger_notifications` interface to enable other integrations to
implement similar functionality.

Present the `thread` rule in the help text and admin UI only for the slack
providers.

https://meta.discourse.org/t/optionally-threading-posts-to-parent-topic-in-slack-integration/150759
2020-06-15 16:45:25 +01:00
Gerhard Schlager
b2daff34eb DEV: Use consistent interpolation key format in translations 2020-06-02 19:21:30 +02:00
Neil Lalonde
080a0b916e
Update translations 2020-05-27 16:53:55 -04:00
Robin Ward
368b60cd80 DEV: Discourse.Route has been deprecated 2020-05-12 14:24:33 -04:00
Tosin Sonuyi
ccbc41428b
GroupMe added as Provider (#36)
* adds groupme configuration and relative

* first pass at groupme provider

* add group id site setting w/ english translation

* rework to use bots groupme api intstead of developer, no access tokens reqd

also should catch 404 response codes

* add strings to locale yml files for i18n

* better error handling for multi-bot case

* add channel param for separate Groupme instances, include name in errorbody

* bugfix for multi bot msg forwarding

this gives us the ability to treat diff groupme instances like slack channels, lots of people use them this way for better or worse. use case is certain category posts only go to a particular GM instance

* add spec for groupme provider

* fix channel param constraint

* specify channels by groupme name, not bot api token

* fix some linting issues w/ spacing

* newline and trailing space lint fixes
2020-05-11 15:10:37 -04:00
Neil Lalonde
ad3e73c964
Update translations 2020-05-04 10:49:19 -04:00
Jarek Radosz
8384f72cf8 DEV: Update rubocop-discourse 2020-05-02 11:46:33 +02:00
Jarek Radosz
a3face98e9 DEV: Change specs to not rely on a trailing whitespace 2020-05-02 09:50:48 +02:00
Jarek Radosz
bd4923ad48 DEV: Add rubocop-discourse gem 2020-05-02 09:32:30 +02:00
Jarek Radosz
6b3eba27fa
DEV: Remove a duplicated let definition 2020-03-27 17:42:15 +01:00
Neil Lalonde
898fc6a080 Update translations 2020-02-25 10:32:48 -05:00
Robin Ward
a41abfbfd6 FIX: Rubocop 2020-02-19 14:16:39 -05:00
Penar Musaraj
63ddf106a4 DEV: Find/replace deprecated decorators 2020-02-19 11:56:45 -05:00
Neil Lalonde
7c2d265d69 Update translations 2020-02-13 15:05:10 -05:00
Neil Lalonde
15cbd16937 Update translations 2020-01-20 11:21:05 -05:00
nepeat
c92b93ded1 FEATURE: Include category title and color in Discord payload (#19) 2020-01-06 16:47:00 +00:00
Neil Lalonde
f023574194 Update translations 2019-12-19 12:50:10 -05:00
Sam Saffron
b4e6a15ccf DEV: lint file
Corrects rubocop which no longer allows explicit returns
2019-12-10 11:58:07 +11:00
Joffrey JAFFEUX
6540d8b957 DEV: uses Discourse.redis instead of $redis 2019-12-03 10:45:32 +01:00
Saj Goonatilleke
05d4338a12 FIX: telegram: Not all channel posts contain text (#34)
The `text` field is marked optional, and is not guaranteed to exist:

https://core.telegram.org/bots/api#message

We should silently ignore these actions (while responding with a
positive acknowledgement) instead of throwing a `NoMethodError`.
2019-11-20 11:45:34 +01:00
Penar Musaraj
6fcf381751 Rubocop redundant return fix 2019-11-14 15:03:49 -05:00
Neil Lalonde
bf6f66ada8 Update translations 2019-11-06 10:46:15 -05:00
Neil Lalonde
5236720825 Update translations 2019-10-10 11:25:36 -04:00
David Taylor
7e5dc5acc1 FIX: Allow slash commands to set rules in private groups
The Slack 'slash commands' API does not provide the user-friendly group name, so we must use the group ID. We could use the API to obtain the group name, but it would require adding additional scopes to the app.
2019-09-30 13:27:35 +01:00
Krzysztof Kotlarek
154361e22c FIX: Use top-level namespace for base classes (#33) 2019-09-16 13:38:30 -04:00
Raimundo Herrera
695d56a3dd FEATURE: support for slack custom username (#22)
* FEATURE: support for slack custom username

* make slack username setting backwards compatible

* fix slack username behavior when empty string
2019-09-11 10:08:40 -04:00
Krzysztof Kotlarek
df44beb9a3 FIX: Save on chat_controller ready for Rails 6.0.0 (#31)
I think that passing attributes to save method is not necessary when the Object was initialized with them.

Problem is that with Rails 6.0.0 (https://github.com/discourse/discourse/pull/8083) this code is not working https://travis-ci.org/discourse/discourse/jobs/582556988
2019-09-10 10:02:24 +10:00
Robin Ward
82351a790c FIX: An error would be raised if fewer than "skip_messages" existed 2019-08-07 16:59:34 -04:00
Leon Xu
0b85c2a0e5 FIX: undefined local variable or method `site_setting_saved' (#30) 2019-08-02 10:05:33 +01:00
David Taylor
a48870ef38 FIX: Access transcript params correctly
Previously we were using an undocumented Ember API
2019-07-27 15:04:42 +01:00
Penar Musaraj
4336374d27 Update deprecated icon names 2019-07-16 12:55:26 -04:00
Neil Lalonde
32877ce8f8 Update translations 2019-07-15 14:01:20 -04:00
James Nylen
5ca3652ba7 Use Slack display names instead of the "name" field (#29)
* Use Slack display names instead of the "name" field

The "name" field is the left-hand side of the email address in many
cases.  This information is not otherwise available so we shouldn't
expose it in forum posts.

* Fall back to real_name, add comments

* Store users as a hash

This should avoid a lot of O(n) lookups

* Format user mentions with the correct name also

* Fix the tests (first try)

* Fix the tests (second try); add a test for user mentions

* Fix the tests (third try)

* Empty commit to trigger Travis

* Fix the tests (fourth try)

* Fix the tests (fifth try)

* Change spaces to underscores

* Updates per feedback
2019-07-04 14:50:07 -04:00
Bianca Nenciu
fc61b92183 FIX: Fix heisentest caused by float operations. 2019-06-24 14:08:04 +03:00
Neil Lalonde
a148aacd98 Update translations 2019-06-17 13:57:25 -04:00
Neil Lalonde
d19004a216 Update translations 2019-06-10 10:39:13 -04:00
Guo Xiang Tan
cef085d0b6 Fix the build. 2019-06-06 10:26:24 +08:00
Guo Xiang Tan
3eb8e97f37 DEV: Remove deprecation warning. 2019-06-06 09:51:40 +08:00
David Taylor
f75903cae5 FIX: Determine uncategorized category name using new core pattern 2019-06-04 18:47:32 +01:00
Neil Lalonde
3c030c8fbf Update translations 2019-05-30 11:31:31 -04:00
Tomas Varaneckas
95d8d5e9ea FIX: make plugin compatible with older Discourse (#28)
@tgxworld
2019-05-16 08:24:17 +08:00
Guo Xiang Tan
ac288b9300 Add frozen string literal comment to files. 2019-05-13 10:37:49 +08:00
David Taylor
bf30b755cf Remove HipChat integration
As of February 15th, HipChat has been declared end-of-life. For more information, see https://community.atlassian.com/t5/Stride-articles/Stride-and-Hipchat-Cloud-have-reached-End-of-Life-updated/ba-p/940248
2019-04-15 17:56:01 +01:00
Neil Lalonde
28b4195467 Update translations 2019-04-05 10:13:40 -04:00
Joffrey JAFFEUX
cd53275098 REFACTOR: uses more modern patterns to prevent issues (#27) 2019-03-20 10:57:07 +00:00
Neil Lalonde
56d11903c0 Update translations 2019-03-04 10:16:43 -05:00
Neil Lalonde
b674247fc0 Update translations 2019-01-31 16:36:15 -05:00
Joffrey JAFFEUX
656081fbcd DEV: eslint/prettier 2019-01-11 17:30:57 +01:00
David Taylor
b7dff35722 FIX: Handle mailto links in slack messages 2019-01-03 11:14:26 +00:00