13 Aug, 2015
2 commits
-
Signed-off-by: Alexandre Torres <alexandrekry@gmail.com> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
-
Abstract plugin to federate networks via OpenGraph Depends on: !362 !345 !473 !482 See merge request !512
12 Aug, 2015
4 commits
-
favorite_enterprise: track actions to wall See merge request !498
-
Add products activities on wall Depends !473 See merge request !474
11 Aug, 2015
6 commits
-
The id was necessary for the has_many :through. Also add indexes and timestamps and fix typo on table name
-
…ons (create, update and destroy)
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
10 Aug, 2015
28 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