gosora/common
Azareal 27a4a74840 You can now re-order forums by dragging them in the Forum Manager.
Added some visual and textual hints to make it clearer that Menu Items and Forums can be dragged.
Added a hint to flush the page after pushing the <head>
Added the notice client template and pushNotice client function.

Used a pointer instead of a struct for AnalyticsTimeRange in the analytics routes.
Caught a potential missing error check in InitPhrases.
Use struct{} instead of bool in some of the user mapping maps for WebSockets to save space.
Added the buildUserExprs function to eliminate a bit of duplication.
Fixed a typo in ForumsEdit where it referenced a non-existent notice phrase.
Client hooks can now sort of return things.
Panel phrases are now fetched by init.js, but only in the control panel.
Reduced the number of unused phrases loaded in both the front-end and the control panel.

Plugin hyperdrive should handle Gzip better now.

Added the panel.ForumsOrderSubmit route.

Added the panel_hints_reorder phrase.
Moved the panel_forums phrases into the panel. namespace.
Added the panel.forums_order_updated phrase.
Renamed the panel_themes_menus_item_edit_button_aria phrase to panel_themes_menus_items_edit_button_aria
Renamed the panel_themes_menus_item_delete_button_aria phrase to panel_themes_menus_items_delete_button_aria
Added the panel_themes_menus_items_update_button phrase.

You will need to run the patcher / updater for this commit.
2019-04-27 16:32:26 +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 Shorten the common namespaces in some areas to reduce the amount of boilerplate. 2019-04-19 16:36:26 +10:00
gauth Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
phrases You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
templates You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
alerts.go Variables which are computed multiple times in templates should only be computed once now. 2018-11-22 17:21:43 +10:00
attachments.go The attachment managers for replies are now rendered with client templates 2019-04-15 11:54:13 +10:00
audit_logs.go Improved the datetimes on the log pages. 2018-12-14 14:08:53 +10:00
auth.go Added support for password resets. 2019-03-11 18:47:45 +10:00
cache.go Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
common.go Use #container instead of .container for Cosora. 2019-04-08 17:50:41 +10:00
email.go Added support for password resets. 2019-03-11 18:47:45 +10:00
email_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
errors.go Defer setting headers to renderTemplate to avoid wasting resources for JSON requests and for future optimisations. 2019-04-19 19:34:16 +10:00
extend.go Hyperdrive should take Online User widget changes into account now. 2019-04-20 22:49:48 +10:00
files.go Avoid concatenating the style / script names with the hashes in AddScript, AddPreScriptAsync, AddScriptAsync and AddSheet to reduce the number of allocations. 2019-04-19 20:39:17 +10:00
forum.go You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
forum_perms.go Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
forum_perms_store.go Fixed a bug where forums inheriting from the group didn't appear on the forum list and the topic list. 2018-11-29 17:27:17 +10:00
forum_store.go You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
group.go Greatly reduced the number of w.Write calls in the generated templates. 2018-11-20 09:06:15 +10:00
group_store.go Greatly reduced the number of w.Write calls in the generated templates. 2018-11-20 09:06:15 +10:00
ip_search.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
menu_item_store.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
menu_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
menus.go You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
mfa_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
misc_logs.go Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
module_ottojs.go The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
null_topic_cache.go Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
null_user_cache.go Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
page_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
pages.go Avoid concatenating the style / script names with the hashes in AddScript, AddPreScriptAsync, AddScriptAsync and AddSheet to reduce the number of allocations. 2019-04-19 20:39:17 +10:00
parser.go Very basic non-image attachment embeds. 2019-04-16 21:45:55 +10:00
password_reset.go Added support for password resets. 2019-03-11 18:47:45 +10:00
permissions.go Moved the phrase logic to the phrases package. 2018-11-01 16:43:56 +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 We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
profile_reply.go You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
profile_reply_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
ratelimit.go Tighter ratelimiting for password resets. 2019-03-12 19:13:57 +10:00
reply.go Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
reply_store.go You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
report_store.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
routes_common.go You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
search.go Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
settings.go The settings should be validated properly now when they're updated. 2018-11-13 16:51:34 +10:00
site.go Added the LoosePort config.json setting. 2019-04-14 10:29:36 +10:00
statistics.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
subscription.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
tasks.go Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
template_init.go You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
thaw.go Only cache public attachments in the browser and CDNs. 2018-11-20 14:00:32 +10:00
theme.go Avoid concatenating the style / script names with the hashes in AddScript, AddPreScriptAsync, AddScriptAsync and AddSheet to reduce the number of allocations. 2019-04-19 20:39:17 +10:00
theme_list.go Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
thumbnailer.go Delete old avatar files to avoid dead files from building up in /uploads/ and potentially causing issues. 2019-03-05 14:46:43 +10:00
topic.go Attachments continue to function after the parent topic is moved now. 2019-04-13 21:54:22 +10:00
topic_cache.go Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
topic_list.go Fixed a bug where it would load too many forums for non-superadmins when the topic list is filtered. 2019-04-20 11:53:23 +10:00
topic_store.go Added support for password resets. 2019-03-11 18:47:45 +10:00
user.go Server push is back. But only for Chrome and Firefox. 2019-04-02 17:43:11 +10:00
user_cache.go 0.1.0 tag, checkpoint release. 2018-09-19 16:09:03 +10:00
user_store.go Added support for password resets. 2019-03-11 18:47:45 +10:00
utils.go Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
websockets.go You can now re-order forums by dragging them in the Forum Manager. 2019-04-27 16:32:26 +10:00
widget.go Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
widget_search_and_filter.go The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
widget_store.go Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
widget_wol.go Hyperdrive should take Online User widget changes into account now. 2019-04-20 22:49:48 +10:00
widget_wol_context.go Added the Online Users Context widget. 2019-01-22 22:06:55 +10:00
widgets.go Hyperdrive should take Online User widget changes into account now. 2019-04-20 22:49:48 +10:00
word_filters.go We now use Go 1.11 modules. This should help with build times, deployment and development, although it does mean that the minimum requirement for Gosora has been bumped up from Go 1.10 to Go 1.11 2018-10-27 13:40:36 +10:00
ws_hub.go Stop WebSockets from thawing the topic list. 2019-04-20 09:15:17 +10:00
ws_user.go Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00