21 Mar, 2016

1 commit


15 Mar, 2016

1 commit


10 Mar, 2016

14 commits


08 Mar, 2016

1 commit


07 Mar, 2016

1 commit


03 Mar, 2016

1 commit


26 Feb, 2016

2 commits

  •   - changes pagination to use api-pagination gem
      - new endpoints to boxes, activities, and profiles
      - new exposed attributes for some entities
      - other minor changes
    
      Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com>
      Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
      Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br>
      Signed-off-by: Victor Costa <vfcosta@gmail.com>
    Marcos Pereira
     
  • - Adds use of filtered members to mailing queue executed by send_mail action
    
    Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br>
    Michel Felipe
     

23 Feb, 2016

1 commit

  • Also rewriting the file visualization to work consistently with every
    file type. Here is the overall basic behavior now:
    
      * If the request is passed with view=true, content is displayed
        as an article content.
        * If the file has an inline visualization (like images) it's already
          displayed.
        * If not, a download link is displayed.
      * If the request is passed with view=false, the file is provided
        straight, without any noosfero layout being loaded.
    
      * If the file is private:
        * And the user accesses its public filesystem path, apache (this is
          done by noosfero-apache) will redirect the request to rails
          path so that the rails server will provide it considering
          appropriate permissions.
        * And the user accesses its rails path, rails server will provide as
          well.
      * If the file is public:
        * And the user accesses its public filesystem path, apache will
          provide the file.
        * And the user accesses its rails path, rails server will redirect
          to its public filesystem path so that apache provides the file.
    Rodrigo Souto
     

22 Feb, 2016

6 commits


18 Feb, 2016

1 commit


11 Feb, 2016

2 commits

  • Fixes crash when processing suggest an article task
    
    - Removes an old line that was left behind during merge of support for
      different types of article. It was overriding the correct decision
      made by #article_type.
    - Defines SuggestArticle#author_name the same as the sender so
      noosfero task page doesn't crash in case the processing of the task
      throws an error, since it will try to show the author name in the
      task error page.
    
      Fixes #166
    
    See merge request !786
    Antonio Terceiro
     
  •   - Removes an old line that was left behind during merge of support for
      different types of article. It was overriding the correct decision
      made by #article_type.
      - Defines SuggestArticle#author_name the same as the sender so
      noosfero task page doesn't crash in case the processing of the task
      throws an error, since it will try to show the author name in the
      task error page.
    
      Fixes #166
    Larissa Reis
     

05 Feb, 2016

1 commit


28 Dec, 2015

3 commits


12 Dec, 2015

2 commits


09 Dec, 2015

1 commit


08 Dec, 2015

1 commit


07 Dec, 2015

1 commit