10 May, 2016
1 commit
05 May, 2016
2 commits
-
- Added notifications for Organizations; - Only the profile admin can create them; - show_only_in_homepage option here works with profile homepage; - Rename plugin to be more consistent with new features; - Old plugin folder still exists, so old users can switch automatically when migrating; - If you want to start using it, activate "admin_notifications" plugin instead of "environment_notification" - Adds plugin namespace to tables, classes and modules; Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Lucas Severo <lucassalves65@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
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
1 commit
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
15 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
-
Archived and Followed articles API improvements - Adds archived to article API entity; - Adds tests to archived and followed articles; - Adds archived validation to vote; - Limits article children; Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br> Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> Signed-off-by: Victor Costa <vfcosta@gmail.com> See merge request !855
-
API - Comments within articles Adds comments field to articles API entity when the http request includes show_comments parameter. See merge request !858
-
Adds delete endpoint to profiles API Adds delete endpoint do profiles API. The endpoint checks if the logged user has permission to do so, and returns forbidden otherwise. Returns 404 if target is not found. See merge request !860
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
The root categories are created with "blank" as ancestry, not with nil. And should return itself when calling "top_ancestor".
-
Profile header and footer exposed in api See merge request !877
26 Apr, 2016
6 commits
25 Apr, 2016
1 commit
22 Apr, 2016
4 commits
-
Run api tests in plugins See merge request !870
-
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
-
Rename BUNDLE_OPTS to NOOSFERO_BUNDLE_OPTS as it replaced and reserved to bundler, see https://github.com/bundler/bundler/blob/61f1c2313f5cc07fe389a2ec5d1931f8cc61b004/lib/bundler.rb#L218
19 Apr, 2016
4 commits
-
As ENV vars are not the settings implementation choice through the, project, this is should turn this aspect of the feed fetching proxy functionality compliant with Noosfero's design choices.