1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 12:36:23 -07:00
gochan/pkg/manage
2025-05-08 21:45:08 -07:00
..
actions.go Fix dashboard not showing all available actions 2025-05-08 21:07:11 -07:00
actionsAdminPerm.go Separate staff account password changing from rank changing, add staff callback function tests 2025-05-01 14:54:10 -07:00
actionsJanitorPerm.go Update tests involving staff creation 2025-05-08 17:15:01 -07:00
actionsModPerm.go Rebuild board if a ban adds a ban message to a post 2025-05-08 21:45:08 -07:00
actionsNoPerm.go Redirect to manage action (if specified) on login 2025-03-07 16:13:57 -08:00
announcements.go Fix changes suggested by sqlclosecheck 2024-05-24 16:10:07 -07:00
bans.go Add ability to leave public "USER WAS BANNED FOR THIS POST" message, with mod-customizable text 2025-04-29 22:29:21 -07:00
bans_test.go Add ability to leave public "USER WAS BANNED FOR THIS POST" message, with mod-customizable text 2025-04-29 22:29:21 -07:00
filters.go Use fmt.Errorf and %w for unwrappable errors 2025-01-10 17:33:19 -08:00
formvals.go Make board creation work with new API 2022-12-05 16:18:19 -08:00
handler.go Separate staff account password changing from rank changing, add staff callback function tests 2025-05-01 14:54:10 -07:00
lua.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
manage_test.go Update tests involving staff creation 2025-05-08 17:15:01 -07:00
reports.go Add text formatting classes and update report handling logic to dismissing in bulk 2025-03-28 21:55:15 -07:00
util.go Add struct for /manage callback testing and a login test 2025-04-25 16:17:10 -07:00