gosora/templates
Azareal f8f46b3c48 Added support for two-factor authentication.
Added the Account Dashboard and merged a few account views into it.
BREAKING CHANGE: We now use config/config.json instead of config/config.go, be sure to setup one of these files, you can config_default.json as an example of what a config.json should look like. If you don't have an existing installation, you can just rely on the installer to do this for you.

CSS Changes (does not include Nox Theme):
Sidebar should no longer show up in the account manager in some odd situations or themes.
Made a few CSS rules more generic.
Forms have a new look in Cosora now.

Config Changes:
Removed the DefaultRoute config field.
Added the DefaultPath config field.
Added the MaxRequestSizeStr config field to make it easier for users to input custom max request sizes without having to use a calculator or figure out how many bytes there are in a megabyte.
Removed the CacheTopicUser config field.
Added the UserCache config field.
Added the TopicCache config field

Phrases:
Removed ten english phrases.
Added 21 english phrases.
Changed eleven english phrases.
Removed some duplicate indices in the english phrase pack.

Removed some old benchmark code.
Tweaked some things to make the linter happy.
Added comments for all the MemoryUserCache and MemoryTopicCache methods.
Added a comment for the null caches, consult the other caches for further information on the methods.
Added a client-side check to make sure the user doesn't upload too much data in a single post. The server already did this, but it might be a while before feedback arrives from it.
Simplified a lot of the control panel route code with the buildBasePage function.
Renamed /user/edit/critical/ to /user/edit/password/
Renamed /user/edit/critical/submit/ to /user/edit/password/submit/
Made some small improvements to SEO with a couple of meta tags.
Renamed some of the control panel templates so that they use _ instead of -.
Fixed a bug where notices were being moved to the wrong place in some areas in Cosora.
Added the writeJsonError function to help abstract writing json errors.
Moved routePanelUsers to panel.Users
Moved routePanelUsersEdit to panel.UsersEdit
Moved routePanelUsersEditSubmit to panel.UsersEditSubmit
Renamed routes.AccountEditCritical to routes.AccountEditPassword
Renamed routes.AccountEditCriticalSubmit to routes.AccountEditPasswordSubmit
Removed the routes.AccountEditAvatar and routes.AccountEditUsername routes.
Fixed a data race in MemoryTopicCache.Add which could lead to the capacity limit being bypassed.
Tweaked MemoryTopicCache.AddUnsafe under the assumption that it's not going to be safe anyway, but we might as-well try in case this call is properly synchronised.
Fixed a data race in MemoryTopicCache.Remove which could lead to the length counter being decremented twice.
Tweaked the behaviour of MemoryTopicCache.RemoveUnsafe to mirror that of Remove.
Fixed a data race in MemoryUserCache.Add which could lead to the capacity limit being bypassed.
User can no longer change their usernames to blank.

Made a lot of progress on the Nox theme.
Added modified FA5 SVGs as a dependency for Nox.
Be sure to run the patcher or update script and don't forget to create a customised config/config.json file.
2018-06-17 17:28:18 +10:00
..
overrides Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
account_menu.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit_email.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00: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
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 Added support for phrases in CSS files. 2018-03-11 09:33:49 +00: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 UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
forum.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
forums.html UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +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 Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
ip_search.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
login.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
login_mfa_verify.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
menu_alerts.html Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
menu_item.html Added the menu manager and menu item editor. 2018-05-11 15:41:51 +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 Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
panel_adminlogs.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_agent_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_agents.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_forum_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_forums.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_lang_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_langs.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_posts.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_referrer_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_referrers.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_route_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_routes.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_system_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_systems.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_topics.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_analytics_views.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +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 Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_debug.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_forum_edit.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
panel_forum_edit_perms.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
panel_forums.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_group_edit.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
panel_group_edit_perms.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
panel_groups.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_inner_menu.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +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 Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_pages.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_pages_edit.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_plugins.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_reglogs.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_setting.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_settings.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +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 Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_themes_menus_item_edit.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_themes_menus_items.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_user_edit.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
panel_users.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
panel_word_filters.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
profile.html 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
profile_comments_row.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
register.html Added a couple of simple anti-spam measures. 2018-05-31 16:51:31 +10:00
topic.html Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
topic_alt.html Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
topics.html UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +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_simple.html Added support for word filters. 2017-08-27 10:33:45 +01:00