11 Aug, 2015
1 commit
10 Aug, 2015
29 commits
-
Move icon to the icon theme structure (awesome also have an icon for this)
-
Besides, allow session to hold a value for after signup redirection
-
Add environment permission to not allow user to delete a profile Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
that's usually the default behaviour nowadays so that users don't need to relogin after a browser restart
-
metadata: allow customization of og_type via param Also: - define controllers code via class to allow customization via `alias_method_chain` for monkey patching - define plugin using Base class to avoid conflicts with the `Controllers` class defined by RSpec See merge request !493
-
Signup introduction text See merge request !485
-
Add love icon See merge request !475
-
Global thread-safe current user for models use See merge request !362
-
user_stamp depends on deprecated Sweeper code and it is quite complicated to understand and use. Use User.current instead
09 Aug, 2015
10 commits
-
performance: index user_id on profiles Select filter query from 8ms to 1ms See merge request !621