gosora/templates
Azareal e22ddfec40 Added support for password resets.
Sha256 hashes are now stored in the SFile structures, this will come of use later.
Rows should be properly closed in DefaultTopicStore.BulkGetMap.
All errors should be properly reported now in DefaultTopicStore.BulkGetMap.
Rows should be properly closed in DefaultUserStore.BulkGetMap.
All errors should be properly reported now in DefaultUserStore.BulkGetMap.
Don't have an account on the login page should now be linkified.
Renamed tempra-simple to tempra_simple to avoid breaking the template transpiler.
Fixed up bits and pieces of login.html on every theme.
Removed an old commented code chunk from template_init.go
widget_wol widgets should now get minified.
bindToAlerts() should now unbind the alert items before attempting to bind to them.
Tweaked the SendValidationEmail phrase.
Removed a layer of indentation from DefaultAuth.ValidateMFAToken and added the ErrNoMFAToken error for when MFA isn't setup on the specified account.
Email validation now uses a constant time compare to mitigate certain classes of timing attacks.

Added the /accounts/password-reset/ route.
Added the /accounts/password-reset/submit/ route.
Added the /accounts/password-reset/token/ route.
Added the /accounts/password-reset/token/submit/ route.
Added the password_resets table.

Added the password_reset_email_fail phrase.
Added the password_reset phrase.
Added the password_reset_token phrase.
Added the password_reset_email_sent phrase.
Added the password_reset_token_token_verified phrase.
Added the login_forgot_password phrase.
Added the password_reset_head phrase.
Added the password_reset_username phrase.
Added the password_reset_button phrase.
Added the password_reset_subject phrase.
Added the password_reset_body phrase.
Added the password_reset_token_head phrase.
Added the password_reset_token_password phrase.
Added the password_reset_token_confirm_password phrase.
Added the password_reset_mfa_token phrase.
Added the password_reset_token_button phrase.

You will need to run the updater or patcher for this commit.
2019-03-11 18:47:45 +10:00
..
overrides Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
account.html Added the login log. 2018-12-17 14:58:55 +10:00
account_logins.html 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
account_menu.html Added the login log. 2018-12-17 14:58:55 +10:00
account_own_edit.html Revamped the Nox Account Manager and Control Panel Menus. 2018-11-29 07:46:53 +10:00
account_own_edit_email.html Added the login log. 2018-12-17 14:58:55 +10:00
account_own_edit_mfa.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit_mfa_setup.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit_password.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_test.html Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
alert.html Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
are_you_sure.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
create_topic.html Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
custom_page.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
error.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
footer.html Added an experimental content security policy. 2019-02-24 18:02:00 +10:00
forum.html Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
forums.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
guilds_create_guild.html Refactored the GroupStore to make it more thread-safe. 2017-11-02 13:35:19 +00:00
guilds_css.html Renamed plugin_socialgroups to plugin_guilds 1/3 2017-11-02 04:12:51 +00:00
guilds_guild_list.html Refactored the GroupStore to make it more thread-safe. 2017-11-02 13:35:19 +00:00
guilds_member_list.html 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
guilds_view_guild.html 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
header.html shrink_main should work again. 2019-02-28 19:31:13 +10:00
ip_search.html Revamped the IP Search Page for Nox. 2018-12-06 21:09:10 +10:00
level_list.html Improved the level UI on the Account Dashboard. 2018-10-11 19:50:48 +10:00
login.html Added support for password resets. 2019-03-11 18:47:45 +10:00
login_mfa_verify.html Added support for password resets. 2019-03-11 18:47:45 +10:00
menu_alerts.html Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
menu_item.html Highlight the currently active zone in the menu for Nox. 2018-10-14 15:08:44 +10:00
notice.html Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
overview.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
paginator.html 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
panel_adminlogs.html 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
panel_analytics_agent_views.html 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
panel_analytics_agents.html 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
panel_analytics_forum_views.html 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
panel_analytics_forums.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_lang_views.html Added an experimental content security policy. 2019-02-24 18:02:00 +10:00
panel_analytics_langs.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_posts.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_referrer_views.html 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
panel_analytics_referrers.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
panel_analytics_route_views.html 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
panel_analytics_routes.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_script.html Email errors should be logged now. 2019-03-03 13:19:32 +10:00
panel_analytics_system_views.html 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
panel_analytics_systems.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_time_range.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_topics.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_analytics_views.html Deployed multi-series charts across the entirety of the analytics panel. 2019-02-24 11:29:06 +10:00
panel_are_you_sure.html 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
panel_backups.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_dashboard.html Basic proxy IP support. 2018-07-03 20:01:49 +10:00
panel_debug.html Added resource utilisation data to the Debug Page. 2018-08-16 15:27:26 +10:00
panel_forum_edit.html Revamped Cosora's Control Panel Menu. 2018-09-02 15:43:17 +10:00
panel_forum_edit_perms.html Revamped Cosora's Control Panel Menu. 2018-09-02 15:43:17 +10:00
panel_forums.html Revamped Cosora's Control Panel Menu. 2018-09-02 15:43:17 +10:00
panel_group_edit.html Localised the group ranks in the group editor. 2018-10-02 20:00:52 +10:00
panel_group_edit_perms.html Revamped Cosora's Control Panel Menu. 2018-09-02 15:43:17 +10:00
panel_groups.html 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
panel_inner_menu.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
panel_menu.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_modlogs.html 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
panel_pages.html Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
panel_pages_edit.html Pin Docker to 1.10 not the patch version, otherwise things could go horribly wrong. 2018-08-11 22:09:26 +10:00
panel_plugins.html Many HTML / CSS / Template changes. 2018-08-10 17:58:25 +10:00
panel_reglogs.html 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
panel_setting.html Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
panel_settings.html Revamped the IP Search Page for Nox. 2018-12-06 21:09:10 +10:00
panel_themes.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_themes_menus.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
panel_themes_menus_item_edit.html Many HTML / CSS / Template changes. 2018-08-10 17:58:25 +10:00
panel_themes_menus_items.html Fixed a bug where admins weren't able to reorder menu items. 2018-09-26 16:19:07 +10:00
panel_themes_widgets.html Fixed a bug where uninitialised widget docks wouldn't appear in the Widget Manager. 2019-01-22 22:42:46 +10:00
panel_themes_widgets_widget.html 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
panel_user_edit.html Added a missing form background for the User Editor in Nox. 2018-09-08 12:17:01 +10:00
panel_users.html 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
panel_word_filters.html Revamped the IP Search Page for Nox. 2018-12-06 21:09:10 +10:00
password_reset.html Added support for password resets. 2019-03-11 18:47:45 +10:00
password_reset_token.html Added support for password resets. 2019-03-11 18:47:45 +10:00
profile.html Tighten the content security policies for profiles. 2019-03-04 16:43:07 +10:00
profile_comments_row.html 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
profile_comments_row_alt.html 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
register.html Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
topic.html 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
topic_alt.html 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
topic_alt_posts.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
topic_alt_quick_reply.html The opening posts should be properly rendered after inline edits now. 2018-12-28 21:13:06 +10:00
topic_alt_userinfo.html The opening posts should be properly rendered after inline edits now. 2018-12-28 21:13:06 +10:00
topic_posts.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
topics.html 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
topics_mod_floater.html You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
topics_quick_topic.html 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
topics_topic.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
widget_about.html 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
widget_menu.html Added support for word filters. 2017-08-27 10:33:45 +01:00
widget_online.html Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
widget_search_and_filter.html 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
widget_simple.html 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