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[]
|
7736cb041f
|
don't automatically tag 'featured image' (furbooru/philomena#33)
|
2020-09-14 20:20:10 -04:00 |
|
byte[]
|
4b86e783ef
|
you have to halt the plug pipeline explicitly
|
2020-05-04 03:18:36 -04:00 |
|
byte[]
|
a74e7e9170
|
image mod tools
|
2019-12-16 00:25:06 -05:00 |
|