Keegan George
7b76d25946
DEV: Adopt post list component and new posts route front-end ( #30604 )
...
Recently we introduced a new `PostList` component (d886c55f63
). In this update, we make broader adoption of this component. In particular, these areas include using the new component in the user activity stream pages, user's deleted posts, and pending posts page. This update also takes the existing `posts` route and adds a barebones front-end for it to view posts all in one page.
---------
Co-authored-by: David Taylor <david@taylorhq.com>
2025-01-23 10:20:45 -08:00
Dylan Yang
e92a82aa1d
FIX: update id types in API docs to integers ( #27412 )
2024-06-26 20:44:39 -06:00
Kyle
9e758a3ae7
Fix OpenAPI doc issue ( #23619 )
2024-01-10 10:29:35 +08:00
锦心
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