锦心
|
96a2893284
|
FEATURE: Allow expanding hidden posts for groups in SiteSetting.can_see_hidden_post (#21853)
Allow expanding hidden posts for groups in SiteSetting.can_see_hidden_post
|
2023-06-01 11:32:05 +08:00 |
|
Jan Cernik
|
c03f83bbea
|
FIX: Show auto-group flair according to user preferences (#21221)
|
2023-04-24 16:04:26 -03:00 |
|
J. David Lowe
|
95a6268c45
|
repair structural problems with the openapi spec (#16710)
* repair structural problems with the openapi spec
* additional tweaks to fix failing tests
* un-mark is_categorized as required & restore method
|
2022-06-20 10:56:56 -06:00 |
|
Isaac Janzen
|
196b791365
|
DEV: Prioritize full name when display_name_on_posts active (#16078)
See: https://meta.discourse.org/t/display-full-name-not-username-when-attributing-quote-or-reply/203533?u=isaacjanzen for context
The initial release [broke quoting](https://meta.discourse.org/t/quoting-broken-when-name-matches-username/217633?u=isaacjanzen) but we now pass the username when
```
siteSettings.display_name_on_posts && !siteSettings.prioritize_username_in_ux && post.name
```
as well as the full name to guarantee that we are not getting any mismatches when querying for user / avatar.
eg.
```
[quote="Isaac Janzen, post:3, topic:7, full:true, username:isaac.janzen"]
bing bong
[/quote]
```
|
2022-04-20 10:07:51 -05:00 |
|
Blake Erickson
|
e66241af7f
|
DEV: Update api docs to update username and to get post replies (#15881)
Added api docs for:
- update username
- get post replies
|
2022-02-09 15:04:36 -07:00 |
|