gitlab-org--gitlab-foss/app/controllers
ash wilson c8a115c0e3 Link issues from comments and automatically close them
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
references in descriptions, titles, or attached Notes creates a back-reference
Note that links to the original referencer. Furthermore, pushing commits with
commit messages that match a (configurable) regexp to a project's default
branch will close any issues mentioned by GFM in the matched closing phrase.
If accepting a merge request would close any Issues in this way, a banner is
appended to the merge request's main panel to indicate this.
2013-08-25 18:58:41 -04:00
..
admin Fix typos 2013-07-29 12:47:06 +02:00
profiles Show correct group membership in profile 2013-08-06 18:03:13 +03:00
projects Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
public Fix hardcoded condition and unassigned vars 2013-07-29 16:51:04 +03:00
application_controller.rb Fix accidentally removed class name 2013-08-21 12:33:12 +03:00
dashboard_controller.rb REmove duplicating search on dashboard issues/mr 2013-07-12 21:49:03 +03:00
errors_controller.rb No gitolite in project any more 2013-02-11 19:16:59 +02:00
files_controller.rb Files controller handle redirect to remote storage. Added config block to carrierwave init 2013-05-15 22:35:59 +03:00
groups_controller.rb Fixed 500 error when try to remove group 2013-08-24 22:42:52 +03:00
help_controller.rb Show shotcut dialog on ? 2013-06-30 22:10:52 +03:00
omniauth_callbacks_controller.rb Update uses of Gitolite.config.foo settings 2012-12-20 16:54:28 +01:00
profiles_controller.rb Sanitize user attrs on model level 2013-07-10 13:48:03 +03:00
projects_controller.rb Find issues and Mr by iid in controller 2013-08-19 22:12:04 +03:00
registrations_controller.rb Add settings for user permission defaults 2013-05-16 18:02:22 +04:00
search_controller.rb Fix paginate of blobs, fixed preserve in dev mode for blob results 2013-05-14 20:25:16 +03:00
snippets_controller.rb Use navless layout for snippets page 2013-06-18 17:43:49 +03:00
users_controller.rb Remove form for adding user to several projects from admin area. 2013-06-22 13:41:08 +03:00
users_groups_controller.rb Ability to edit group member permissions 2013-08-06 18:45:45 +03:00