Changelog
2016-01-14
Fixed PayPal redirect not using HTTPS.
Removed the bundled Sock Chat integration along with the integrations folder.
Display the logged IPs and e-mail of users on their profiles for moderators.
Made the notification sound less loud.
2016-01-10
Made the banned avatar be displayed for banned users.
Added (ghetto) restricted mode toggle.
Fully implemented forum permissions.
Added forum moderation tools.
Made thread locking effective.
Changed the announcement thread icon.
Removed the refresh button from the thread view.
Fixed errors in the post deletion code.
Fixed the post editor never displaying errors.
2016-01-09
Removed the `sakura_posts.post_signature` column.
Fixed post editing.
Fixed news posts in different categories (I honestly forgot this was a feature) not linking to their posts properly.
Implemented checking if an e-mail address has already been used by someone else.
Replaced the action/activation code backend.
Fixed `require_activation` having the opposite result.
2016-01-06
Added a check if connection over HTTPS is possible when connecting over HTTP.
Removed the cookie message.
2016-01-04
Fixed a few misreferences to the User class.
Renamed all *.tpl to *.twig to make them recognised properly.
Fixed non-existent user profiles being displayed.
Moved the part of the registration function that handles user creation to the User class.
2016-01-03
Renamed `forums_permissions` table to `forum_permissions`.
Revamped the ranks backend.
2016-01-02
Added editor.tpl.
Removed the siteTags implode from sakura.php and used twig's `join()` instead.
Fixed forum permission inheritance.