Commit Graph

110 Commits

Author SHA1 Message Date
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 a0031d596a Remove unused imports 2019-05-15 16:24:14 -03:00
romanrizzi c882b097f8 Remove 'Unassign All' feature 2019-05-15 15:57:28 -03:00
romanrizzi b4148a8858 Fix template indentation 2019-05-13 17:18:36 -03:00
Roman Rizzi 2f5af6e2cb FIX: Add a custom mobile view for the assigned-topics-list (#33) 2019-05-09 10:53:45 +10:00
Roman Rizzi e3b2e5bdb6 FEATURE: Display PMs in assigned activity and differentiate them. (#27)
* FEATURE: Display PMs in assigned activity and differentiate them.

* FEATURE: Unassign/Re-assign tasks from the activity view

* Remove bulkAssign. Reuse assign/unassign with a service. Change PM icon position

* Reuse ListItemDefaults instead of duplicating code.

* Conditionally show/hide feature if list items defaults is present in core
2019-05-07 16:30:47 +10: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
Joffrey JAFFEUX 922d8515ca
FIX: assign state was not correctly updated on mobile (#19) 2018-11-27 17:45:28 +01: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
Penar Musaraj 613cf478a0 Add missing icon 2018-11-07 21:26:27 -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
Sam d58aa482ba FIX: show suppressed categories in assign list 2018-07-23 17:26:05 +10:00
Sam 908972a723 UX: de-emphasize actions on topics 2018-05-24 15:27:44 +10:00
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 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
Arpit Jalan c24083df5c Remove 'archive' tab for assigned topics. 2018-03-26 22:49:34 +05:30
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
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
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
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 246de40653 Add new SiteSetting to disable locking of flags when assigned 2017-10-13 10:46:35 -04:00
Robin Ward 1198421261 FIX: Remove debugging return statement 2017-09-26 09:49:51 -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
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 c16bf207c7 FEATURE: Allow turning off the plugin from settings 2017-06-05 19:45:33 -03:00
Sam bfdffdca83 FEATURE: easy assign list 2017-03-08 15:55:07 -05:00
Sam bd5575d975 UX: display small action for assignment/unassignment 2017-03-07 17:13:10 -05:00
Guo Xiang Tan 5666190462 FIX: Incorrect attribute. 2017-03-02 12:24:57 +08:00
Sam 7c3e0c6547 FEATURE: use topic list format for assigned
FEATURE: ability to see assigned messages
2017-03-01 16:42:01 -05:00
Sam 32767b5553 added a link to assigned topics 2017-03-01 10:32:30 -05:00
Sam ee0e03065c Use new tags extensibility 2017-02-28 17:09:17 -05:00
Sam 4341211df3 Make unassign less confusing 2017-02-28 14:57:31 -05:00
Sam f225146c94 Add a custom route and button to see all assigned topics/messages 2017-02-27 15:42:18 -05:00
Sam Saffron f0953332ab Hack in assign button collapsing on mobile 2017-02-22 14:26:30 -05:00
Sam c06761b396 allow to unassign a topic
default select assigned user
display icon for assigned user
2017-02-17 16:40:43 -05:00
Sam 8dd50be626 refresh list on param change 2017-02-15 16:16:10 -05:00
Sam a6861ba65a public and private mode, add customizable user link path 2017-02-15 12:35:07 -05:00
Sam 13d070c823 preload owner in topic list 2017-02-14 17:44:17 -05:00
Sam Saffron c7253f1d38 Add panel that shows who topic is assigned to 2017-02-10 17:45:22 -05:00
Sam 0205a12956 add user action and correct icon for small post 2017-02-10 13:02:25 -05:00
Sam Saffron be759616b9 filter to staff 2017-02-09 18:46:29 -05:00
Sam 7b0d192b57 cleanup and add mod message if needed 2017-02-08 13:07:56 -05:00
Sam Saffron 67169fd0e5 close modal once done 2017-02-07 17:00:15 -05:00
Sam f2d31b83a2 partially implement modal 2017-02-07 14:22:46 -05:00
Sam c68a6652ec initial commit 2017-02-02 17:05:33 -05:00