Luna D
|
dfeefb1651
|
Commands:
git grep -l 'defp log_details(_conn' | xargs sed -i -e 's/defp log_details(_conn, /defp log_details(/g'
git grep -l '&log_details/3' | xargs sed -i -e 's|\&log_details/3|\&log_details/2|g'
|
2024-06-23 10:45:31 -04:00 |
|
Liam
|
c1fcfe1f6c
|
find lib/ -name '*.ex' -exec sed -i 's|defp log_details(conn, |defp log_details(_conn, |g' {} \;
|
2024-06-01 22:28:32 -04:00 |
|
Liam
|
e84d451c2b
|
mix convert_to_verified_routes && mix format
|
2024-06-01 22:28:32 -04:00 |
|
Luna D
|
9f4b8c3556
|
import helper instead of calling plug directly
|
2021-11-08 14:45:19 +01:00 |
|
Luna D
|
f555c337ea
|
basic moderation logs
|
2021-11-07 19:51:55 +01:00 |
|
byte[]
|
90830d361b
|
propagate hiding user on reports
|
2020-09-07 14:52:52 -04:00 |
|
byte[]
|
ed44160603
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
|
byte[]
|
10707cd92d
|
autoclose reports when reportable item is deleted
|
2019-12-17 11:45:22 -05:00 |
|
Luna D
|
a2b3817d5a
|
comment hiding
|
2019-12-10 15:29:48 -05:00 |
|