summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2017-07-04Added choice of project, r/w perms, and fixed up some cssmemoryMrYummy
2016-09-27remove index 'email' from register_tokensjomo
only records with the same UUID are deleted before INSERTing new ones meaning a player could prevent another one from using a certain address when emails are unique. There's no good reason to force uniqueness on emails in this table
2016-02-07fix old migration file namesjomo
2016-02-07fix utf8mb4 / MySQL5.5 crapjomo
2016-01-17update to rails 4.2.5, clean upjomo
2015-12-17bcrypt has a 72 character limit :'(jomo
56 bytes limit of eksblowfish, to be exact
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-04-24maybe I should add migrations...jomo
2015-04-24show info page update timejomo
2015-03-10add color to roles, improvement in label color detectionjomo
2015-02-16renamedjomo
2015-01-17make labels editable in threadsjomo
2015-01-17proper color support for labelsjomo
2014-11-21add basic support for labelsjomo
2014-06-17add notification settings, fix comment edit permissionsjomo
2014-05-01lots of style/mobile changesjomo
2014-04-28a TON of bugfixes and new featuresjomo
2014-04-20fuck itjomo
2014-04-20oopsjomo
2014-04-20possible migration fix for rails 4jomo
2014-04-20cleaned up, added threadreplies, added infojomo
2014-04-08mostly stylesjomo
2014-04-04LOTS of stuffjomo
2014-02-01idk, lotsjomo
2013-10-16more forum stuffjomo
2013-10-07another big commit :Djomo
2013-08-02fixes & forums startedjomo
2013-07-28bunch of stuffsjomo
2013-06-25many tiny changesjomo
2013-06-24many things, comments working.jomo
2013-05-31first releasejomo
2013-05-18lets start thisjomo