KevinJDurant / OpenTorrentSite

A modern torrent site template that is easy to setup with an intuitive GUI. Currently in development.
MIT License
59 stars 24 forks source link

Feature Update #34

Closed AzukaChan closed 2 years ago

AzukaChan commented 2 years ago

Theme Support

Users can now change the themes from the preferences menu. The CSS behind the dark theme could use a touch up for sure since I'm too lazy to actually make the themes, but testing and working properly.

Update Account Info

Users can now change their email and password associated with their account from the new "Account Information" menu. Will move the scripts to a move appropriate place in a future update. Security is based on the existing $userid = $_SESSION["userid"]; so it should be fine, but maybe as a Christmas miracle BigKev could have a look and let me know if it sucks.

Configurable Torrent/Comment Count

Host can now change the amount of torrents/comments that are displayed in their respective sections by editing lines 24 and 25 in config\plugins.ini

Updated SQL

Updated the SQL files to support invitations, increased torrent name character limit to 100 (stops 404 when uploading) and other various minor fixes.. Merged all SQL files in to a single file to avoid confusion when installing the database as that seems to be a reoccurring problem.