gosora/common
Azareal 7be011a30d Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json
The topic list cache can handle more groups now, but don't go too crazy with groups (e.g. thousands of them).

Make the suspicious request logs more descriptive.
Added the phrases API endpoint.
Split the template phrases up by prefix, more work on this coming up.
Removed #dash_saved and part of #dash_username.
Removed some temporary artifacts from trying to implement FA5 in Nox.
Removed some commented CSS.
Fixed template artifact deletion on Windows.
Tweaked HTTPSRedirect to make it more compact.
Fixed NullUserCache not complying with the expectations for BulkGet.
Swapped out a few RunVhook calls for more appropriate RunVhookNoreturn calls.
Removed a few redundant IsAdmin checks when IsMod would suffice.
Commented out a few pushers.
Desktop notification permission requests are no longer served to guests.
Split topics.html into topics.html and topics_topic.html
RunThemeTemplate should now fallback to interpreted templates properly when the transpiled variants aren't avaialb.e
Changed TopicsRow.CreatedAt from a string to a time.Time
Added SkipTmplPtrMap to CTemplateConfig.
Added SetBuildTags to CTemplateSet.
A bit more data is dumped when something goes wrong while transpiling templates now.
topics_topic, topic_posts, and topic_alt_posts are now transpiled for the client, although not all of them are ready to be served to the client yet.
Client rendered templates now support phrases.
Client rendered templates now support loops.
Fixed loadAlerts in global.js
Refactored some of the template initialisation code to make it less repetitive.
Split topic.html into topic.html and topic_posts.html
Split topic_alt.html into topic_alt.html and topic_alt_posts.html
Added comments for PollCache.
Fixed a data race in the MemoryPollCache.
The writer is now closed properly in WsHubImpl.broadcastMessage.
Fixed a potential deadlock in WsHubImpl.broadcastMessage.
Removed some old commented code in websockets.go

Added the DisableLiveTopicList config setting.
2018-06-24 23:49:29 +10:00
..
alerts Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
counters UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
gauth Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
templates Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
alerts.go Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
attachments.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
audit_logs.go Added the registration logs. 2018-05-16 20:46:14 +10:00
auth.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
common.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
email.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
email_store.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
errors.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
extend.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
files.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
forum.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
forum_perms.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
forum_perms_store.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
forum_store.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
group.go The patcher (schema updating part of the updater) finally works, yay. 2018-04-23 22:08:31 +01:00
group_store.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
ip_search.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
menu_item_store.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
menu_store.go You can now reorder menu items by dragging them around in the menu item manager. 2018-05-13 16:56:59 +10:00
menus.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
mfa_store.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
misc_logs.go Added the registration logs. 2018-05-16 20:46:14 +10: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
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
null_topic_cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
null_user_cache.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
page_store.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
pages.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
parser.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
permissions.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
phrases.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10: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
poll_cache.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
poll_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
profile_reply.go You can now change someone's group again. 2018-05-28 16:27:12 +10:00
profile_reply_store.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
reply.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
reply_store.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
report_store.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
routes_common.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
settings.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
site.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
statistics.go Added Chartist as a dependency. 2017-12-30 05:47:46 +00:00
subscription.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
tasks.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
template_init.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
theme.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
theme_list.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
thumbnailer.go Cosora shouldn't warp on large screens now. Control Panel looks a little off over a thousand now, this is going to be fixed in the following commit. 2018-01-23 10:48:44 +00:00
topic.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
topic_cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
topic_list.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
topic_store.go Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
user.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
user_cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
user_store.go Build artifacts are now cleaned up on Windows too. 2018-06-06 16:13:55 +10:00
utils.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
websockets.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
widgets.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10: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