03 Oct, 2016
1 commit
14 Sep, 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
24 Aug, 2016
1 commit
19 Aug, 2016
1 commit
-
* convert videos to web formats * Adds the video channel folder
18 Jul, 2016
1 commit
16 Jul, 2016
2 commits
13 Jun, 2016
1 commit
08 Jun, 2016
1 commit
24 May, 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
2 commits
17 May, 2016
1 commit
-
Conflicts: app/views/shared/not_found.html.erb
16 May, 2016
4 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
6 commits
-
Conflicts: lib/noosfero/api/helpers.rb
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
2 commits
-
This reverts commit 2027742cb860eb3a9dacfb1cb25224abcc415dd2.