gitlab-org--gitlab-foss/app/views/shared
Timothy Andrew 0444fa560a Original implementation to allow users to subscribe to labels
1. Allow subscribing (the current user) to a label

- Refactor the `Subscription` coffeescript class
  - The main change is that it accepts a container, and conducts all
    DOM queries within its scope. We need this because the labels
    page has multiple instances of `Subscription` on the same page.

2. Creating an issue or MR with labels notifies users subscribed to those labels

- Label `has_many` subscribers through subscriptions.

3. Adding a label to an issue or MR notifies users subscribed to those labels

- This only applies to subscribers of the label that has just been
  added, not all labels for the issue.
2016-03-15 17:25:37 +01:00
..
groups Message for when no groups found 2016-03-01 23:02:16 -05:00
issuable Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
milestones Updates from last code review. 2016-03-06 23:07:19 -05:00
projects Merge branch 'improve-archived-projects' 2016-03-09 09:51:59 +01:00
snippets Replaced hidden div for textarea off-the screen 2016-03-10 13:34:31 +00:00
_choose_group_avatar_button.html.haml Refactor buttons 2015-03-14 00:29:32 -07:00
_clone_panel.html.haml Fix css mess around git clone panel. Align it properly 2016-01-14 17:42:15 +01:00
_commit_message_container.html.haml Change `js-quick-submit` behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
_confirm_modal.html.haml Use form-actions where appropriate 2015-12-02 14:41:55 +01:00
_event_filter.html.haml Start moving all navigation to one class 2016-01-13 15:03:32 +01:00
_field.html.haml Hide password in the service settings form 2015-10-02 12:48:57 +03:00
_file_highlight.html.haml Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-raw-workhorse 2016-02-01 11:33:36 +01:00
_group_form.html.haml Use consistent casing for form field labels 2015-12-02 14:41:54 +01:00
_group_tips.html.haml
_import_form.html.haml Increase project import timeout from 4 minutes to 15 minutes 2016-02-04 13:41:42 -06:00
_issues.html.haml Refactor styles for issues list 2016-02-26 14:44:39 +01:00
_label_row.html.haml Pull right side of label row out 2016-02-19 13:50:56 +08:00
_logo.svg Prevent rasterization artefacts in the logo, and simplify markup. 2016-02-08 04:25:50 +00:00
_merge_requests.html.haml Refactor styles for merge requests list 2016-02-26 14:48:25 +01:00
_milestone_expired.html.haml sort milestones by due_date 2015-12-03 08:53:34 -06:00
_milestones_filter.html.haml Use top-area component for top page navigation for pages that contains list of items 2016-02-03 18:41:55 +01:00
_new_commit_form.html.haml Automatically fork a project when not allowed to edit a file. 2015-12-18 10:03:34 +01:00
_new_project_item_select.html.haml Sort projects by last activity for new issue dropdown 2016-02-04 12:23:44 +01:00
_no_password.html.haml LDAP users don't need to set a password to Git over HTTP. 2015-02-23 20:04:18 -08:00
_no_ssh.html.haml Remove `Profile::KeysController#new` action 2016-03-03 16:13:59 -05:00
_outdated_browser.html.haml
_project_limit.html.haml Project limit is reached warning is hidden when the projects_limit is zero 2016-02-19 09:27:43 +01:00
_promo.html.haml Substituted deprecated forum link with project issues link. [ci skip] 2016-01-25 13:10:11 -06:00
_ref_switcher.html.haml Upgrade to Rails 4.1.9 2015-02-14 11:09:23 -07:00
_service_settings.html.haml Issue #5817 wording of the web hooks updated on issue and merge events 2016-01-11 01:02:27 -02:00
_show_aside.html.haml Fix wrong placement of show-aside link 2015-04-27 00:43:02 +02:00
_sort_dropdown.html.haml Add ability to see and sort on vote count from Issues and MR lists 2016-02-17 11:32:02 -02:00
_visibility_level.html.haml Add new admin settings 2015-04-26 07:48:19 -06:00
_visibility_radios.html.haml Fork visibility level fix 2015-07-06 17:40:33 +03:00