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
24 Aug, 2016
1 commit
19 Aug, 2016
1 commit
-
* convert videos to web formats * Adds the video channel folder
16 Jul, 2016
2 commits
08 Jun, 2016
1 commit
23 May, 2016
1 commit
-
It also depends on models from app, and lib can't depend on app
19 May, 2016
1 commit
16 May, 2016
2 commits
-
Fixes ActiveRecord relations for descendants Temporary fix, waiting for original fix to be merged. Original author: Jon Moss Merge Request: https://github.com/rails/rails/pull/24719 Issue: https://github.com/rails/rails/issues/20678 See merge request !914
-
Temporary fix, waiting for original fix to be merged. Original author: Jon Moss Merge Request: https://github.com/rails/rails/pull/24719 Issue: https://github.com/rails/rails/issues/20678 Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
14 May, 2016
6 commits
-
This fix the development reloads
12 May, 2016
2 commits
-
Add steps to upload image using people's endpoint With this merge, the frontend will be able to send a image(converted to base64) to the api,and save it in database. It's possible to extend this feature to other models that have image, as articles. See merge request !876
11 May, 2016
2 commits
10 May, 2016
1 commit
09 May, 2016
3 commits
-
- Replace after_validation by a helper method
-
fixes creation of specific tasks in API API: Fixes task creation with specific type to also work on development environment. In development with the current code, the task descendants are not loaded when the method post_task is called. See merge request !893
05 May, 2016
1 commit
-
Fix top_ancestor of root categories The root categories are created with "blank" as ancestry, not with nil. And should return itself when calling "top_ancestor". See merge request !880
04 May, 2016
2 commits
03 May, 2016
1 commit
02 May, 2016
4 commits
-
- Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
-
Adds hotspot to allow custom API login method Creates hotspot that adds login alternatives for Noosfero API. Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !879
27 Apr, 2016
8 commits
-
Move products into a plugin See merge request !869
-
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