discourse/db
Gosha Arinich d2f3c829db refactor User and TrustLevel a bit
* rename `User#password_required` to `User#password_required!`
* emails with "i" @ something are a special case as well
* get rid of `self.` and returns where possible
* prefer "unless a" instead of "if !a"
* `unread_notifications` without manually iterating
* introduce `User#moderator?`
* introduce `TrustLevel#valid_key?`, `TrustLevel#compare`, and
  `TrustLevel#level_key`
2013-02-28 19:15:54 +03:00
..
fixtures Don't allow users to double flag stuff 2013-02-07 10:45:58 +11:00
migrate Merge branch 'github-auth' of git://github.com/nverba/discourse 2013-02-27 12:09:22 -05:00
seeds.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
structure.sql refactor User and TrustLevel a bit 2013-02-28 19:15:54 +03:00