31 Aug, 2016
1 commit
-
- Introduces Follower and Followable concerns - Adds External Profile - External Person can follow profiles - External Profiles can be followed - Refactors Profile/Circle relations Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
10 Aug, 2016
1 commit
08 Aug, 2016
1 commit
-
Private scraps Write scraps that are visible for only the people or group marked. This feature was implemented by Rodrigo Souto, I'm just creating the MR. See merge request !997
01 Aug, 2016
1 commit
-
Closes #210
29 Jul, 2016
1 commit
-
Exposing permission to delete comment Exposing permission to delete comments in the API See merge request !991
26 Jul, 2016
1 commit
25 Jul, 2016
1 commit
-
(cherry picked from commit fca616032cf3c305806a8a121639ea6dcb90fd93)
22 Jul, 2016
1 commit
21 Jul, 2016
4 commits
17 Jul, 2016
1 commit
-
Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com> Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com> Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com> Signed-off-by: Vitor Barbosa <vitormga15@gmail.com>
16 Jul, 2016
2 commits
14 Jul, 2016
1 commit
07 Jul, 2016
1 commit
05 Jul, 2016
1 commit
04 Jul, 2016
2 commits
-
* Creates concerns for concealing common attributes for different types of person * Starting federated login * Removing call to lib * Adapt external person attributes and current_user to allow for external login * Fix functional tests * Get profile image with fixed link to profile image * Adding API endpoint to get profile icon * Ensure that the federated user has e-mail * Get person or external person * Adding Selenium test for federated login * Last tests for federated login feature * Creates initial tests for ExternalProfile * Makes ExternalProfile respond to all Profile methods to avoid breakage * Makes ExternalProfile respond to all Person methods to avoid breakage * Adds more tests for ExternalPerson * Skip certificate verification over ssl authentications Signed-off-by: Caio SBA <caiosba@gmail.com>
27 Jun, 2016
1 commit
14 Jun, 2016
1 commit
-
api: endpoint to edit blocks See merge request !955
06 Jun, 2016
2 commits
01 Jun, 2016
1 commit
31 May, 2016
1 commit
-
Updates branch federation with current master
30 May, 2016
3 commits
-
Parameter for admins to login as a different user See merge request !938
-
CommentHandler delayed job saves the context locale Delayed jobs didn't have access to the correct locale, and the templates were not being translated. Saving the current locale in the job during the creation solves the problem. See merge request !942
23 May, 2016
3 commits
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
20 May, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
18 May, 2016
1 commit
-
Plugins still relied on HTML generation from within the model. This has been refactored in terms of helpers and views requiring workaround for thoses plugins in order to work properly.
16 May, 2016
2 commits
-
this fixes test broken by the commit db91ca
12 May, 2016
4 commits
-
Api endpoint for blocks See merge request !913