-
- Downloads
Audit log for user authentication
Showing
- CHANGELOG 2 additions, 1 deletionCHANGELOG
- app/controllers/omniauth_callbacks_controller.rb 8 additions, 0 deletionsapp/controllers/omniauth_callbacks_controller.rb
- app/controllers/profiles_controller.rb 5 additions, 2 deletionsapp/controllers/profiles_controller.rb
- app/controllers/sessions_controller.rb 7 additions, 0 deletionsapp/controllers/sessions_controller.rb
- app/models/audit_event.rb 19 additions, 0 deletionsapp/models/audit_event.rb
- app/models/security_event.rb 2 additions, 0 deletionsapp/models/security_event.rb
- app/services/audit_event_service.rb 25 additions, 0 deletionsapp/services/audit_event_service.rb
- app/views/layouts/nav/_profile.html.haml 3 additions, 3 deletionsapp/views/layouts/nav/_profile.html.haml
- app/views/profiles/_event_table.html.haml 16 additions, 0 deletionsapp/views/profiles/_event_table.html.haml
- app/views/profiles/audit_log.html.haml 5 additions, 0 deletionsapp/views/profiles/audit_log.html.haml
- app/views/profiles/history.html.haml 0 additions, 11 deletionsapp/views/profiles/history.html.haml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- db/migrate/20141118150935_add_audit_event.rb 22 additions, 0 deletionsdb/migrate/20141118150935_add_audit_event.rb
- db/schema.rb 16 additions, 2 deletionsdb/schema.rb
- features/profile/active_tab.feature 3 additions, 3 deletionsfeatures/profile/active_tab.feature
- features/profile/profile.feature 1 addition, 1 deletionfeatures/profile/profile.feature
- features/steps/profile/active_tab.rb 2 additions, 2 deletionsfeatures/steps/profile/active_tab.rb
- features/steps/profile/profile.rb 1 addition, 1 deletionfeatures/steps/profile/profile.rb
- features/steps/shared/paths.rb 2 additions, 2 deletionsfeatures/steps/shared/paths.rb
- spec/features/security/profile_access_spec.rb 2 additions, 2 deletionsspec/features/security/profile_access_spec.rb
app/models/audit_event.rb
0 → 100644
app/models/security_event.rb
0 → 100644
app/services/audit_event_service.rb
0 → 100644
app/views/profiles/_event_table.html.haml
0 → 100644
app/views/profiles/audit_log.html.haml
0 → 100644
app/views/profiles/history.html.haml
deleted
100644 → 0
db/migrate/20141118150935_add_audit_event.rb
0 → 100644
Please register or sign in to comment