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 |
|
byte[]
|
14cfb3b06e
|
Fix error on user update form
|
2021-12-19 11:54:21 -05:00 |
|
Luna D
|
0f1b5644c1
|
fix unmatches clause
|
2021-11-12 19:51:24 +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 |
|
Luna D
|
c806b08f0f
|
redirect to profile path upon user edit instead
|
2020-09-12 11:45:42 -04:00 |
|
byte[]
|
be520b1d7c
|
unsubscribe users from privileged topics when their role is updated, fixes #30
|
2020-04-29 23:05:19 -04:00 |
|
byte[]
|
ed44160603
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
|
byte[]
|
b4fbec1f66
|
more stringent on user indexing
|
2019-12-19 20:33:24 -05:00 |
|
byte[]
|
7ee4934e8f
|
page titles
|
2019-12-16 14:24:38 -05:00 |
|
byte[]
|
f8431cb1c2
|
admin users and roles
|
2019-12-15 21:21:14 -05:00 |
|