Commit Graph

227 Commits

Author SHA1 Message Date
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
Tisza Gergő bf1939f08d FEATURE: Add Matrix option for using plain text instead of notice (#25)
Notices are problematic on certain IRC clients and lead to bans
if the Matrix channel is bridged to IRC.
2018-12-28 23:44:43 +00:00
Mateusz Bugowski 1a08d64785 FIX: loading user.list longer than 1000 (#24) 2018-12-14 01:03:49 +00:00
David Taylor 790f1bb8b5
DEV: Remove unnecessary semicolon 2018-12-04 11:45:17 +00:00
Gerhard Schlager 48ed2a6e8f Inherit rubocop config from discourse repo 2018-12-03 00:35:48 +01:00
Neil Lalonde d3a0c16a2c Update translations 2018-11-29 11:06:57 -05:00
Guo Xiang Tan 2b357b2dfe Add support for new upload site settings.
44391ee8ab
2018-11-14 15:17:44 +08:00
Penar Musaraj 1b8d06c57c fix FA5 icon 2018-11-11 22:36:16 -05:00
Penar Musaraj 5cd076803a fix icon + relative link without base_url 2018-11-11 22:34:33 -05:00
Gerhard Schlager c9ff8d8cb6 FIX: Relative links in translations should work with subfolder 2018-11-07 23:26:36 +01:00
Penar Musaraj 762300ab22 Avoid targetting "fa-" icon in test, prepare for FA5 in Discourse core 2018-11-01 18:03:39 -04:00
Sam 5beaa359b7 when the test suite was written tags were default disabled 2018-10-17 15:57:38 +11:00
David Taylor 8d93b68f80 DEV: Refactor JS acceptance tests 2018-09-12 18:35:50 +01:00
David Taylor 6824411b8b DEV: Update .travis.yml 2018-09-12 18:10:27 +01:00
David Taylor 44001e259b DEV: Apply prettier to JS and SCSS files 2018-09-12 16:16:18 +01:00
Neil Lalonde e6ed0480d8 Update translations 2018-09-10 14:00:37 -04:00
Neil Lalonde 2b5d1d75f8 Update translations 2018-08-23 09:47:29 -04:00
David Taylor 39fb967047 Fix specs 2018-08-20 13:17:54 +01:00
David Taylor fc721a1768 FEATURE: Improve channel error visibility in the admin panel, stop adding chat integration errors to logs 2018-08-20 12:06:10 +01:00
Guo Xiang Tan c44ac56d32 Make rubocop happy. 2018-06-08 09:52:35 +08:00
Guo Xiang Tan 9826f10a60 Fix specs for Rails 5.2. 2018-06-08 08:57:43 +08:00
Neil Lalonde 956f3993fe Update translations 2018-05-31 15:30:30 -04:00
Sam d481205999
Merge pull request #20 from davidtaylorhq/private_slash_commands
Slash command and transcript improvements
2018-05-18 10:47:37 +10:00
Sam 2fe771b84c
Merge pull request #18 from rohitsden/master
Fix HipChat WebHook URL validation
2018-05-01 11:49:17 +10:00
Neil Lalonde 3c84180b5e Update translations 2018-04-24 10:30:53 -04:00
David Taylor 0ed6343874 Add basic support for thread transcripts 2018-04-08 03:22:58 +01:00
David Taylor 234203dc2b Fix travis build 2018-04-08 03:15:44 +01:00
David Taylor 427cfc2305 Use generic ‘conversations’ API endpoint to enable transcripts for slack IMs and groups 2018-04-08 02:50:46 +01:00
David Taylor 180011c097 Fix slash commands in private groups 2018-04-08 02:26:36 +01:00
Neil Lalonde 3b033bcd16 Update translations 2018-03-07 14:17:52 -05:00
Neil Lalonde a039c7c484 Update translations 2018-01-31 11:13:31 -05:00
rohitsden 79288fc254 Update HipChat WebHook URL validation to check for anything that isn't space. 2018-01-13 21:58:40 -05:00
rohitsden 324aca0fad Fix HipChat WebHook URL validation. 2018-01-12 19:36:51 -05:00
Sam ec216e69c5 correct spec 2018-01-12 15:05:57 +11:00
Sam 3069124273 correct specs 2018-01-12 14:48:00 +11:00
Neil Lalonde 805cd762df Update translations 2018-01-03 13:26:44 -05:00
Neil Lalonde 37bc7eccff Update translations 2017-12-29 16:40:13 -05:00
Francis Brunelle 1078f8089e use SiteSetting.chat_integration_matrix_excerpt_length for the Matrix provider (#17) 2017-12-27 16:35:32 +08:00
SidV a41ebcf225 Fix typos (#16) 2017-12-20 22:13:22 +08:00
Neil Lalonde 2afc86d568 Add new languages 2017-12-12 11:35:06 -05:00
Neil Lalonde d56188e90e Transifex integration 2017-12-07 17:42:46 -05:00
Vinoth Kannan 8168c717a8 Return help text if message text is unavailable 2017-12-06 13:07:45 +05:30
Joshua Rosenfeld 2ca3fb1d21
Remove thumb_url from Rocket.Chat
Results in broken thumbnail appearing in all posts.
2017-11-30 09:56:47 -05:00
David Taylor da9ee8dcb5 Fix mattermost icon selection 2017-11-27 16:14:43 +08:00
David Taylor 5f555849e5 Replace `render nothing: true` with a JSON response. This has the added benefit of showing a “loading” message (#12)
render:nothing was producing an error 500 for some reason
2017-11-27 16:08:19 +08:00
David Taylor b69abe3913 Include attachments in message selection dropdowns (#13)
* Include attachments in message selection dropdowns

* DRY up message attachment string generation

* Add specs for attachments in UI
2017-11-27 16:07:54 +08:00
David Taylor 6ed0deedf8 Don’t load responses to threads (#14)
* Don’t load responses to threads

* Add test case for ignoring threaded messages

* Appease rubocop
2017-11-27 16:07:25 +08:00