David Taylor
bf52519dc7
DEV: Remove legacy topic-list code ( #657 )
2025-04-14 14:38:57 +01:00
Sérgio Saquetim
812a33a085
DEV: Remove the legacy widget post menu code ( #650 )
2025-04-02 22:36:32 +01:00
David Taylor
e213c7d6aa
DEV: Pin version for Discourse <3.5.0.beta1-dev ( #629 )
2025-02-05 19:58:26 +01:00
Régis Hanol
8c52b9a31c
FEATURE: new "notification level when assigned" user preference ( #626 )
...
This adds a new user preference allowed users to control how the
notification level of the topic they're assigned to changes.
Internal ref - t/141162
2025-01-16 17:59:16 +01:00
Jarek Radosz
0d1045e988
DEV: Update topic-notifications-button mod ( #595 )
...
See: https://github.com/discourse/discourse/pull/29237
2024-10-21 16:56:38 +02:00
Natalie Tay
6bd721cce0
DEV: Pin plugin for Discourse < 3.4.0.beta1-dev ( #585 )
2024-08-02 17:04:02 +08:00
Joffrey JAFFEUX
5e75baa5f6
FIX: uses the new <DropdownMenu /> component ( #569 )
2024-05-08 09:08:30 +02:00
Andrei Prigorshnev
a1686e1ca9
DEV: Stop using FoundUserWithStatusSerializer ( #546 )
...
Starting from b3a1199493
we stop using deprecated "WithStatus" serializers. Instead we'll be passing an 'include_status' option to serilaizers, for example:
```ruby
# before
BasicUserWithStatusSerializer.new(user)
ArraySerializer.new(users, each_serializer: BasicUserWithStatusSerializer)
# now
BasicUserSerializer.new(user, include_status: true)
ArraySerializer.new(users, each_serializer: BasicUserSerializer, include_status: true)
```
2024-03-14 17:44:48 +04:00
Selase Krakani
885bd95966
DEV: Pin plugin for Discourse < 3.3.0.beta1-dev ( #549 )
2024-02-29 13:49:21 -07:00
Daniel Waterworth
2113f1732c
Backport custom field security commit ( #543 )
2024-01-08 16:19:27 -06:00
Krzysztof Kotlarek
0c01e8fdfd
FIX: granular webhooks ( #498 )
...
After those core changes we need additional translations
https://github.com/discourse/discourse/pull/23070
2023-10-09 03:26:40 +00:00
Penar Musaraj
de12879522
DEV: Pin plugin for Discourse 3.1 stable ( #501 )
2023-08-22 13:45:43 -05:00
Jarek Radosz
a476aeb222
Revert "DEV: Fix a core deprecation ( #475 )" ( #478 )
...
This reverts commit 968751c8a9
.
To be re-applied when 3.1.0.beta5 is released.
2023-06-01 19:54:52 +02:00
Jarek Radosz
968751c8a9
DEV: Fix a core deprecation ( #475 )
2023-05-26 15:40:40 +02:00
David Taylor
1dd0be9134
DEV: Resolve add_to_serializer deprecations ( #458 )
...
26b7f8a63b
2023-04-24 16:06:21 +01:00
Osama Sayegh
e6e222d8bc
FEATURE: Add assigns tab to the experimental user menu ( #366 )
...
This commit adds a tab for assignments in the experimental user menu. The assignments tab behaves very similarly to the bookmarks and messages tab in core: it displays the user's unread assign notifications first and then fills the rest of available space in the menu with assignments (same content that the current user menu displays).
More details of the experimental user menu can be found in https://github.com/discourse/discourse/pull/17379 .
2022-08-17 11:57:15 +03:00
Jeff Wong
ea59761fa8
DEV: Update discourse compatibility for polymorphic bookmarks ( #336 )
2022-05-12 14:36:21 -07:00
Alan Guo Xiang Tan
4226ab21a0
DEV: Update .discourse-compatibility for 2.8.2. ( #312 )
2022-03-31 15:30:47 +08:00
Alan Guo Xiang Tan
83719bacc1
DEV: Update .discourse-compatibility for stable branch. ( #303 )
2022-03-17 14:09:37 -03:00
Andrei Prigorshnev
3a76a465a0
DEV: use the empty-state component ( #261 )
2021-12-09 00:23:10 +04:00
Jeff Wong
eb8f60ef7d
FIX: Pin plugin version when running discourse <= 2.8.0.beta7 ( #245 )
2021-11-15 17:18:25 -08:00
Osama Sayegh
0cda263a71
FIX: Pin plugin version when running discourse <= 2.8.0.beta1 ( #226 )
...
c396605d2f
introduces a call to the `TopicView.on_preload` method which was added in discourse 2.8.0.beta2.
This commit pins the plugin to the commit before the one linked above for Discourse instances running version 2.8.0.beta1 or older
2021-11-01 13:39:42 +03:00
Osama Sayegh
b1b8c94f56
DEV: Migrate from {{user-selector}} to {{email-group-user-chooser}} ( #146 )
2021-02-15 12:34:55 +03:00
Jeff Wong
4e571042f3
Update compatibility manifest ( #141 )
...
Older versions of Discourse did not have the new debounce functions.
Pin compatibility back to the commit for older versions.
2021-02-04 16:58:35 -08:00
Vinoth Kannan
e645cc303f
DEV: Pin plugin version for Discourse <= 2.5.1 stable branch too
...
e6a3bc80d7
2020-09-14 12:25:10 +05:30
David Taylor
e6a3bc80d7
DEV: Pin plugin version for Discourse <= 2.6.0.beta1
...
Some upcoming changes will make use of new core APIs added in 2.5.0.beta2
2020-09-11 11:42:34 +01:00