16 May, 2016

2 commits


14 May, 2016

1 commit


09 May, 2016

1 commit


08 May, 2016

1 commit


02 May, 2016

1 commit

  • - Reviewed Profile scopes
    - Removed required authentication for anonymous
    - Corrected records fetching (considering permission levels)
    - Conditionally exposes attributes
    
    Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
    Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
    Gabriel Silva
     

22 Apr, 2016

2 commits


06 Apr, 2016

1 commit

  • Enables push notification for mobile platforms using Google Cloud Message infrastructure.
    
    - Administrators can choose among all available notification
    - Users can activate notifications through API and GUI
    - Users devices MUST be registered through API to use push notifications
    - Other plugins can add users to be notified for each notification.
    - Available notifications can be found in the file "notification_settings.rb"
    
        Signed-off-by: Marcos Ramos <ms.ramos@outlook.com>
        Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
    Marcos Pereira