Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-18Merge branch 'issue_12758' into 'master' Douwe Maan
Implement custom notification level options ![Screen_Shot_2016-06-17_at_15.31.43](/uploads/3fc47d2f461b3e8b67bb8acaa304cf99/Screen_Shot_2016-06-17_at_15.31.43.png) ![Screenshot_from_2016-06-15_10-52-27](/uploads/88dbdd21d97e80ee772fe08fa0c9b393/Screenshot_from_2016-06-15_10-52-27.png) part of #12758 See merge request !4389
2016-06-10Remove notification level fild from users, improve migrations and specsFelipe Artur
2016-06-10Remove notification level from user modelFelipe Artur
2016-06-07Notifications dropdown on project page now has descriptionsPhil Hughes
This is part of #12758
2016-03-30Refactor notification helper and fix notification serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Small refactoring and cleanup of notification logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Introduce NotificationSetting to user interfaceDmitriy Zaporozhets
* 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>
2015-11-16Fix wrong variable nameDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-16Fix code duplication in NotificationsHelperDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-20Minor code cleanupDouwe Maan
2015-09-17Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano
the current level instead of `Notifications`
2015-09-15Notification dropdown now shows currently active level, and also shows what ↵Patricio Cano
the actual value of `global` is, if the project has the notification level set to global.
2015-09-15Corrected `case` indentation to conform with RubocopPatricio Cano
2015-09-15Added spacing to icons in Notification drop downPatricio Cano
2015-09-15Notification level can now be saved from within the project view.Patricio Cano
2015-09-15Fixed notification level list item helper.Patricio Cano
2015-09-15PAtrially working notification buttonDarby
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-01-28Use `icon` helper method in helper modulesRobert Speicher
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-06-03Remove color-named css classesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-17Improve notification settings pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-07-31Improve Notifications page. Much easier to find muted projects nowDmitriy Zaporozhets
2013-03-27notification scaffoldDmitriy Zaporozhets