02 Mar, 2016

2 commits


25 Jan, 2016

1 commit


05 Jan, 2016

1 commit


25 Nov, 2015

1 commit


24 Nov, 2015

3 commits

  • (cherry picked from commit 1e5370563a661ed048c466a45eddd7fa33b290b8)
    Marcos Pereira
     
  • Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    (cherry picked from commit 0ac23124e3948954d082c3c8348f29814ec34afd)
    
    Conflicts:
    	test/unit/api/test_helper.rb
    Rodrigo Souto
     
  • - Add several endpoints
    - Add some API documentation
    - Fix plugins API hotspot
    
    Signed-off-by: Victor Costa <vfcosta@gmail.com>
    Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com>
    Signed-off-by: Evandro Junior <evandrojr@gmail.com>
    Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
    Signed-off-by: Caio SBA <caio@colivre.coop.br>
    Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com>
    Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br>
    Signed-off-by: Aurelio A. Heckert <aurelio@colivre.coop.br>
    Signed-off-by: Evandro Magalhaes Leite Junior <evandro.leite@serpro.gov.br>
    Signed-off-by: Marcelo Júnior <maljunior@gmail.com>
    Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br>
    Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
    Signed-off-by: ABNER SILVA DE OLIVEIRA <abner.oliveira@serpro.gov.br>
    Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Simião Carvalho <simiaosimis@gmail.com>
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    (cherry picked from commit b164af65d19f0cd78afd2886e112129867e394a9)
    Marcos Pereira
     

20 Nov, 2015

1 commit


05 Nov, 2015

2 commits


28 Oct, 2015

1 commit


08 Oct, 2015

8 commits


07 Oct, 2015

3 commits


06 Oct, 2015

1 commit


05 Oct, 2015

1 commit


02 Oct, 2015

3 commits


01 Oct, 2015

2 commits


29 Sep, 2015

4 commits


28 Sep, 2015

1 commit


26 Sep, 2015

2 commits

  • Keeped controllers/views structure
    Braulio Bhavamitra
     
  •   This fixes a bug in which some pages (eg. a profile page) were visible
      to unlogged users even if the environment has enabled "show content
      only to members".
    
      The problem happened because some controllers use `before_filter
      :login_required` so they can apply it to some specific methods,
      effectively overriding the one set in `application_controller`. That
      before filter set in `application_controller` is the one used to make
      the environment private when that feature is enabled, so when a
      controller overrides it, some methods are not required login even when
      the environment is private. So I fixed the problem by using a
      different `before_filter` to take care specifically of private
      environments.
    
      Now every page requires login when an environment is private, except
      the pages in `account_controller` necessary for login and signup.
    Larissa Reis
     

24 Sep, 2015

1 commit

  • Additional improvements include:
    
    - Makes 'Remove Image' checkbox optional
    - Very ugly css hack to hide duplicated labels in some forms. I couldn't
    find another way to avoid the labels generated by labelled_form_for nor
    could I skip adding labels inside the helper since it's supposed to be
    generic.
    Larissa Reis
     

15 Sep, 2015

2 commits