03 Oct, 2016
1 commit
06 Sep, 2016
1 commit
-
Notifications of private profiles or provite contents were not being generated. This patch generates these notifications and filter activities being displayed to the user according to her/his permissions. Making this work through pure sql is just too complex. It was needed to filter results after pagination, for performance reasons, and perform some workarounds to not mess with the paginated results. PS: Also refactoring presenters infra
02 Sep, 2016
1 commit
-
Signed-off-by: Fagner Rodrigues <fagner128@gmail.com> Signed-off-by: Gustavo Cavalcante <gustavo.cavalcante.oliveira@live.com> Signed-off-by: Iago Rodrigues <iago006@hotmailcom> Signed-off-by: Karine Valença <valenca.karine@gmail.com> Signed-off-by: Murilo Duarte <muriloduartegoncalves@hotmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
16 Aug, 2016
1 commit
-
Closes #212
11 Aug, 2016
1 commit
-
…choose wich editor will be used to create new text articles
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
04 Aug, 2016
2 commits
26 Jul, 2016
1 commit
25 Jul, 2016
1 commit
-
(cherry picked from commit fca616032cf3c305806a8a121639ea6dcb90fd93)
19 Jul, 2016
1 commit
18 Jul, 2016
3 commits
-
We now remove profile_follewers if its circle is deleted
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
17 Jul, 2016
2 commits
-
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>
13 Jun, 2016
1 commit
30 May, 2016
1 commit
-
Parameter for admins to login as a different user See merge request !938
24 May, 2016
3 commits
23 May, 2016
2 commits
10 May, 2016
3 commits
06 May, 2016
1 commit
-
- Environment admins can now choose the recipients that will recieve an email sent throw the admin panel. There are now 3 options: All users(exclusive with other options) Environment Admins(inclusive with opt below) Profile Admins(inclusive with opt above) Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com>
05 May, 2016
3 commits
-
Adds required email moderation option - Confirmation modal when joining community where user's email is required. - Moderation option to require email in community control panel. - Adds task footer support. - Implemented for add_member task. - Changes the e-mail of the requestor to appear on the task footer. See merge request !882
04 May, 2016
1 commit
-
- Confirmation modal when joining community - Moderation option in community control panel Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Alvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
27 Apr, 2016
2 commits
-
This will many further improvements to the products, such as: - Interaction with other plugins such as suppliers, stock and currencies. The inteface can change in such a way that if done usings hotspots would hurt usability and coherence. - More autonomy to develop and integrate other features (in the next months we will integrate batch edition and stock, currencies might come next) - More declouping from core and other components
25 Apr, 2016
1 commit
-
Conflicts: .travis.yml app/controllers/my_profile/tasks_controller.rb app/helpers/application_helper.rb app/views/profile_editor/_pending_tasks.html.erb app/views/tasks/processed.html.erb test/functional/tasks_controller_test.rb
22 Apr, 2016
2 commits
-
Fixing html_safe for noosfero This MR treats of Noosfero's safe strings (with html_safe), because at the moment Noosfero treats all strings as safe, which allows users to inject malicious code. See merge request !859
-
Anticipating a pattern from Rails 5
20 Apr, 2016
1 commit
-
Improves listing of processed tasks - Filters for processed tasks Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !833
19 Apr, 2016
3 commits
-
Fix error accessing community with own domain Fix for https://softwarepublico.gov.br/gitlab/noosferogov/noosfero/issues/191 See merge request !865