-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'use-separate-token-for-incoming-email' into 'master'
Use separate email-friendly token for incoming email See merge request !5914
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/issuable.js.es6 22 additions, 0 deletionsapp/assets/javascripts/issuable.js.es6
- app/assets/stylesheets/pages/profile.scss 4 additions, 0 deletionsapp/assets/stylesheets/pages/profile.scss
- app/controllers/profiles_controller.rb 9 additions, 1 deletionapp/controllers/profiles_controller.rb
- app/controllers/projects_controller.rb 7 additions, 0 deletionsapp/controllers/projects_controller.rb
- app/helpers/accounts_helper.rb 5 additions, 0 deletionsapp/helpers/accounts_helper.rb
- app/models/concerns/token_authenticatable.rb 7 additions, 3 deletionsapp/models/concerns/token_authenticatable.rb
- app/models/project.rb 5 additions, 6 deletionsapp/models/project.rb
- app/models/user.rb 11 additions, 1 deletionapp/models/user.rb
- app/views/profiles/accounts/show.html.haml 22 additions, 10 deletionsapp/views/profiles/accounts/show.html.haml
- app/views/projects/issues/_issue_by_email.html.haml 14 additions, 7 deletionsapp/views/projects/issues/_issue_by_email.html.haml
- changelogs/unreleased/use-separate-token-for-incoming-email.yml 4 additions, 0 deletions...logs/unreleased/use-separate-token-for-incoming-email.yml
- config/routes/profile.rb 1 addition, 0 deletionsconfig/routes/profile.rb
- config/routes/project.rb 1 addition, 0 deletionsconfig/routes/project.rb
- db/migrate/20160819232256_add_incoming_email_token_to_users.rb 16 additions, 0 deletions...grate/20160819232256_add_incoming_email_token_to_users.rb
- db/schema.rb 2 additions, 0 deletionsdb/schema.rb
- features/profile/profile.feature 0 additions, 5 deletionsfeatures/profile/profile.feature
- features/steps/profile/profile.rb 0 additions, 12 deletionsfeatures/steps/profile/profile.rb
- lib/gitlab/email/handler.rb 1 addition, 2 deletionslib/gitlab/email/handler.rb
- lib/gitlab/email/handler/create_issue_handler.rb 4 additions, 4 deletionslib/gitlab/email/handler/create_issue_handler.rb
- lib/gitlab/incoming_email.rb 11 additions, 1 deletionlib/gitlab/incoming_email.rb
Loading
Please register or sign in to comment