summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2018-10-08Updated Capistrano version lock.Logan Fick
2018-07-25Fixed usage of old logging directory.Logan Fick
2018-07-25Fixed usage of incorrect Ruby version number.Logan Fick
2018-07-25Upgraded Ruby and moved installation directory.Logan Fick
2018-05-27Reverted messy attempt at switch to Puma as app server.Logan Fick
2018-05-27Changed location that Puma binds to.Logan Fick
2018-05-27Added missing items in Puma config file.Logan Fick
2018-05-19Switched to using Puma as the app server.Logan Fick
2018-04-21Moved SMTP settings to environment variables.Logan Fick
2018-02-24Updated Ruby.Logan Fick
2018-01-26Updated Capistrano version lock.Logan Fick
2017-10-31Added privacy policy.Logan Fick
2017-06-18Removed all trace of search_redirect, included blanks for forum and label ↵MrYummy
filters
2017-06-18Added Searching FeaturesMrYummy
* Added Thread Search Feature * Added User Search Feature * Re-organized searching, added @mention support to author search
2017-06-18Added Who's Playing? screenMrYummy
2017-06-18Added Website SettingsMrYummy
2017-01-08add CookieJar patch to flag cookies as secure based on the connection protocoljomo
rails only allows to globally flag session cookies as either secure or not this patch sets the secure flag for cookies based on the protocol (http/https) this is used to send cookies via http but flag them secure for https which allows use with HTTP over Tor for an onion domain this is acceptable because nginx redirects clearnet http to https
2016-06-17An Option to resend the confirmation mailJonas Folvik
You should now be able to resend the confirmation mail with the click of a link that is next to the warning that the mail isn't confirmed. Resend the confirmation mail cleaning Just a way to re use the files and stuff we already have instead of the file I created even though I could use the register_mail we have. Change of route and link to button I changed the route from GET to POST because of security reasons, and changed the link_to to a button_to changed the notice I changed the notice so it said check for the mail instead of check for the link Changed notice and button Changed the notice to say "Check your inbox" instead of "Check your mail" also changed the way the class looks
2016-02-07fix utf8mb4 / MySQL5.5 crapjomo
2016-01-30Revert "remove mysql 5.6 fix"jomo
This reverts commit ceaec53d39b6a51135ece76d0ffdc098a3058e08. Revert "try fixing mysql utf8mb4 issues" This reverts commit 1a04b3c8822e131536073a48c29b9f4e920733e3.
2016-01-29remove mysql 5.6 fixjomo
2016-01-29try fixing mysql utf8mb4 issuesjomo
2016-01-29use ruby 2.0.0-p648jomo
2016-01-29Revert "ruby 2.3.0 \o/"jomo
This reverts commit f47b2b5129bbc4c99d80630950cf55ba95cf436f.
2016-01-28ruby 2.3.0 \o/jomo
2016-01-18Removed methods that are unused and not neededJonas Folvik
Removed the haspaid?, correct_case?, ign_is_not_skull and ign_is_not_mojang methods because they aren't used anymore, since we now have a connection between the server and the website to check if they have paid and that the skull is a skull. I also removed the account_exists? method because it makes problems when you setup the database since some users can be seen to not exist.
2016-01-18changes for rails 5jomo
2016-01-17use utf8mb4jomo
because utf8 is not UTF-8 compatible...
2015-12-04don't use port 80 for https URLsjomo
2015-12-04use secure cookies in productionjomo
2015-12-03use https in email linksjomo
2015-04-16compress cssjomo
2015-04-03pre-fill email field on wrong passwordjomo
2015-03-23silly me :unamused:jomo
2015-03-23deploy from :octocat:jomo
2015-03-23fu capistranojomo
2015-03-23more capistrano changesjomo
2015-03-23capistrano changesjomo
2015-03-22remove unused routejomo
2015-03-22add developent.rb & production.rbjomo
2015-03-22add database.ymljomo
2015-03-22add secrets.ymljomo
2015-03-09add DMCA linkjomo
NEVER GONNA GIVE YOU UP NEVER GONNA LET YOU DOWN NEVER GONNA RUN AROUND AND DESERT YOU NEVER GONNA MAKE YOU CRY NEVER GONNA SAY GOODBYE ░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░ ░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░ ░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░ ░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░ ░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░ █░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█ █░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█ ░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░ ░░█░░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█░░ ░░░█░░░░██░░▀█▄▄▄█▄▄█▄████░█░░░ ░░░░█░░░░▀▀▄░█░░░█░█▀██████░█░░ ░░░░░▀▄░░░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█░░ ░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░▒░░░█░ ░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░░░░█░ ░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░░░░█░░
2015-01-26remove mini markdown renderer everywherejomo
was still used for comment emails etc
2014-10-13change time zone to UTC, show zone in timestampsjomo
2014-09-22change default pagination to 30, set 100 for usersjomo
2014-09-21set default per_page to 100jomo
2014-09-21add kaminari configjomo
2014-07-06add username suggestions to editorjomo
2014-06-29add way to raise error; funny 500 status messagejomo