Commit Graph

45 Commits

Author SHA1 Message Date
Alexander Meindl
28eebbbc80 More cleanups 2017-05-09 12:22:43 +02:00
Alexander Meindl
ca69cfd67f Start working and refactoring 2017-05-08 12:11:08 +02:00
Egon Zemmer
715ac9f753 Add .gitignore. 2017-03-24 18:58:16 +01:00
Egon Zemmer
8551a96ec8 Update README.md 0.6.1 2017-03-02 14:58:49 +01:00
Egon Zemmer
31b215ad01 Add placeholder to Rocket.Chat URL. 2017-03-02 14:53:46 +01:00
Egon Zemmer
cb271d3522 Initial import. Bump to version 0.6.1. 2017-03-02 14:24:37 +01:00
Igor Antonov
6755e9cb94 Fix more 2017-02-27 19:10:16 +03:00
Igor Antonov
61f4367b6f Fix 500 error on no channel specified 2017-02-27 18:52:40 +03:00
Igor Antonov
a414136510 Try fixing channel field 2017-02-27 18:48:25 +03:00
Igor Antonov
bdd9c9442e Readme link changes 2017-02-27 18:48:25 +03:00
Igor Antonov
cc6a036213 Allow project-level configuration of posting private issues and notes 2017-02-27 18:48:25 +03:00
Igor Antonov
bd88f92a66 Configure posting private issues and notes 2017-02-27 18:48:25 +03:00
Ron
24f9e716b9 ATTENTION: circumvent ssl cert... 2017-02-27 18:48:25 +03:00
Thanos Kyritsis
4881062c3d find proper value in case of version custom fields (refs #22) 2017-02-23 16:35:27 +02:00
Thanos Kyritsis
99fde7ebe0 Merge pull request #21 from tobenschmidt/master
Call split in channels_for_project only once
2017-02-21 12:41:14 +02:00
Toben Schmidt
bba71e1d06 Call split in channels_for_project only once 2017-02-15 20:08:37 +01:00
Thanos Kyritsis
e10b351b88 bump to version 0.6 2017-02-07 11:43:19 +02:00
Thanos Kyritsis
24268e2297 Prevent internal server error if empty custom field for channel (refs #17) 2017-01-26 13:47:21 +02:00
Thanos Kyritsis
5171908a19 use Rails.logger.warn to fix errors when connecting to Mattermost (sync with sciyoshi/redmine-slack commit b002b62553affceaf13e2ad12e108ffa76d76979) 2016-11-08 14:43:23 +02:00
Thanos Kyritsis
bc9f5df3fc Prevent internal server error if no description passed to API (sync with sciyoshi/redmine-slack commit 5e01d86a12448554ee7015a1ee9df3638bbd7610) 2016-11-08 14:42:21 +02:00
Thanos Kyritsis
c092d8bfcc Send to multiple rooms at a time (sync with sciyoshi/redmine-slack commit 7575feca8716acf52c669af7725db6054e897ed3) 2016-11-08 14:40:18 +02:00
Thanos Kyritsis
2a3e52f80f prevent private notes from being sent to mattermost (refs #14) 2016-10-18 17:56:52 +03:00
Thanos Kyritsis
f89232d657 bump to version 0.4, ensure redmine 3.3.x compatibility (refs #12) 0.4 2016-09-28 17:28:23 +03:00
Thanos Kyritsis
f467383922 Merge pull request #13 from jnbt/master
Improve SSL connection negotiation
2016-09-28 17:17:36 +03:00
Erwan Arzur
dea106ccde Fix Slack SSL connection (#83)
Make HTTPClient auto-negotiate SSL supported ciphers - forget about :SSLV23 which are refused by most servers now.
- log exceptions that could occur

* remove comment
2016-09-15 12:29:52 +02:00
Thanos Kyritsis
9d1c844c4c skip mentions if text is nil (can happen during bulk updates) (refs #8) 0.3 2016-03-18 11:01:55 +02:00
Thanos Kyritsis
42ff187547 do not reload issues before calling hooks, it affects custom fields (refs #7) 2016-03-16 13:58:56 +02:00
Thanos Kyritsis
3271493126 do not fire update hook if journal is nil (e.g. when creating sub-tasks) (refs #8) 2016-03-16 13:14:11 +02:00
Thanos Kyritsis
e001232b23 utilize Rails callbacks to trap issues created/saved via mail (refs #5) 2016-02-27 20:03:29 +02:00
Thanos Kyritsis
b3e8f3a6e4 fix on previous commit 2016-02-27 13:28:19 +02:00
Thanos Kyritsis
4719dec85a Add Mattermost notification when wiki pages are updated (sync with sciyoshi/redmine-slack commit 5b6ffe019635e9c925a59b688fb35568bfc96594) 2016-02-27 13:08:43 +02:00
Thanos Kyritsis
6a3c5c7694 Clarify the plugin page on Redmine. The Mattermost URL is generated from the integrations configuration page. (sync with sciyoshi/redmine-slack commit 4352948dce3a1ad400857894c9ff481052d5c8ca) 2016-02-27 13:03:38 +02:00
Thanos Kyritsis
a5cecdb814 plugin successfully tested for redmine 3.2.x 0.2 2016-02-13 14:27:25 +02:00
Thanos Kyritsis
7eef353849 bump version to 0.2 and update redmine dependency (refs #3) 2016-02-13 14:26:48 +02:00
Thanos Kyritsis
0dd8f50592 borrow code from redmine's mailer.rb in order to proper detect sub-uri conditions (refs #4) 2016-02-13 14:26:02 +02:00
Thanos Kyritsis
e519b6a74d update readme with notice about using channel handles and not names (refs #1) 0.1 2016-02-11 15:14:30 +02:00
Thanos Kyritsis
ed2077ae0f Added "Mattermost URL" setting information on the configure page (sync with sciyoshi/redmine-slack commit 5992e7c3eab4c669d2aed6a33cd253a59a61484a) 2016-02-11 15:07:22 +02:00
Thanos Kyritsis
4e692caefc update readme with guided screenshot instructions (refs #1) 2016-01-23 19:27:20 +02:00
Thanos Kyritsis
4c90c2cfb0 mention redmine supported versions in readme 2016-01-21 10:33:20 +02:00
Thanos Kyritsis
6d4daf9195 mention redmine supported versions in readme 2016-01-21 10:32:53 +02:00
Thanos Kyritsis
abc886752c mention redmine supported versions in readme 2016-01-21 10:28:32 +02:00
Thanos Kyritsis
faf11a61b3 update to the proper license (MIT) originating from the forked project (Closes #2) 2016-01-19 18:42:36 +02:00
Thanos Kyritsis
54af371ecf add license 2015-12-30 10:50:16 +02:00
Thanos Kyritsis
467a72d986 add init and readme 2015-12-30 10:49:11 +02:00
Thanos Kyritsis
3d554788ed initial import 2015-12-30 10:39:03 +02:00