- Feb 13, 2018
-
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
- Nov 28, 2017
-
-
Yorick Peterse authored
Previously we'd use "event.author_email" which translates to "event.author.email". This would result in an extra query being executed _for every event_ just to get the same author's Email address. Instead of doing all this useless work we can just pass the User object returned by "event.author" since: 1. This allows us to re-use the user object's Email address. 2. Authors are eager-loaded, so this doesn't cause any N+1 queries.
-
- Apr 26, 2017
-
-
winniehell authored
-
- Mar 21, 2017
-
-
Rémy Coutable authored
Only show public emails in atom feeds See merge request !2066
-
- Mar 11, 2017
-
-
blackst0ne authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 23, 2016
-
-
Robert Speicher authored
-