summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-08link to correct user in profile edit viewjomo
2016-02-07fix old migration file namesjomo
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-29update donation pagejomo
2016-01-28ruby 2.3.0 \o/jomo
2016-01-25update rails for securityjomo
See https://github.com/rails/rails/commit/2c8f567e53580872d8c6dfe61201e58793ca131e for info
2016-01-25fix IPv6 style email validationjomo
example: jsmith@[IPv6:2001:db8::1]
2016-01-18Merge pull request #6 from Futseh/masterjomo
Removed methods that are unused and not needed
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-17add READMEjomo
2016-01-17update to rails 4.2.5, clean upjomo
2016-01-17use utf8mb4jomo
because utf8 is not UTF-8 compatible...
2016-01-17*actually* fix parens checking if forum existsjomo
this led to 500 when the forum was deleted but the thread still existed
2016-01-17fix parens checking if forum existsjomo
this led to 500 when the forum was deleted but the thread still existed
2016-01-17Merge pull request #4 from Futseh/masterjomo
Fixed path bug
2016-01-17Fixed path bugJonas Folvik
This is a fix for the bug that you couldn't go back to the original thread by clicking the links at the top.
2015-12-22Fixed the double mail bugFutsy
This should fix the double mail bug
2015-12-20rename crafatar helm to overlayjomo
the option has been renamed
2015-12-20link to specific version of ago.jsjomo
2015-12-17bcrypt has a 72 character limit :'(jomo
56 bytes limit of eksblowfish, to be exact
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-12-03use Subresource Integrity for externally hosted javascriptjomo
browsers will calculate the sha256 hash of the script and compare it to the value of the integrity attribute if the values do not match, the browser will refuse to execute it. note: the shasum is written in base64 encoding, not the (more common) hex format!
2015-12-03change slack badge back to httpsjomo
2015-12-01update slack domainjomo
2015-08-30fix inconsistency between Chrome & FFjomo
In Firefox a <textarea> with a padding-top preserves the padding when scrolling down, whereas in Chrome the padding will scroll up altogether with the content
2015-08-26add strip_attributesjomo
converts empty string to nil on the user model so unique indexes with null: true will not break
2015-08-26fix sql uniqueness not workingjomo
turns out :unique is actually not an option, see http://apidock.com/rails/v4.2.1/ActiveRecord/ConnectionAdapters/TableDefinition/column weird enough this never caused trouble
2015-07-11fix page number in redirection after updating a commentjomo
2015-07-10fix error message for broken mailsjomo
2015-07-01update favicon in assets folderjomo
2015-06-17use monospace fonts for code blocksjomo
2015-05-25this looks betterjomo
2015-05-25add drop-shadow to 3D crafatar rendersjomo
(idea shamelessly cloned from namemc.com)
2015-05-25add link to donor list on donation pagejomo
2015-05-25allow user filter for donorjomo
2015-04-24maybe I should add migrations...jomo
2015-04-24show info page update timejomo
2015-04-24show role on user hoverjomo
2015-04-16compress cssjomo
2015-04-16optimize imagesjomo
TODO: logo.svg
2015-04-14add donation option for @Dico200jomo
2015-04-09update redcarpet due to XSS bugjomo
http://danlec.com/blog/bug-in-sundown-and-redcarpet