Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2 to 2.x #10551

Merged
merged 4 commits into from Nov 2, 2016
Merged

2.2 to 2.x #10551

merged 4 commits into from Nov 2, 2016

Commits on Oct 12, 2016

  1. fix(likes): notification subject too long

    In some use cases the subject of the notification could be very long
    (eg. comments)
    
    fixes: #8906
    jeabakker committed Oct 12, 2016
    Copy the full SHA
    fc5667d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2016

  1. fix(groups): multiple membership requests don't trigger messages

    When a user clicked on the 'request membership' button for closed
    groups, each requests was handled as a new request. The group admin got
    a notification about each new request.
    Now the user gets a notification that a request was already made.
    
    fixes: #8901
    jeabakker committed Oct 26, 2016
    Copy the full SHA
    287e644 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10534 from jeabakker/groups-membership-request

    fix(groups): multiple membership requests don't trigger messages
    jdalsem committed Oct 26, 2016
    Copy the full SHA
    d33773f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Merge pull request #10409 from jeabakker/likes-create-notification

    fix(likes): notification subject too long
    jdalsem committed Oct 31, 2016
    Copy the full SHA
    51d0af2 View commit details
    Browse the repository at this point in the history