David Taylor
4630dab7ac
SECURITY: Improve topic permission checks
2020-07-21 10:12:48 +01:00
David Taylor
a8310b4bfa
DEV: Change to use UserLookup for core change ( #77 )
...
See https://github.com/discourse/discourse/pull/10253
2020-07-17 10:47:36 +01:00
Krzysztof Kotlarek
2fad44a6a0
FIX: compatibility after allowlist rewording in Discourse
2020-07-15 11:00:22 +10:00
Dan Ungureanu
6825dcd007
FIX: Use Topic#url to generate topic URL
2020-05-18 13:08:03 +03:00
David Taylor
07c13651c6
FIX: Correct assign user autocomplete logic
...
Previously we were only autocompleting users which were in the same group as the acting user.
2020-04-28 13:55:17 +01:00
Gerhard Schlager
c3959f903a
FIX: Convert ID into integer before sorting
2020-01-17 23:12:34 +01:00
Dan Ungureanu
f2074f256e
FEATURE: Improve assign mailer site setting ( #57 )
2019-11-26 11:41:52 +02:00
Sam Saffron
0cea63029c
FEATURE: order assigned list by reverse bump date
...
Previously this list was randomly ordered
2019-11-01 15:35:12 +11:00
Bianca Nenciu
cbab25356b
DEV: Use BasicUserSerializer for assigned user ( #53 )
2019-10-30 17:13:08 +11:00
Dan Ungureanu
1a041b49e0
FIX: Use TopicList's preloaded_custom_fields.
2019-10-21 19:42:04 +03:00
Bianca Nenciu
c46764e804
FEATURE: Add endpoint to list all assignments, sorted by user
...
Includes a fix to let all admin users to use plugin
2019-09-16 13:41:10 +03:00
Bianca Nenciu
7d4b515524
FIX: Suggest only groups that are visible to current user ( #48 )
...
Otherwise, the user would search in groups that were not visible,
operation which resulted in a 403 error.
2019-09-09 15:32:50 +10:00
Roman Rizzi
d268d4f817
Fix: Enforce new rules when assigning a topic. ( #46 )
...
* assign_to user must be allowed to assign.
* assign_to user must have access to the topic
2019-09-05 10:31:52 -03:00
Penar Musaraj
2ddc5c5bef
Make Rubocop happy
2019-07-29 21:33:25 -04:00
romanrizzi
8792cf51bd
DEV: Assign allowed groups are sent alongside suggestions. After the migration happens, we'll need to still have access to the allowed group names so we can search users.
2019-07-19 14:49:45 -03:00
Roman Rizzi
f312ece4a9
Feature: Allow assign on groups ( #31 )
...
* Feature: Allow assign on groups
* Use type: group_list option
* Track group changes and update the setting accordingly. Restrict reminders frequency to assign allowed users instead of staff
2019-06-04 09:21:33 -03:00
Roman Rizzi
abe8142038
FEATURE: Users can override reminders frequency ( #30 )
...
* FEATURE: Users can override reminders frequency
* Changes:
- Avoid creating a user custom field when the used didn't override the frequency
- Sanitize frequency value using coercion
- Minor fixes
* Sanitize query and user query single
2019-05-27 10:53:37 -03:00
romanrizzi
c882b097f8
Remove 'Unassign All' feature
2019-05-15 15:57:28 -03:00
Guo Xiang Tan
8fca0f61e8
Add frozen string literal comment to files.
2019-05-13 10:30:21 +08:00
Roman Rizzi
8583287faf
FEATURE: Limit the amount of assigned topics an user can have. ( #29 )
...
* FEATURE: Limit the amount of assigned topics an user can have.
* Do not enfore the limit when self-assigning
* Avoid computing the query when self-assigning. Do not count self-assigns when enforcing the limit
2019-05-02 10:44:11 -03:00
Guo Xiang Tan
8b06b7cb4c
FIX: Only send reminders to moderators and admins.
2019-04-30 12:00:59 +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
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
Robin Ward
754209ce58
Add "Unassign All" button to user's assigned topics view
2018-05-04 13:41:04 -04: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
Robin Ward
7ca73b293a
FEATURE: Add ability to claim topics on flagged topics page
2017-09-08 15:31:02 -04:00