Skip to content

Phoenix 1.9.0

Compare
Choose a tag to compare
@carlbennett carlbennett released this 23 Aug 07:17
· 461 commits to phoenix since this release
phoenix-1.9.0
5e3ecc2

BNETDocs: Phoenix Release 1.9.0

  • e66220a Use filter_var instead of htmlspecialchars here
  • f325f69 Implement servers on user profile
  • 18ec0e9 Remove classic adjective
  • ee4815c Update donation page with PayPal and newer layout
  • 5411b4a Remove unused class use
  • b2bc833 Rename FrontPage to Welcome
  • 852337b Add discord_url to Welcome page model
  • 9e8bbd0 I don't know why this is executable
  • 503327b Fix Common class reference
  • 95a384f Add sorting to document index
  • 93c444f Add packet index sorting
  • 4c89ee9 Add packet type filter to packet index
  • 03478cd Add user id sort to document index
  • a2436f8 Add missing packet header label to packet index
  • 4326a4d Apply filter to packet index links at bottom
  • aaa5106 Make label wider on packet index
  • c31e3a0 Adjust navigation a little
  • 566c112 Add changing user profile biography
  • b54b4eb Show success message on biography update
  • a0096d9 Add too long error message if user tries to ab0se
  • 98740c7 Record biography_error to event_log
  • 7e8a581 Add tabindex to biography textarea
  • a4a78d2 Add facebook username to update profile page
  • c479994 Complete profile updating
  • fee7c1b Fix output error for website in user profile
  • 0ea9c6c Fix steam id always updating, fixes data type
  • 9362135 Allow steam username or id in profile
  • 7c74b77 Add discord username to user profile
  • cf83864 Fix non-existent user profiles and profile cache
  • 46c30db Fix three year bug with id/user_id in UserProfile
  • 7c1f3ba Fix null values on UserProfile when saving
  • 935386e Add note to user update page about avatars
  • 5a5c4ba Use www instead of en on gravatar url
  • b99b561 Update contributing guide with PHP 7.3
  • d606afe Fix broken link in contributing guide
  • 72e904f Use updated Vultr brand logo
  • cda7237 Remove unused reference
  • 6fa2d5f Add Discord server id to config
  • 7879e68 Add Discord page
  • 51e2696 Rearrange the navigation menu
  • b32ed91 Use Discord page instead of direct invite
  • f7dfb95 Merge branch 'develop' into phoenix
  • 0f6b2f3 Add smtp configuration to config
  • 1cc7e0c Alphabetize items
  • ef03903 Remove 5.5, 5.6, 7.0, add 7.2, 7.3
  • 422886d Check if username taken on register
  • 4e66c3e Merge branch 'origin/develop' into phoenix
  • 0c381ca Filter json through html escape sequences
  • 2883756 Add PHPMailer requirement
  • 64ba7a7 Remove own email classes
  • b6e0758 Send activation email when user is registered
  • c8ff176 Fix legal disclaimer in email footer
  • a2d4b3f Add verification token generator
  • 39f3884 Use better time resolution in password generator
  • db0d166 Add user id and verification token to registration
  • 3904043 Fix user object and id assignment
  • 1665413 Add StdClass class reference
  • 3c5c7b3 Set recipient name to their username
  • ccbdd03 Use state object in mail templates
  • a1d3665 Fix reset password email template styling
  • 9b56ca0 Add plaintext reset password template
  • 3c34650 Add initial user activation page
  • cf3e95b Implement user account activation
  • 4912314 Catch unhandled InvalidArgumentException
  • 420091e Merge branch 'feature/email' into develop
  • ff48ce3 Merge branch 'develop' into phoenix
  • ab9c5bb Add missing user id field to page
  • 20a55fe Invalidate token after using it not before
  • 8f541cb Change order of logged register/email sent events
  • 7259639 Implement password reset functionality
  • 36a4548 Validate anti-CSRF token in password reset form
  • 0f151d0 Use named recipient in from and reply-to
  • 6b8711b Merge branch 'develop' into phoenix
  • 62a7e58 Fix grammar 'staff has been' -> 'staff have been'
  • b5d5db8 Fix object reference assignment E_NOTICE error
  • bc93356 Merge branch 'develop' into phoenix
  • a24422e Fix pass by reference to BindParam
  • 5e3ecc2 Merge branch 'develop' into phoenix