1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-04 10:06:24 -07:00
gochan/pkg/manage
2025-04-25 16:17:10 -07:00
..
actions.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
actionsAdminPerm.go Use zerolog for logging to console (with few exceptions) for consistency 2025-03-29 14:04:43 -07:00
actionsJanitorPerm.go Show link to embed video on recent posts page, show thumbnail on front page 2025-03-29 23:39:42 -07:00
actionsModPerm.go Show filters in descending order on manage page 2025-04-24 15:50:32 -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 Clean up ban form to use blank duration for permaban 2025-04-24 20:18:27 -07:00
bans_test.go Clean up ban form to use blank duration for permaban 2025-04-24 20:18:27 -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 Merge branch 'audit-config-fields' 2025-03-07 23:24:57 -08: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
reports.go Add text formatting classes and update report handling logic to dismissing in bulk 2025-03-28 21:55:15 -07:00
testing_test.go Add struct for /manage callback testing and a login test 2025-04-25 16:17:10 -07:00
util.go Add struct for /manage callback testing and a login test 2025-04-25 16:17:10 -07:00