Commit Graph

131 Commits

Author SHA1 Message Date
Joffrey JAFFEUX 0046041e9e
FEATURE: improves random assign automation (#166)
- Makes a best attempt at being random and assigning people who haven’t been assigned for a long time
- Uses timezones and holidays
- Allows to define a minimum delay between assignments
- Creates a post if no one is available
2021-08-20 12:22:37 +02:00
Discourse Translator Bot 4c26cef99d
Update translations (#181) 2021-08-04 14:13:41 +02:00
Jarek Radosz ad95725987
FIX: Hide Unassigned if user doesn't have access (#179)
There's no need to display the "Unassigned" button for regular users when `assigns_public` is `false`.
2021-07-30 20:58:39 +02:00
Discourse Translator Bot 6de1f9821e
Update translations (#168) 2021-07-09 12:22:32 +02:00
Discourse Translator Bot 7a085ee0ee
Update translations (#165) 2021-06-29 16:01:08 +02:00
Joffrey JAFFEUX 954e908e24
FEATURE: adds support for a random assign automation (#162) 2021-06-24 16:51:49 +02:00
Discourse Translator Bot ace04166e1
Update translations (#160) 2021-06-08 16:31:42 +02:00
Discourse Translator Bot 8d013f38b2
Update translations (#156) 2021-05-04 15:18:02 +02:00
Tobias Eigen 724700129d
updated assign_allowed_on_groups admin setting (#152)
I had a bit of trouble finding how to enable this feature for a user so I could assign topics to the user. This is the setting, so I updated it to explain that it allows assigning to users as well as allows the user to assign topics to others.
2021-04-27 11:01:45 -07:00
Discourse Translator Bot 6768cb5d45
Update translations (#153) 2021-04-27 15:44:25 +02:00
Mark VanLandingham c0d651764f
UX: Improve quick access copy when no topics present (#151) 2021-04-23 11:00:22 -05:00
Discourse Translator Bot e682d4ddfe
Update translations (#149) 2021-03-16 15:44:07 +01:00
Discourse Translator Bot 97adee3680
Update translations (#142) 2021-02-09 14:52:00 +01:00
Discourse Translator Bot 5dcdb96fd5
Update translations (#140) 2021-02-02 14:36:57 +01:00
Osama Sayegh c5b549b887
FIX: Improve error message when assigning a PM to a user who doesn't have access to the PM (#137)
Currently if you try to assign a PM to a user who can't see it, you get an error message that says "@{user} can't be assigned since they don't belong to assigned allowed groups". This commit improves the message and now it tells you the user doesn't have access to the PM and that you need to invite the user before you can assign them.

Signed-off-by: OsamaSayegh <asooomaasoooma90@gmail.com>
2021-01-27 14:57:41 +03:00
Discourse Translator Bot aebcdfeae4
Update translations (#135) 2021-01-26 14:51:13 +01:00
Discourse Translator Bot e8903a7352
Update translations (#130) 2021-01-19 15:47:17 +01:00
Discourse Translator Bot 60ef0c8f41
Update translations (#125) 2020-12-22 14:47:32 +01:00
Discourse Translator Bot 84433768a6
Update translations (#118) 2020-11-24 17:23:47 +01:00
Discourse Translator Bot f542f2e456 Update translations 2020-10-20 15:30:51 +02:00
Discourse Translator Bot 15169812bb Update translations 2020-10-06 15:21:39 +02:00
Discourse Translator Bot f98f5159ce Update translations 2020-09-22 13:01:07 +00:00
Discourse Translator Bot f6fc09ff13 Update translations 2020-09-16 10:14:51 +00:00
Discourse Translator Bot 1b52bd3a63 Update translations 2020-09-15 13:01:10 +00:00
Ahmed Gagan 303274eae3
FEATURE: Advanced search filters for assigned topics (#102)
Adds three new search modifiers:

- in:assigned for assigned topics
- in:unassigned for unassigned topics
- assigned:{username} to list topics assigned to a specific user

These modifiers are all made available in the advanced search sidebar
2020-09-11 12:15:50 +01:00
Ahmed Gagan 3e3dc3815b
FEATURE: Assign bulk actions for topics lists (#110)
- Allows unassigning and reassigning topics using bulk actions
- Adds bulk actions UI to the group assigned page
2020-09-11 11:49:25 +01:00
Discourse Translator Bot 17f59992ab Update translations 2020-09-09 14:57:52 +00:00
Discourse Translator Bot 7ff3641986 Update translations 2020-08-18 13:00:42 +00:00
Ahmed Gagan 069adc1af7
FEATURE: Allow searching topics in group assigned tab (#97) 2020-08-12 23:40:04 +01:00
Ahmed Gagan f250dca93f
FEATURE: Allow filtering users in group assigned tab (#95) 2020-08-12 23:39:14 +01:00
Discourse Translator Bot 3c0f8be0d9 Update translations 2020-08-11 13:00:57 +00:00
Discourse Translator Bot baa9f5bc82 Update translations 2020-08-05 13:24:12 +00:00
Ahmed Gagan 301be24c13
UX: Rename group tab from Assignments to Assigned (#88) 2020-07-27 12:26:12 +01:00
Ahmed Gagan 816f3c0e97
FEATURE: Per-member counts in group assignment summary (#80) 2020-07-21 12:55:34 +01:00
Ahmed Gagan ae83f70e21
FEATURE: Assignments summary tab for groups (#70) 2020-07-10 09:45:18 +01:00
Neil Lalonde 5f3e6bf24c
Update translations 2020-06-24 11:39:50 -04:00
Gerhard Schlager 5d8642f1c3 DEV: Use consistent interpolation key format in translations 2020-06-02 19:26:38 +02:00
Neil Lalonde 333d1071f3
Update translations 2020-05-27 16:52:58 -04:00
jjaffeux 8b7f89823d UX: improves assignee display on button and dropdown
- Changes the title attribute to display the name of the assignee
- Displays the assignee’s username in the row when  on mobile view
- Tweaks positioning to attempt good alignment
- Slightly increases icon size to have visually the same size than other topic footer buttons icons
2020-05-12 15:49:13 +02:00
Neil Lalonde 37aea9eee6
Update translations 2020-05-04 10:48:25 -04:00
Blake Erickson 32653be260
FEATURE: Trigger webhook when assigning and unassigning topics (#61)
* FEATURE: Trigger webhook when assigning and unassigning topics

This PR creates a custom webhook event that you can now select when
creating a webhook to trigger only when a topic has been assigned or
unassigned.

* removed unused file

* Removed functionality that was added to core

This PR into discourse core:

https://github.com/discourse/discourse/pull/9110

adds what was removed in this commit.

It is better to have this logic in core so that it is discoverable and
future webhooks won't end up accidentally using the same ID.
2020-03-06 11:57:46 -07:00
Neil Lalonde 10478f72a5 Update translations 2020-02-25 10:31:24 -05:00
Neil Lalonde 6102c0054e Update translations 2020-02-13 15:03:54 -05:00
Neil Lalonde 3718891184 Update translations 2020-01-20 11:19:41 -05:00
Neil Lalonde c30890a385 Update translations 2019-12-19 12:48:56 -05:00
Dan Ungureanu f2074f256e
FEATURE: Improve assign mailer site setting (#57) 2019-11-26 11:41:52 +02:00
Dan Ungureanu 434605f03f
FIX: Make it compatible with sub-folder installs 2019-11-25 14:53:17 +02:00
Dan Ungureanu 39e50ad65a UX: Update default path to users assigned topics (#56)
The old default path is not showing up all assigned topics if user has
muted categories or tags.
2019-11-20 08:46:25 +11:00
Penar Musaraj 8b36f31034 FIX: Avoid triggering Safari username autocomplete on Assign Topic input
Safari on macOS triggers the OS's username/password dropdown whenever it finds
a mention of "username" near an input.
2019-11-19 13:44:57 -05:00
Neil Lalonde b9e0bb3b7a Update translations 2019-11-06 10:45:07 -05:00