20 May, 2016
1 commit
16 May, 2016
1 commit
10 May, 2016
1 commit
27 Apr, 2016
18 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
-
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
26 Apr, 2016
7 commits
-
this fixes some issues introduced by !859 closes #193
25 Apr, 2016
1 commit
-
See http://stackoverflow.com/a/9470948/670229 and https://github.com/rails/rails/issues/1555
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
8 commits
-
api: fix validation of inactive users in login See merge request !866
-
Fix error accessing community with own domain Fix for https://softwarepublico.gov.br/gitlab/noosferogov/noosfero/issues/191 See merge request !865
-
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.
-
This has commit 4ebcbe31 squashed in which added SSL support.