-
- Downloads
Create relation between chat user and GitLab user and allow to authorize them [ci skip]
Showing
- app/controllers/profiles/chat_names_controller.rb 64 additions, 0 deletionsapp/controllers/profiles/chat_names_controller.rb
- app/models/chat_name.rb 12 additions, 0 deletionsapp/models/chat_name.rb
- app/models/user.rb 1 addition, 0 deletionsapp/models/user.rb
- app/services/chat_names/find_user_service.rb 15 additions, 0 deletionsapp/services/chat_names/find_user_service.rb
- app/services/chat_names/request_service.rb 32 additions, 0 deletionsapp/services/chat_names/request_service.rb
- app/views/layouts/nav/_profile.html.haml 4 additions, 0 deletionsapp/views/layouts/nav/_profile.html.haml
- app/views/profiles/chat_names/index.html.haml 49 additions, 0 deletionsapp/views/profiles/chat_names/index.html.haml
- app/views/profiles/chat_names/new.html.haml 15 additions, 0 deletionsapp/views/profiles/chat_names/new.html.haml
- config/routes/profile.rb 6 additions, 0 deletionsconfig/routes/profile.rb
- db/migrate/20161113184239_create_user_chat_names_table.rb 20 additions, 0 deletionsdb/migrate/20161113184239_create_user_chat_names_table.rb
- db/schema.rb 15 additions, 1 deletiondb/schema.rb
- lib/gitlab/chat_name_token.rb 45 additions, 0 deletionslib/gitlab/chat_name_token.rb
app/models/chat_name.rb
0 → 100644
app/services/chat_names/find_user_service.rb
0 → 100644
app/services/chat_names/request_service.rb
0 → 100644
app/views/profiles/chat_names/new.html.haml
0 → 100644
lib/gitlab/chat_name_token.rb
0 → 100644
Please register or sign in to comment