summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2019-02-24Added an extra layer of security towards not deleting threadsFutseh
2019-02-24Can disable the oppurtunity to delete threads in the forumsFutseh
2019-02-24Doesn't work yet, but are closeFutseh
2019-02-22Removed skype field and added Discord on users. Also dropped unused tableFutseh
2018-09-13Removed hostnames from user profiles.Logan Fick
2018-07-26Updated paths for online players and banned players JSON files.Logan Fick
2018-06-09Made formatting more consistent.Logan Fick
2018-06-09Added enforcement for requirement of staff members having 2FA enabled.Logan Fick
2018-06-07Fixed 2FA enforcement on login screen.Logan Fick
2018-06-07Added ability to configure 2FA settings in login settings.Logan Fick
2018-06-07Fixed incorrect function name.Logan Fick
2018-06-07Added TOTP field to login screen.Logan Fick
2017-12-17Fixed rare circumstances causing internal server error when trying to sign up.Logan Fick
2017-11-24Made user profile page show hostname of user's IP address.Logan Fick
2017-11-03Removed caching from user profile pages.Logan Fick
2017-10-31Merge pull request #41.Logan Fick
2017-10-31Fixed syntax error.Logan Fick
2017-10-31Fixed user profile page returning internal server error if JSON file is missing.Logan Fick
2017-10-31Added privacy policy.Logan Fick
2017-10-31trimmed UUIDs from banned-players.jsonMrYummy
2017-10-29Changed the invalid data format error message.Logan Fick
2017-10-29Added backward compatibility for old data format.Logan Fick
2017-10-29Optimized @players collection from jsonMrYummy
2017-10-28Made Who's Playing page hide vanished users from non-staff ranks.Logan Fick
2017-10-28Fixed name reuse check sometimes using wrong account to compare against.Logan Fick
2017-10-28Fixed the inability to update profile when not changing name.Logan Fick
2017-10-26minor editsMrYummy
2017-10-22Fixed the who's playing page error message staying for an extra request.Logan Fick
2017-10-12Added ability to add public key to account.Logan Fick
2017-10-12Fixed who's playing page returning internal server error when server is offline.Logan Fick
2017-10-12Merge pull request #38.Logan Fick
2017-10-12Merge pull request #34.Logan Fick
2017-08-22Changed the who's playing JSON file path.Logan Fick
2017-07-31Fixed list of donators link not including donorplus badge.Logan Fick
2017-07-11Fixed error when a user sets their name to that of anotherMrYummy
2017-07-08removed skype_public column from usersMrYummy
2017-07-07more fixes for order of threadrepliesjomo
2017-07-07order by id instead of created_atjomo
2017-07-04Explicitly stated order of threadrepliesMrYummy
2017-07-03allow staff search with empty parameter valuejomo
2017-06-21utilized @user variableMrYummy
2017-06-20Added ban reason and expiration date to user pagesMrYummy
2017-06-18removed '#forumthreads_controller.rb#'MrYummy
2017-06-18allowed role and badge filtering, made User.search take Role and Badge as paramsMrYummy
2017-06-18moved all search styling to CSS, removed friendly (but slow) URLs, moved WHER...MrYummy
2017-06-18Changed 'Who's Playing' code to handle revised JSON formatMrYummy
2017-06-18ordered searching to match SQL clauses, moved role&badge filtering to User.se...MrYummy
2017-06-18fixed action cachingMrYummy
2017-06-18Added Searching FeaturesMrYummy
2017-06-18Added Who's Playing? screenMrYummy