gosora/routes
Azareal 8252c481df Updated the codebeat and codeclimate config files.
Renamed the pre_render_view_forum hook to pre_render_forum.
Renamed the pre_render_ips hook to pre_render_ip_search.
Renamed routeTopicCreate to CreateTopic and moved it into /routes/topic.go
Moved three routes into /routes/user.go
Renamed routeIps to IPSearch and moved it into /routes/moderate.go
Moved the IP Search logic out of the route and into the DefaultIPSearcher.
Added InQ() to the select builders and replaced three hand-rolled queries with it.
De-duplicated some pagination logic.
2018-01-21 11:17:43 +00:00
..
panel Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
moderate.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
reply.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
topic.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
user.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00