ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
981 stars 384 forks source link

Forum posts should show who deleted it #7786

Closed RockRoller01 closed 3 years ago

RockRoller01 commented 3 years ago

Comments and beatmapdiscussion already show this.. forum posts probably should as well.

This also would be a step towards replacing quickmod logs

gagahpangeran commented 3 years ago

From what I see in Post Model, there was never any record of forum post's deleter. So, if this is implemented, the past deleted post would have no information about who deleted it.

venix12 commented 3 years ago

They are logged along with other forum moderation events in the Logs. Considering how the whole phpbb workflow is structured it would possibly make sense to add ability to display the forum post logs for the mods instead? (aka quickmod logs but on the new website)

RockRoller01 commented 3 years ago

Quickmod (at least currently) doesnt show which comment was deleted tho, not to mention it would be an extra page to open and cross reference when you want to check something.

gagahpangeran commented 3 years ago

They are logged along with other forum moderation events in the Logs. Considering how the whole phpbb workflow is structured it would possibly make sense to add ability to display the forum post logs for the mods instead? (aka quickmod logs but on the new website)

Actually this logs are viewable in admin page (and maybe accessible for admin user only, idk).

This is some example of this logs page in my local osu-web.

Screenshot from 2021-06-24 10-36-37

venix12 commented 3 years ago

Yes, this is admin-only.

venix12 commented 3 years ago

For what it's worth, I'm willing to work on importing the quickmod thing to the new website if deemed a way to go.

RockRoller01 commented 3 years ago

I thnk that requires an answer from @peppy