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
|
b655654acb
|
prefix unused vars
|
2022-03-24 18:44:39 +01:00 |
|
Luna D
|
26deaaf588
|
approval queue stuff
|
2022-03-24 18:44:39 +01:00 |
|
Luna D
|
eeb2f851e0
|
post and comment approval
|
2022-03-24 18:44:38 +01: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[]
|
75be0794c0
|
remove controller reindex from posts, tags, reports
|
2020-12-12 17:06:26 -05:00 |
|
liamwhite
|
653fd0a4af
|
hCaptcha (#19)
|
2020-09-12 13:43:16 -04: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[]
|
f847c560b1
|
prevent post deletion from jumping back to the first page
|
2019-12-23 09:25:11 -05:00 |
|
byte[]
|
10707cd92d
|
autoclose reports when reportable item is deleted
|
2019-12-17 11:45:22 -05:00 |
|
byte[]
|
7ee4934e8f
|
page titles
|
2019-12-16 14:24:38 -05:00 |
|
byte[]
|
e5266db21e
|
add loader plugs
|
2019-12-14 14:46:50 -05:00 |
|
Luna D
|
37be32f2b2
|
finish topic moving
|
2019-12-14 11:43:26 -05:00 |
|
byte[]
|
54be9dfa5d
|
routing, control flow and whitespace fixes
|
2019-12-11 23:41:33 -05:00 |
|
Luna D
|
4e5a29e6fb
|
post hiding, destroying, and a few fixes
|
2019-12-11 18:58:00 -05:00 |
|
byte[]
|
76de12d69d
|
post versions
|
2019-12-06 08:58:34 -05:00 |
|
byte[]
|
2bc39e8416
|
comment and post reporting
|
2019-12-04 08:13:10 -05:00 |
|