Guo Xiang Tan
|
22108df6be
|
FEATURE: Display link with count to user's assigned messages page.
|
2018-05-23 18:16:36 +08:00 |
Robin Ward
|
3905f8f992
|
FIX: `upsert` was less safe under concurrency
|
2018-05-08 17:53:18 -04:00 |
Robin Ward
|
754209ce58
|
Add "Unassign All" button to user's assigned topics view
|
2018-05-04 13:41:04 -04:00 |
Robin Ward
|
7458b38f71
|
Remove old `fa-icon` reference
|
2018-05-04 10:30:02 -04:00 |
Neil Lalonde
|
fa87ad735a
|
Update translations
|
2018-04-24 10:28:21 -04:00 |
Arpit Jalan
|
390a08a196
|
FIX: do not attempt to unassign the deleted topic
|
2018-04-03 13:44:02 +05:30 |
Guo Xiang Tan
|
e7d38c905b
|
Merge pull request #13 from techAPJ/remove-archive
Remove 'archive' tab for assigned topics.
|
2018-03-27 08:45:04 +08:00 |
Arpit Jalan
|
c24083df5c
|
Remove 'archive' tab for assigned topics.
|
2018-03-26 22:49:34 +05:30 |
Neil Lalonde
|
2f457a153f
|
Update translations
|
2018-03-07 14:15:16 -05:00 |
Guo Xiang Tan
|
463f77bb2a
|
FEATURE: Add live updates for "assigned" private messages.
|
2018-03-07 23:02:13 +08:00 |
Guo Xiang Tan
|
13cb64b89c
|
Add title token to assigned messages.
|
2018-03-07 15:24:41 +08:00 |
Guo Xiang Tan
|
93b7d7e195
|
Fix plugin tests.
|
2018-03-06 21:42:32 +08:00 |
Robin Ward
|
8ee1cbd697
|
FIX: Unassign topics if there are no more flags to handle
|
2018-02-26 16:15:22 -05:00 |
Neil Lalonde
|
4b91799bed
|
Update translations
|
2018-01-31 11:10:48 -05:00 |
Robin Ward
|
d39c19c166
|
UX: Allow claim of topic via posts
|
2018-01-15 12:43:32 -05:00 |
Robin Ward
|
2394cf1d75
|
Allow posts to be claimed on flagged posts view
|
2018-01-15 12:32:48 -05:00 |
Robin Ward
|
6dc8a0dced
|
Remove unused connector class
|
2018-01-15 12:22:22 -05:00 |
Robin Ward
|
569a87b136
|
FEATURE: New site setting to ensure flags are claimed
|
2018-01-12 16:09:46 -05:00 |
Neil Lalonde
|
d657fc0632
|
Update translations
|
2018-01-03 13:24:50 -05:00 |
Neil Lalonde
|
73cb3261c4
|
Update translations
|
2017-12-29 16:38:14 -05:00 |
Neil Lalonde
|
69213ebbad
|
Transifex integration
|
2017-12-08 12:17:23 -05:00 |
Guo Xiang Tan
|
733503e67f
|
FIX: Display group archive topics for groups that the user is in.
|
2017-12-01 12:21:25 +08:00 |
Guo Xiang Tan
|
b92988a586
|
Merge pull request #11 from discourse/split_out_archived_assigned_topics
FEATURE: Add `archive` tab for assigned topics.
|
2017-12-01 11:29:55 +08:00 |
Guo Xiang Tan
|
96361988bf
|
Make eslint happy.
|
2017-12-01 11:27:16 +08:00 |
Guo Xiang Tan
|
81244a6a47
|
FEATURE: Add `archive` tab for assigned topics.
|
2017-12-01 11:25:54 +08:00 |
Joffrey JAFFEUX
|
7f2e42362f
|
FIX: support for select-kit (#10)
Moves select-kit support into its own initializer, support for older implementations doesn’t seem needed at this point, but could be added if needed.
|
2017-11-22 10:42:33 +01:00 |
spog163
|
5758486167
|
Added email notification on topic assignment (#9)
* Added email notification on topic assignment
* Added config options for assign mailer
* Add Russian translation
* Update server.ru.yml
* Create client.ru.yml
* Update server.ru.yml
* Update client.ru.yml
* Update client.ru.yml
* Update client.ru.yml
* Update server.en.yml
* Removed override option for muted topics
|
2017-11-21 15:09:08 +11:00 |
Joffrey JAFFEUX
|
7fd0cd43bf
|
[FIX] allows usage with select-box-kit
This commit also removes usage of observers.
|
2017-10-20 06:23:31 -07:00 |
Robin Ward
|
3e024779fa
|
FIX: Use the proper avatar lookup columns
|
2017-10-18 16:42:43 -04:00 |
Robin Ward
|
246de40653
|
Add new SiteSetting to disable locking of flags when assigned
|
2017-10-13 10:46:35 -04:00 |
Robin Ward
|
a69bd40401
|
Revert "Revert "Fix field not being preloaded in multisite setup.""
This reverts commit e7ca1ffbf7 .
|
2017-09-29 11:07:31 -04:00 |
Robin Ward
|
626965f94c
|
FIX: Use a proper event for removing assign on close
|
2017-09-27 14:04:27 -04:00 |
Robin Ward
|
e7ca1ffbf7
|
Revert "Fix field not being preloaded in multisite setup."
This reverts commit 83b4e9fe3f .
|
2017-09-27 11:01:29 -04:00 |
Guo Xiang Tan
|
83b4e9fe3f
|
Fix field not being preloaded in multisite setup.
|
2017-09-27 16:21:05 +08:00 |
Robin Ward
|
1198421261
|
FIX: Remove debugging return statement
|
2017-09-26 09:49:51 -04:00 |
Robin Ward
|
7720ceed24
|
FIX: Don't preload unless the plugin is enabled
|
2017-09-25 14:51:49 -04:00 |
Robin Ward
|
856c5a5435
|
FEATURE: Add ability to claim topics on flagged topics page
|
2017-09-25 12:22:38 -04:00 |
Robin Ward
|
aa885dcfac
|
FIX: Icon missing in new releases of Discourse
|
2017-09-25 11:42:13 -04:00 |
Robin Ward
|
7ca73b293a
|
FEATURE: Add ability to claim topics on flagged topics page
|
2017-09-08 15:31:02 -04:00 |
Guo Xiang Tan
|
99db4337fa
|
Use `before_action` for Rails 5 compatibility.
|
2017-09-04 14:22:12 +08:00 |
Sam
|
70911cbd43
|
preload email correctly (not backwards compat with stable)
|
2017-08-29 12:49:31 -04:00 |
Rafael dos Santos Silva
|
1c70a81ac4
|
FIX: Assign modal was on the wrong path
|
2017-06-06 15:43:55 -03:00 |
Rafael dos Santos Silva
|
f7457ed185
|
Merge pull request #7 from discourse/enable-switch
FEATURE: Allow turning off the plugin from settings
|
2017-06-05 20:15:52 -03:00 |
Rafael dos Santos Silva
|
c16bf207c7
|
FEATURE: Allow turning off the plugin from settings
|
2017-06-05 19:45:33 -03:00 |
Régis Hanol
|
1b895a9917
|
Merge pull request #6 from piotrowski/patch-1
fix headline
|
2017-04-22 11:00:23 +02:00 |
Jan Piotrowski
|
b16eca8cd1
|
fix headline
|
2017-04-22 10:36:24 +02:00 |
Régis Hanol
|
ecdc6f47a5
|
Merge pull request #4 from Dax74/patch-1
Create server.it.yml
|
2017-04-10 22:39:15 +02:00 |
Régis Hanol
|
7d1b84c244
|
Merge pull request #5 from Dax74/patch-2
Create client.it.yml
|
2017-04-10 22:38:48 +02:00 |
Dax74
|
bf0fd247fa
|
Create client.it.yml
Italian translation
|
2017-04-10 19:06:51 +02:00 |
Dax74
|
9008404b3c
|
create server.it.yml
Italian translation
|
2017-04-10 19:05:43 +02:00 |