can [:create, :update], :password
can :read, Redaction
can [:create, :destroy], :session
can [:create, :update], :password
can :read, Redaction
can [:create, :destroy], :session
can [:read, :create, :suspended, :auth_success, :auth_failure], User
can [:read, :create, :suspended, :auth_success, :auth_failure], User
- can [:subscribe, :unsubscribe], Changeset
+ can [:read, :create, :destroy], :changeset_subscription
can [:read, :create, :update, :destroy], :oauth2_application
can [:read, :destroy], :oauth2_authorized_application
can [:read, :create, :destroy], :oauth2_authorization
can [:read, :create, :update, :destroy], :oauth2_application
can [:read, :destroy], :oauth2_authorized_application
can [:read, :create, :destroy], :oauth2_authorization
- can [:update, :destroy], :account
+ can [:read, :update, :destroy], :account
+ can :update, :account_terms
+ can :create, :account_pd_declaration
can :read, :dashboard
can [:create, :subscribe, :unsubscribe], DiaryEntry
can :update, DiaryEntry, :user => user
can [:create], DiaryComment
can :read, :dashboard
can [:create, :subscribe, :unsubscribe], DiaryEntry
can :update, DiaryEntry, :user => user
can [:create], DiaryComment
- can [:make_friend, :remove_friend], Friendship
- can [:read, :create, :mark, :unmute, :destroy], Message
+ can [:show, :create, :destroy], Follow
+ can [:read, :create, :destroy], Message
can [:close, :reopen], Note
can [:read, :update], :preference
can :update, :profile
can [:close, :reopen], Note
can [:read, :update], :preference
can :update, :profile