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-10-11Make guests unable to view MRsValery Sizov
2016-09-29Notify current_user about automatic merge after successful buildDimitris Karakasilis
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/14409
2016-09-21Reload issues in spec to ensure label<->issue mapping properly loadedStan Hu
2016-08-19Fix notification_service argument error of declined invitation emailsPaco Guzman
Removing unused access_level parameter. Bug introduced here -> 6d103a2f4764441b1650ba6d790732056c9a8516 access_level parameter wasn’t needed since -> 88c2639356e6e4b4b05d96584768e07a9ce4b048
2016-08-18Merge branch 'master' into diff-line-comment-vuejsConnor Shea
2016-08-16DRY up the additions to notification_service_spec.rbNick Thomas
2016-08-16Address minor review comments for testsNick Thomas
2016-08-15Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas
This slightly changes the semantics of the 'New Issue' and 'New MR' events to include new mentions in edited Mentionables. An alternative would be to introduce 'Issue updated' and 'MR updated' events, but that would lead to questions about why those events were only available to new mentions, and not existing mentions as well, so hold off for now.
2016-08-15Add notifications for new user mentions in merge requestsNick Thomas
2016-08-15Remove superfluous parens on a method callNick Thomas
2016-08-13Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-08-13Add specs for system note and email when all discussions are resolvedDouwe Maan
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-12Avoid `describe`-ing symbols in specsRobert Speicher
2016-07-11Allow SentNotification#position to be set as string or hashDouwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-17Allow users to set custom notifications in projects they don't own and ↵Felipe Artur
several fixes to code
2016-06-17Re-use notifications dropdown/modal for user profileFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur
2016-06-15Implement custom notification level optionsFelipe Artur
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-06-13Improve notification settings event keys and add some specsFelipe Artur
2016-06-10Remove notification level fild from users, improve migrations and specsFelipe Artur
2016-06-10Remove notification level from user modelFelipe Artur
2016-05-20Use the right default notification settings for non membersFelipe Artur
2016-05-18Update documentationFelipe Artur
2016-05-18Improve documentation and add changelogFelipe Artur
2016-05-18Let users set notification levels in projects which they are not membersFelipe Artur
2016-05-02Support e-mail notifications for comments on project snippetsStan Hu
Closes #2334
2016-04-12Reuse `User#notification_settings_for` when it's possibleDouglas Barbosa Alexandre
2016-03-30Small refactoring and cleanup of notification logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-30Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-22Restrict notifications for confidential issuesDouglas Barbosa Alexandre
2016-03-15Improving the original label-subscribing implementationRémy Coutable
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
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-01-15This will ensure previous assignee gets an email even if his notif level is ↵Rémy Coutable
"on mention"
2016-01-15Consider re-assign as a mention from a notification point of viewRémy Coutable
This will ensure new assignee gets an email even if his notif level is "on mention".
2016-01-05Fix notification specDouwe Maan
2016-01-05Merge branch 'pr-9938' into 'master' Douwe Maan
Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Hotfix note mail with notification See merge request !2288
2016-01-05Don't notify users twice if they are both project watchers and subscribersStan Hu
Closes #4708
2016-01-04Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationDouwe Maan
Hotfix note mail with notification
2015-12-25Fix specDouwe Maan
2015-12-24Fix specsDouwe Maan
2015-12-09Tag service specsDouwe Maan
2015-12-06Fixed duplicated issue note email notifications.Anton Baklanov
Fixes #2560
2015-11-30fix notification_service specsValery Sizov
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
2015-08-27Don't notify users without access to the project when they are ↵Douwe Maan
(accidentally) mentioned in a note.
2015-07-30Send notification to all participants when MR is merged.Douwe Maan