summaryrefslogtreecommitdiff
path: root/app/helpers/notifications_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+0
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-46/+0
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+9
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+2
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-241-1/+4
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+5
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-0/+4
|
* Fix issuable sidebar icon of notification disabledPaul Slaughter2019-08-231-2/+2
| | | | by adding the proper notification icon
* UI for disabling group/project email notificationBrett Walker2019-08-171-1/+13
| | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* Hide issue title on unsubscribe for anonymous usersAlexandru Croitor2019-05-161-0/+4
|
* Improvements to Project overview UIIllya Klymov2019-04-191-0/+7
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* Move N_ calls into separate filesMark Chao2018-08-141-10/+0
| | | | | | These are dynamic translations, so has to be marked explicitly using `N_`, but they are not used in runtime, so can exist in separate file. https://github.com/grosser/gettext_i18n_rails#unfound-translations-with-rake-gettextfind
* Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao2018-08-141-1/+1
| | | allowing override for EE.
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* Translate project & repository pagesBob Van Landuyt2017-06-071-11/+28
|
* Show it as successful pipeline, rather than success pipelineLin Jen-Shin2016-10-171-0/+9
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6342#note_16132150
* merge master into issue_3359_3Felipe Artur2016-06-291-1/+1
|\
* \ Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-16/+8
|\ \ | |/
| * Re-use notifications dropdown on user profileFelipe Artur2016-06-161-16/+8
| |
* | Added description to custom option in notification dropdownPhil Hughes2016-06-161-1/+3
|/ | | | Always shows the custom option in the dropdown
* Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-15/+2
|
* Remove notification level from user modelFelipe Artur2016-06-101-0/+32
|
* Notifications dropdown on project page now has descriptionsPhil Hughes2016-06-071-3/+19
| | | | This is part of #12758
* Refactor notification helper and fix notification serviceDmitriy Zaporozhets2016-03-301-8/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Small refactoring and cleanup of notification logicDmitriy Zaporozhets2016-03-301-10/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-31/+43
| | | | | | | | * visiting project will create notification setting if missing * change notification setting per project even without membership * use notification settings instead of membership on profile page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix wrong variable namerefactor-duplicationDmitriy Zaporozhets2015-11-161-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix code duplication in NotificationsHelperDmitriy Zaporozhets2015-11-161-25/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Minor code cleanupnotification-levelsDouwe Maan2015-09-201-9/+6
|
* Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano2015-09-161-7/+15
| | | | the current level instead of `Notifications`
* Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano2015-09-141-5/+14
| | | | the actual value of `global` is, if the project has the notification level set to global.
* Corrected `case` indentation to conform with RubocopPatricio Cano2015-09-141-22/+22
|
* Added spacing to icons in Notification drop downPatricio Cano2015-09-141-4/+4
|
* Notification level can now be saved from within the project view.Patricio Cano2015-09-141-8/+12
|
* Fixed notification level list item helper.Patricio Cano2015-09-141-12/+8
|
* PAtrially working notification buttonDarby2015-09-141-0/+31
|
* Update mock and stub syntax for specsRobert Speicher2015-06-221-0/+2
|
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-4/+4
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-4/+4
|
* Remove color-named css classesDmitriy Zaporozhets2014-06-031-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve notification settings pageDmitriy Zaporozhets2014-02-171-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve Notifications page. Much easier to find muted projects nowDmitriy Zaporozhets2013-07-311-0/+11
|
* notification scaffoldDmitriy Zaporozhets2013-03-271-0/+2