1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-04 20:16:24 -07:00
gochan/pkg/manage
deepsource-autofix[bot] 4b7f371574
refactor: unused parameter should be replaced by underscore
Unused parameters in functions or methods should be replaced with `_`
(underscore) or removed.
2024-02-07 05:54:09 +00:00
..
actions.go Refactor manage function callbacks into their own separate functions 2024-02-06 21:46:42 -08:00
actionsAdminPerm.go refactor: unused parameter should be replaced by underscore 2024-02-07 05:54:09 +00:00
actionsJanitorPerm.go refactor: unused parameter should be replaced by underscore 2024-02-07 05:54:09 +00:00
actionsModPerm.go refactor: unused parameter should be replaced by underscore 2024-02-07 05:54:09 +00:00
actionsNoPerm.go refactor: unused parameter should be replaced by underscore 2024-02-07 05:54:09 +00:00
announcements.go Add announcement functionality 2023-09-03 16:48:42 -07:00
bans.go Replace IP field of IPBan with RangeStart and RangeEnd 2023-12-28 23:06:44 -08: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
preload.go Replace IP field of IPBan with RangeStart and RangeEnd 2023-12-28 23:06:44 -08:00
util.go Remove unused manage_config.html template and function, add manage_announcements.html 2023-09-03 00:48:12 -07:00