Guo Xiang Tan
1af202142b
Fix incorrect link to assigned activity.
2019-04-30 11:08:28 +08:00
Guo Xiang Tan
00a9cb1752
Fix invalid arguments passed to `find_by`.
2019-04-30 09:56:06 +08:00
Roman Rizzi
7b7432990a
FEATURE: Remind users of assigned tasks. ( #28 )
...
* FEATURE: Remind users of assigned tasks.
* User an user custom field instead of adding a new column
* Improve tests. fix assigns count and display oldest assigned topics correctly. Do not remind about recently assigned tasks
2019-04-30 10:02:26 +10:00
Kris
4625108888
FIX: class for wrapper changed
2019-04-19 13:57:09 -04:00
Neil Lalonde
3cba747919
Update translations
2019-04-05 10:10:20 -04:00
Joffrey JAFFEUX
046f1db466
FIX: adds auto-route to avoid losing queryParams on successive clicks
2019-03-28 11:34:31 +01:00
Joffrey JAFFEUX
0f6faa9fc3
FIX: ember 3 support ( #23 )
2019-03-15 18:49:41 +01:00
Bianca Nenciu
801b1cd48c
FIX: Check if topic is assigned before assigning again. ( #25 )
2019-03-15 18:49:22 +01:00
Neil Lalonde
f45a51fa4c
Update translations
2019-03-04 10:13:42 -05:00
Neil Lalonde
bd3225b54a
Update translations
2019-01-31 16:32:52 -05:00
Joffrey JAFFEUX
5c48ec5925
DEV: prettier/eslint
2019-01-11 17:33:51 +01:00
Gerhard Schlager
5527457ce2
FIX: Do not unassign on topic open
2019-01-10 20:58:20 +01:00
Bianca Nenciu
89f794cf83
FEATURE: Add events for assigning and unassigning topics. ( #24 )
2019-01-09 16:59:26 +11:00
Gerhard Schlager
1a732ddac0
Configure Travis build
2019-01-04 21:30:53 +01:00
Gerhard Schlager
a308e2a445
FIX: Do not assign the same user more than once
...
This prevents resending assignment notification emails.
2019-01-04 21:24:08 +01:00
Saurabh Patel
b20b4c088d
FIX: add translations and check for message and if assignment is successful in spec ( #22 )
2018-12-06 18:04:31 +11:00
Saurabh Patel
a2e7fc4cac
FIX: do not assign to same when already assigned
2018-12-06 16:46:08 +11:00
Sam
cd6f61683e
FIX: do not include username in assign push notification
2018-12-05 08:42:02 +11:00
Sam
2d5359055d
FIX: properly send push notifications on assign
...
Previously we would rely on a quirk in core where whisper small actions
would get a notification, this behavior was removed and now we must
be explicit, it provides a much more consistent assign notification
2018-12-04 17:55:58 +11:00
Maja Komel
baddb3c630
FIX: don't assign system user when automatic assign by mention is enabled ( #20 )
2018-12-03 12:37:36 +01:00
Gerhard Schlager
02839b5068
Inherit rubocop config from discourse repo
2018-12-03 00:35:26 +01:00
Neil Lalonde
ddf87232e8
Update translations
2018-11-29 11:03:45 -05:00
Joffrey JAFFEUX
922d8515ca
FIX: assign state was not correctly updated on mobile ( #19 )
2018-11-27 17:45:28 +01:00
Bianca Nenciu
097bda91a9
DEV: Fix heisentests. ( #18 )
2018-11-27 11:54:19 +01:00
Guo Xiang Tan
3960112440
Skip test that is randomly failing.
2018-11-27 12:28:31 +08:00
Sam
25b3c6fab0
Update README.md
2018-11-27 15:26:36 +11:00
Sam
646b310064
split into 2 files so its easier to use rake autospec
2018-11-23 11:27:56 +11:00
Bianca Nenciu
16afd2c612
FIX: Check if plugin disabled globally prior to extending JS
2018-11-23 10:53:07 +11:00
Sam
1f938c3f41
FIX: show unassign button on mobile
2018-11-23 09:57:13 +11:00
Sam
312357988f
Move message bus subscription into controller
...
This ensures we always correctly unsubscribe from the channel
2018-11-23 09:44:59 +11:00
Bianca Nenciu
a915f0135f
FIX: Schedule a rerender on message arrival. ( #16 )
2018-11-23 09:05:55 +11:00
Régis Hanol
c607c6ca74
Merge pull request #15 from nbianca/fix_autoclosed
...
FIX: Unassign on autoclose.
2018-11-21 16:36:06 +01:00
Bianca Nenciu
0299deaf25
FIX: Unassign on autoclose.
2018-11-21 15:49:07 +02:00
Penar Musaraj
903f1260a8
remove icon ref in assign_notification locale
2018-11-12 10:31:38 -05:00
Penar Musaraj
613cf478a0
Add missing icon
2018-11-07 21:26:27 -05:00
Penar Musaraj
b909e933dc
Merge branch 'master' of github.com:discourse/discourse-assign
2018-11-07 09:28:46 -05:00
Penar Musaraj
c6f21b667a
Support FA5 SVG icons
2018-11-07 09:27:15 -05:00
Kris
69c319e81d
adding btn-default class
2018-11-06 10:57:56 -05:00
David Taylor
519effe056
DEV: Apply prettier
2018-10-22 19:49:32 +01:00
Kris
11012a7fbd
Padding needs to be more specific
2018-10-18 18:03:11 -04:00
Kris
edd17c6496
Post alignment update
2018-10-16 13:46:37 -04:00
Guo Xiang Tan
88d5346aad
DEV: Minor fixes to spec.
2018-10-05 12:55:55 +08:00
Vinoth Kannan
004cf718b9
SPEC: Do not raise error if topic not exist
2018-10-05 09:37:28 +05:30
Vinoth Kannan
bb44fd469c
FIX: Do not raise error if topic not exist
2018-09-21 09:52:21 +05:30
Neil Lalonde
f992fc644b
Update translations
2018-09-10 13:57:52 -04:00
Guo Xiang Tan
ed1f942c52
FIX: Don't set notification level to `watching` when already watching.
2018-09-07 15:00:53 +08:00
Guo Xiang Tan
7663268584
FIX: Change notification_level back to tracking only if set by plugin.
2018-09-04 15:30:53 +08:00
Sam
8ad7304bdd
FIX: can now correctly unassign corrupt topics
...
if a topic is somehow assigned to an array we can correctly unassign
2018-09-04 15:10:17 +10:00
Guo Xiang Tan
6539c98768
Fix rubocop warning.
2018-09-04 09:50:47 +08:00
Neil Lalonde
fcc96bd2bb
Update translations
2018-08-23 09:44:48 -04:00