13 Jun, 2014

1 commit

  • To prevent leaking of users info we reduce amount of user information
    retrieved via API for normal users.
    
    What user can get via API:
    
    * if not admin: only id, state, name, username and avatar_url
    * if admin: all user information
    * about himself: all informaion
    
    Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    Dmitriy Zaporozhets
     

10 Jun, 2014

1 commit


20 May, 2014

1 commit

  • In user lists created when entering a (partial) user name into
    a field, the URL to the user avatar was invalid if running with
    relative_url_root.
    
    This patch is the result of:
    sed -i 's/\(= *\)\(user\.avatar_url\)/\1gon.relative_url_root + \2/' \
        app/assets/javascripts/*.coffee
    Olaf Mandel
     

08 May, 2014

1 commit


02 Mar, 2014

1 commit


18 Feb, 2014

1 commit


13 Feb, 2014

2 commits