1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-26 23:06:25 -07:00
gochan/pkg/manage
deepsource-autofix[bot] 1d92be6f63
refactor: unused parameter should be replaced by underscore
Unused parameters in functions or methods should be replaced with `_`
(underscore) or removed.
2023-05-22 15:57:55 +00:00
..
actions.go refactor: unused parameter should be replaced by underscore 2023-05-22 15:57:55 +00:00
actionsAdminPerm.go Log error in rebuild boards action if it fails 2023-05-13 09:07:48 -07:00
actionsJanitorPerm.go Split actions.go by rank requirement for staff 2023-04-13 10:45:30 -07:00
actionsModPerm.go Make automatic filename/checksum filtering via dropdown work 2023-04-28 14:44:00 -07:00
actionsNoPerm.go Split actions.go by rank requirement for staff 2023-04-13 10:45:30 -07:00
bans.go use current time for ban appeal and expiration timestamps to avoid timestamp issues 2023-03-30 08:23:52 -07:00
formvals.go Make board creation work with new API 2022-12-05 16:18:19 -08:00
handler.go Recover and log stack trace if panic is called in post or manage handler 2023-05-02 14:39:31 -07:00
util.go refactor: unused parameter should be replaced by underscore 2023-05-22 15:57:55 +00:00