Skip to content

Latest commit

 

History

History
261 lines (239 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

261 lines (239 loc) · 10.9 KB

Change Log

v0.6.0 (2017-11-08)

  • Added an admin menu.
  • Added a button for locking wiki pages.
  • Added Atom feed for featured forums and individual forums.
  • Added CAPTCHA on password reset form.
  • Added CSS class for all page headings.
  • Added forum bans.
  • Added maintenance mode that can be toggled via a command.
  • Added moderation log.
  • Added multi-forum view.
  • Added pretty error pages.
  • Added recent changes page for wiki.
  • Added `.single-comment-alert' to container that shows warnings about viewing a single comment.
  • Added source code viewer for themes.
  • Added submission locking.
  • Added syntax highlighting.
  • Added navigation tabs to user pages.
  • Added unlinked 'recent comments' page.
  • Added user biographies.
  • Added user blocking.
  • Added user settings for choosing a preferred theme.
  • Added user setting to choose if links are opened in a new tab.
  • Bind forms to data transfer objects (DTOs) instead of entities.
  • Bumped minimum PHP version to 7.0.8/7.1.3.
  • Changed the alert animation.
  • Don't order by sticky in new/top/controversial sorting modes.
  • Don't store IP addresses of trusted users.
  • Don't show thumbnails on tiny screens.
  • Fixed 500 errors that could occur when hitting 'IP ban' on deleted posts.
  • Fixed authorisation issues that occurred when roles change during a session.
  • Fixed being unable to ban IPv6 addresses with CIDR mask.
  • Fixed issue where changing from an upvote to a downvote or vice versa wouldn't update a submission's ranking.
  • Fixed issue where disabling 'show custom stylesheets' wouldn't include the built-in stylesheets on the page.
  • Fixed privilege escalation issue where everyone could sticky a thread or post as moderator.
  • Fixed remaining logged in when passwords changed.
  • Fixed typos in Spanish translation.
  • Fixed word-wrapping in <pre> tags.
  • Improve how private messages are displayed.
  • Increase max size of wiki bodies.
  • Log out on password change.
  • Made forum bans public.
  • Made forum-related route paths more consistent.
  • Mark CSS responses immutable.
  • Move away from raddit: namespace in commands.
  • Moved the submission deletion from the edit form to the submission nav.
  • Refactor most entities to not include validation constraints and add a constructor which ensures the entities are always valid.
  • Refactored route definitions and removed template namespaces.
  • Refactor some entities to use UUIDs instead of auto-incrementing integers as their primary key.
  • Removed broken 2FA.
  • Revamped the entire ban system.
    • Added user bans in addition to IP bans.
    • Trusted users are checked for user bans.
    • Untrusted users are checked for user bans and IP bans.
    • Logged out users are checked for IP bans.
  • Replaced 'stylesheets' with 'themes'.
    • Have separate fields for common, day & night CSS.
    • Make themes version controlled.
  • Optimise performance by removing redundant Twig blocks in the vote widget.
  • Optimise submission listings by pre-hydrating a number of associations, drastically reducing the number of SQL queries made.
  • Restrict wiki editing to trusted users and users that signed up over 24 hours ago.
  • Set width and height on SVG icons.
  • Updated Portuguese, Spanish translations.
  • Updated the submission ranking algorithm to account for the number of comments and make downvotes count for something.
  • Updated to Symfony 3.4.
  • Use the select2 library for the forum selection box on the submit page.

v0.5.1 (2017-08-09)

  • Add titles/headings to pages where this was missing.
  • Fix bug where the stylesheet of a forum couldn't be changed if the forum lacked a description.
  • Remove superfluous margin from submissions.

v0.5.0 (2017-08-04)

  • Added autocomplete="new-password" to password fields when editing user accounts.
  • Added CAPTCHA to registration form.
  • Added a command that prunes IP addresses on many entities, optionally after they reach a provided age.
  • Added (buggy) two-factor authentication for admins only.
  • Added combined view of comments ands
  • Added custom CSS.
  • Added Dutch, Finnish, German, Greek and Portuguese (Brazilian) translations.
  • Added explanation of the various user form fields.
  • Added Flysystem for submission thumbnails as part of push for multi-server support.
  • Added forum categories.
  • Added honeypot fields to fool spam bots.
  • Added icons to the user menu.
  • Added 'night mode', a dark stylesheet that's supposedly easier on the eyes.
  • Added mod/admin flags.
  • Added Open Graph support
  • Added the option to serve assets over a CDN.
  • Added private messaging.
  • Added sorting options for forum list.
  • Added strikethrough support via ~~ syntax.
  • Added 'trusted' users.
  • Added URL slugs for submissions.
  • Added wiki.
  • Allow trailing slashes for all routes.
  • Automatically subscribe to forums when you create them.
  • Began using BEM naming conventions for page elements.
  • Began refactoring translation key names.
  • Bumped the minimum PostgreSQL version to 9.3.
  • Check for user bans on login.
  • Don't allow new users to create forums.
  • Fixed 'clear inbox' button potentially removing unseen entries.
  • Fixed /f/{forum_name} being case-sensitive.
  • Fixed mistake in English language pack.
  • Fixed wrong permissions being set on submission images.
  • Go back to page 1 when switching between front page listings.
  • Keep track of when a submission or comment was edited.
  • Keep track of when a user last logged in.
  • Linkify /f/<forum> and /u/<username> in Markdown.
  • Lock submissions/comments for furthering editing once they've been edited by a moderator.
  • Login automatically upon registration.
  • Notify user when their submission or comment is replied to.
  • Preload some assets with HTTP/2 Server Push.
  • Rate limit submissions for untrusted users.
  • Refactored the entire frontend asset build system.
  • Removed .htaccess files as PHP-FPM is the preferred way to run the software.
  • Renamed the 'description' field when creating/editing forums to 'sidebar' and added an actual description field.
  • Replaced the stock favicons.
  • Rotate log files in production.
  • Upgraded to Symfony 3.3, Swiftmailer 6.
  • Use APCu caching for Doctrine queries & metadata in production.
  • Use environment variables for parameters.
  • Use SVG icons instead of an icon fonts.
  • Various fixes for bugs and consistency.
  • Various UI improvements.

v0.4.1 (2017-05-23)

  • Added Esperanto and Spanish translations.
  • Added Markdown preview.
  • Added page for adding moderators.
  • Added page for viewing submissions across all forums.
  • Collapse navbar margins on small screen sizes.
  • Fixed bug preventing deletion of forums.
  • Fixed bug preventing moderators from editing submissions.
  • Fixed nasty bug resulting in invalid entities being persisted to the database.
  • Use the correct page title on submission pages.
  • Use a web font for voting arrows since Unicode arrows are inconsistent across platforms.

v0.4.0 (2017-05-09)

  • Added ability for users to select their preferred locale.
  • Added featured forums for logged-out users and users without subscriptions.
  • Added footer which displays the software name and version.
  • Added forum directory.
  • Added forum subscriptions.
  • Added IP bans.
  • Added link to Markdown help.
  • Added moderator list page.
  • Added Norwegian translation.
  • Added pagination for front page and forum indexes.
  • Added separate page for user settings.
  • Added sticky posts for forums.
  • Added 'Submit' links everywhere. Clicking them within a forum makes that forum selected in the submission form.
  • Added thumbnails for link submissions.
  • Display host part of URL next to link submission titles.
  • Fetch title of URL in submission form via Ajax.
  • Keep track of IP addresses when submitting/commenting/voting.
  • Keep track of time a moderator was given their privileges.
  • Keep users logged in past session expiration.
  • Load comment forms in-line via Ajax.
  • Miscellaneous UI & backend fixes.
  • Parsed Markdown is no longer stored in the database. Instead, it is parsed on demand and cached for 24 hours.
  • Refactor submissions table to store the ranking.
  • Remove required email address when registering.
  • Replaced the popular submission ranking algorithm with one that makes sense.
  • Revamped form styling.
  • Rewrote fixtures.

v0.3.1 (2017-04-11)

  • Fixed recursion bug in JS which would make the browser consume 100% CPU.
  • Fixed nasty bug where submitting the user form without a password would erase the existing password.

v0.3.0 (2017-03-26)

  • Bumped the minimum PHP version to 7.0 as 5.6 is no longer supported.
  • Much future-proofing and many improvements to frontend assets.
    • webpack/gulp-based build system.
    • JS is written in ES2015 and transpiled to ES5 on build.
    • jQuery is used for DOM manipulation & traversal, and Ajax calls.
    • Individual JS 'plugins' are now reusable and can be applied to e.g. new DOM elements created after an Ajax request.
    • CSS rules have been grouped into files.
    • Many style improvements have been made.
  • Added the ability to edit:
    • Comments
    • Forums
    • Submissions
    • User accounts
  • Added the ability to remove:
    • Forums
    • Submissions
  • Added a dropdown menu for user actions.
  • Added the ability to create user accounts via the command line.
  • Remove the distinction between 'Post submissions' and 'URL submissions'.
  • Show notices when certain actions are performed.
  • Users can now be administrators.
    • Added an --admin option to the raddit:add-user command.
  • Users can now reset their passwords via email.
  • Voting on posts via Ajax (non-JS fallback still available.)

v0.2.0 (2017-01-06)

  • Sort comments by descending net score.
  • Usernames and forum names must now be case-insensitively unique. Duplicates are renamed upon running database migrations.
  • Ability to delete comments.
    • Users can delete their own comments, but they will not disappear entirely if they have replies. These partially deleted comments are to be called soft-deleted, i.e. their entry remains in the database, but the comment body is blanked out.
    • Forum moderators and site administrators can delete comments in their respective realms. If a comment has replies, they can choose to delete the entire comment thread, or to merely soft-delete the original post.

v0.1.2 (2017-01-02)

  • Make use of Doctrine migrations.
  • Add missing 'create forum' link in the menu on the front page.
  • Add a form theme and CSS so all forms look OK.
  • Have rel="nofollow added to link elements in user-submitted Markdown.
  • Update fixtures to have the author upvote their contributions.

v0.1.1 (2016-12-29)

  • Added the ability for the user to choose how to sort submission listings.
  • Minor accessibility improvement to voting buttons.
  • Block undesired embedding of external resources in user-submitted Markdown. External embedding was never intended to be allowed in the first place.
  • Autolinkify URLs in user-submitted Markdown.
  • Have target="_blank" and rel="noreferrer" added to link elements in user-submitted Markdown.

v0.1.0 (2016-12-28)

  • First release.