aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/staff/logs.html (follow)
Commit message (Collapse)AuthorAgeLines
* Add message ID to delete logsGravatar ChrisJL2022-05-07-1/+1
|
* Invert Deleted Message Log OrderGravatar Hassan Abouelela2022-04-23-1/+1
| | | | | | | | Inverts the order messages are displayed in on the logs page to match the order they would be displayed in on discord (and how they would be read) Signed-off-by: Hassan Abouelela <[email protected]>
* git # This is a combination of 2 commits.Gravatar Izan2022-02-24-2/+6
| | | | Add channel ID to message deletion logs
* Merge branch 'master' into deleted-messages-visible-line-endingsGravatar Joseph2020-02-02-0/+5
|\
| * Show attachments in staff logsGravatar Akarys422019-10-28-0/+5
| |
* | Make newlines visible in deleted messagesGravatar Sebastiaan Zeeff2019-10-31-2/+2
|/ | | | | | | | | | | | | | | | | https://github.com/python-discord/site/issues/302 This commit makes newlines in deleted messages visible in the deleted messages front-end and makes sure they are not stripped during the conversion to HTML. To represent newlines, I've chosen a commonly used symbol: `↵`. In addition, I've kaizened the colour filter that translates integer representations of colours to their RGB hex-value. The Discord dark theme shows black colours (int: 0; hex: #000000) as white instead, to make reading them against the dark background easier. This commit makes sure our front-end displays the same behavior. This closes #302
* Changing LogView to DetailView, as per Volcy's reviewGravatar Sebastiaan Zeeff2019-08-24-3/+3
|
* Fixing inconsistent indentation style in logs template and logs cssGravatar Sebastiaan Zeeff2019-08-23-66/+67
|
* Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff2019-08-23-1/+75
| | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order.
* Adding message display to frontendGravatar Sebastiaan Zeeff2019-08-23-9/+16
|
* Adding initial staff app to DjangoGravatar Sebastiaan Zeeff2019-08-23-0/+15