gosora/common
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
..
templates Overhauled the widget system. You can now specify more complex logic for where a widget can show up and you can now place widgets in the footer. 2017-11-29 02:34:02 +00:00
audit_logs.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
auth.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
cache.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
common.go We now track global user agent stats and have a currently simple Control Panel interface for that. 2018-01-09 07:39:29 +00:00
counters.go Added the global topic counter and associated graphs. 2018-01-18 12:31:25 +00:00
email.go The Cosora Theme is almost complete and is being rolled out on the site to demo it. 2017-12-19 03:53:13 +00:00
errors.go Fixed the forum editor on Cosora. More excavating coming up. 2017-12-26 07:17:26 +00:00
extend.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
files.go Refactored the error handlers. 2017-12-01 02:04:29 +00:00
forum.go Added a time graph for individual user agents. 2018-01-10 03:32:48 +00:00
forum_perms.go You can now bulk move topics from one forum to another. 2018-01-15 08:24:18 +00:00
forum_perms_store.go Added a time graph for individual user agents. 2018-01-10 03:32:48 +00:00
forum_store.go Fixed the forum editor on Cosora. More excavating coming up. 2017-12-26 07:17:26 +00:00
group.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
group_store.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
ip_search.go Updated the codebeat and codeclimate config files. 2018-01-21 11:17:43 +00:00
module_ottojs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
null_topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
null_user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
pages.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
parser.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
permissions.go You can now bulk move topics from one forum to another. 2018-01-15 08:24:18 +00:00
phrases.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
pluginlangs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
profile_reply.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
profile_reply_store.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
reply.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
reply_store.go Converted more queries over to the new OO builder syntax. 2017-11-12 03:29:05 +00:00
routes_common.go You can now bulk move topics from one forum to another. 2018-01-15 08:24:18 +00:00
settings.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
site.go Made some minor tweaks. 2017-12-22 03:32:23 +00:00
statistics.go Added Chartist as a dependency. 2017-12-30 05:47:46 +00:00
tasks.go Renamed the pre_render_panel_mod_log pre-render hook to pre_render_panel_modlogs. 2018-01-11 08:03:17 +00:00
template_init.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
themes.go Made some minor tweaks. 2017-12-22 03:32:23 +00:00
topic.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
topic_list.go Fixed the forum editor on Cosora. More excavating coming up. 2017-12-26 07:17:26 +00:00
topic_store.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
user.go You can now filter analytics graphs by a day, twelve hours and six hours. 2018-01-08 08:53:51 +00:00
user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
user_store.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
utils.go Profiles are less broken now. 2017-12-24 07:38:46 +00:00
widgets.go Made a huge amount of progress on the Cosora Theme in the Control Panel, it's almost ready for deployment. 2017-12-10 03:43:30 +00:00
word_filters.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00