gitlab-org--gitlab-foss/app/controllers
Dmitriy Zaporozhets ae564c97d4
Dont expose user email via API
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>
2014-06-13 17:46:48 +03:00
..
admin Improve admin/projects page 2014-06-03 14:19:11 +03:00
groups added group avatars 2014-01-28 08:38:00 +01:00
profiles Allow oauth signup without email 2014-04-07 14:09:29 +03:00
projects Wipe wall notes feature 2014-06-13 14:24:54 +03:00
public Allow access to groups with public projects. 2014-02-20 09:26:38 -06:00
application_controller.rb Dont expose user email via API 2014-06-13 17:46:48 +03:00
dashboard_controller.rb Show link to public projects for new users. 2014-03-17 13:02:04 +01:00
files_controller.rb Implements drag and drop upload in creating issues 2014-05-23 16:22:42 +08:00
groups_controller.rb Fix group projects fetch 2014-05-29 22:03:42 +03:00
help_controller.rb render items from doc 2014-05-29 08:44:25 +02:00
namespaces_controller.rb Add users to /:id route 2014-06-07 15:06:55 +03:00
omniauth_callbacks_controller.rb Check LDAP user filter during sign-in 2014-06-13 08:14:34 +02:00
passwords_controller.rb Do not allow password reset for ldap user. 2014-03-18 12:25:49 +01:00
profiles_controller.rb Allow oauth signup without email 2014-04-07 14:09:29 +03:00
projects_controller.rb Merge branch 'upgrade_to_rails_4.1' into 'master' 2014-06-04 07:33:25 +00:00
registrations_controller.rb
search_controller.rb Fix global search 2014-03-14 14:41:28 +02:00
snippets_controller.rb Rename snippets scopes to plural names. 2014-06-04 08:37:19 +02:00
users_controller.rb Refactor some search scopes to prevent wierd behaviour and PG::Error issues 2014-06-05 20:37:35 +03:00
users_groups_controller.rb User can leave group from group page. 2014-02-12 15:52:53 +01:00