summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-04-03add padding to <li>jomo
2015-04-03restructure signup pagejomo
2015-04-03pre-fill email field on wrong passwordjomo
2015-04-03Update donation infojomo
2015-04-02Revert "blog comment improvements"jomo
This reverts commit 320cfa56f9e051d8539e50400c3b427f54e0dd10.
2015-04-02Revert "more improvements"jomo
This reverts commit a404feb6c568d2347cede31d9420a9b729a54a57.
2015-04-01more improvementsjomo
2015-04-01blog comment improvementsjomo
2015-03-23add more separating pipes in footerjomo
2015-03-23silly me :unamused:jomo
2015-03-23deploy from :octocat:jomo
2015-03-23new footer with linksjomo
2015-03-23fu capistranojomo
2015-03-23more capistrano changesjomo
2015-03-23capistrano changesjomo