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

Add followers list and notifications when a user follows an Assembly #22

Merged
merged 16 commits into from May 20, 2020

Commits on May 4, 2020

  1. Add controller and new class for event

    Gemma committed May 4, 2020
    Configuration menu
    Copy the full SHA
    6b99b4e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Add followers view, routes and notifications

    Add followers view on each assembly in order to see which
    users are following the assembly. Notifications are
    now sent to all admins every time a user follows an assembly
    or one of its components.
    Víctor committed May 6, 2020
    Configuration menu
    Copy the full SHA
    d047d97 View commit details
    Browse the repository at this point in the history
  2. Remove tab identation

    Víctor committed May 6, 2020
    Configuration menu
    Copy the full SHA
    360c5a2 View commit details
    Browse the repository at this point in the history
  3. Remove comment and fix ajax params

    Víctor committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5a49fa9 View commit details
    Browse the repository at this point in the history
  4. Delete followers field from controller

    Gemma committed May 6, 2020
    Configuration menu
    Copy the full SHA
    b4b1d50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52e7b3b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Add user name to follow notifications

    Víctor committed May 7, 2020
    Configuration menu
    Copy the full SHA
    1673a0c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Víctor committed May 7, 2020
    Configuration menu
    Copy the full SHA
    5131095 View commit details
    Browse the repository at this point in the history
  3. Overrides documentation

    Gemma committed May 7, 2020
    Configuration menu
    Copy the full SHA
    9229054 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add_notificionation_when_user_follows' of https://githu…

    …b.com/CodiTramuntana/decidim-i2cat-app into add_notificionation_when_user_follows
    Gemma committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c05ab18 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Update app/controllers/decidim/follows_controller.rb

    Co-authored-by: Jesús Di Bari <61017625+jesusdb@users.noreply.github.com>
    victorol1 and jesusdb committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4c44d61 View commit details
    Browse the repository at this point in the history
  2. Update app/views/decidim/assemblies/admin/assembly_followers/index.ht…

    …ml.erb
    
    Co-authored-by: Jesús Di Bari <61017625+jesusdb@users.noreply.github.com>
    victorol1 and jesusdb committed May 20, 2020
    Configuration menu
    Copy the full SHA
    97d32f5 View commit details
    Browse the repository at this point in the history
  3. Update docs/overrides.md

    Co-authored-by: Jesús Di Bari <61017625+jesusdb@users.noreply.github.com>
    victorol1 and jesusdb committed May 20, 2020
    Configuration menu
    Copy the full SHA
    606cbe0 View commit details
    Browse the repository at this point in the history
  4. Update app/views/layouts/decidim/admin/assembly.html.erb

    Co-authored-by: Jesús Di Bari <61017625+jesusdb@users.noreply.github.com>
    victorol1 and jesusdb committed May 20, 2020
    Configuration menu
    Copy the full SHA
    c350fb9 View commit details
    Browse the repository at this point in the history
  5. Remove strong params

    Víctor committed May 20, 2020
    Configuration menu
    Copy the full SHA
    9e164a2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add_notificionation_when_user_follows' of github.com:Co…

    …diTramuntana/decidim-i2cat-app into add_notificionation_when_user_follows
    Víctor committed May 20, 2020
    Configuration menu
    Copy the full SHA
    9805628 View commit details
    Browse the repository at this point in the history