discourse/app
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
..
assets Code to support EmberJS + Discourse Tutorial feature: Admin Reports 2013-02-27 22:40:36 -05:00
controllers refactor User and TrustLevel a bit 2013-02-28 19:15:54 +03:00
helpers Merge pull request #153 from xdite/refactor_topic_show_again 2013-02-15 07:19:01 -08:00
mailers Swap out "@" for "via" in email From field 2013-02-27 19:03:57 -05:00
models refactor User and TrustLevel a bit 2013-02-28 19:15:54 +03:00
serializers Show likes even while logged out. 2013-02-27 11:22:03 -05:00
views change 404 page to use /new link under "New topics" 2013-02-27 16:48:53 -08:00