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 |
|
Luna D
|
bb7aa0a124
|
Remove remaining conn usages from log_details
|
2024-06-23 10:45:14 -04:00 |
|
Liam
|
7667aec145
|
Fix invalid backwards range usage with String.slice
|
2024-06-02 00:02:37 -04:00 |
|
Liam
|
e69f1bf3fa
|
Fixup
|
2024-06-01 22:28:32 -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[]
|
84d784d33a
|
move reindex logic to context for reports, image creation
|
2020-05-07 23:15:43 -04:00 |
|
byte[]
|
ed44160603
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
|
byte[]
|
11e908ef14
|
batch tagger should resolve aliases and implications
|
2020-01-03 10:43:41 -05:00 |
|
byte[]
|
8f445e49f9
|
batch tagging
|
2019-12-16 17:11:16 -05:00 |
|