gosora/schema/mssql
Azareal ca80d0dd6f Began work on the Nox Theme.
Removed the Tempra Cursive Theme.
You can now do bulk moderation actions with Shadow.

Added:
Argon2 as a dependency.
The EmailStore.
The ReportStore.
The Copy method to *Setting.
The AddColumn method to the query builder and adapters.
The textarea setting type.
More logging to better debug issues.
The GetOffset method to the UserStore.

Removed:
Sortable from Code Climate's Analysis.
MemberCheck and memberCheck as they're obsolete now.
The obsolete url_tags setting.
The BcryptGeneratePasswordNoSalt function.
Some redundant fields from some of the page structs.

Revamped:
The Control Panel Setting List and Editor.

Refactored:
The password hashing logic to make it more amenable to multiple hashing algorithms.
The email portion of the Account Manager.
The Control Panel User List.
The report system.
simplePanelUserCheck and simpleUserCheck to remove the duplicated logic as the two do the exact same thing.

Fixed:
Missing slugs in the profile links in the User Manager.
A few template initialisers potentially reducing the number of odd template edge cases.
Some problems with the footer.
Custom selection colour not applying to images on Shadow.
The avatars of the bottom row of the topic list on Conflux leaking out.

Other:
Moved the startTime variable into package common and exported it.
Moved the password hashing logic from user.go to auth.go
Split common/themes.go into common/theme.go and common/theme_list.go
Replaced the SettingLabels phrase category with the more generic SettingPhrases category.
Moved a load of routes, including panel ones into the routes and panel packages.
Hid the notifications link from the Account Menu.
Moved more inline CSS into the CSS files and made things a little more flexible here and there.
Continued work on PgSQL, still a ways away.
Guests now have a default avatar like everyone else.
Tweaked some of the font sizes on Cosora to make the text look a little nicer.
Partially implemented the theme dock override logic.
Partially implemented a "symlink" like feature for theme directories.
... And a bunch of other things I might have missed.

You will need to run this update script / patcher for this commit.
Warning: This is an "unstable commit", therefore some things may be a little less stable than I'd like. For instance, the Shadow Theme is a little broken in this commit.
2018-05-27 19:18:29 +10:00
..
inserts.sql Began work on the Nox Theme. 2018-05-27 19:18:29 +10:00
query_activity_stream.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_activity_stream_matches.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_activity_subscriptions.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_administration_logs.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_attachments.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_emails.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_forums.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_forums_permissions.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_likes.sql 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
query_menu_items.sql Don't forget the schema files. 2018-05-16 21:27:06 +10:00
query_menus.sql Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
query_moderation_logs.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_pages.sql Began work on the Nox Theme. 2018-05-27 19:18:29 +10:00
query_plugins.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_polls.sql Added support for polls, minus the results UI, we're planning to have a nice little chart for this. 2018-01-27 07:30:44 +00:00
query_polls_options.sql You can now view the results of polls. 2018-01-28 14:30:24 +00:00
query_polls_voters.sql Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
query_polls_votes.sql We now show requests to non-existent routes on the Route Analytics Page. 2018-01-26 05:53:34 +00:00
query_postchunks.sql Added the post counter and the associated Control Panel graph. 2018-01-14 12:03:20 +00:00
query_registration_logs.sql Added the registration logs. 2018-05-16 20:46:14 +10:00
query_replies.sql Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
query_revisions.sql /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
query_settings.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_sync.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_themes.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_topicchunks.sql Added the global topic counter and associated graphs. 2018-01-18 12:31:25 +00:00
query_topics.sql Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
query_users.sql 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
query_users_groups.sql /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
query_users_groups_scheduler.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_users_replies.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_viewchunks.sql 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
query_viewchunks_agents.sql 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
query_viewchunks_forums.sql Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
query_viewchunks_langs.sql Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
query_viewchunks_referrers.sql Added referrer analytics. You can now see what site a visitor has come from. 2018-02-05 10:29:13 +00:00
query_viewchunks_systems.sql We now have analytics for the operating systems used by users. 2018-02-04 08:15:20 +00:00
query_widgets.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00
query_word_filters.sql Gosora now supports MSSQL (Microsoft SQL Server). 2017-10-16 08:32:58 +01:00