allow admins to close user accounts from the backend
* thanks to @maxwell for the initial work on this port admin pages to bootstrap * improve user view on admin search page * add 'close account' link to each user in the search results * keep the same blue color for the admin menu some refactoring of the routes and the admin code * try to be more RESTful (possibly) * use a 'UserSearch' model for search parameters and querying add changelog entry
parent
cc53e176
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- Changelog.md 2 ajouts, 1 suppressionChangelog.md
- app/assets/stylesheets/admin.css.scss 51 ajouts, 0 suppressionapp/assets/stylesheets/admin.css.scss
- app/assets/stylesheets/application.css.sass 2 ajouts, 16 suppressionsapp/assets/stylesheets/application.css.sass
- app/assets/stylesheets/bootstrap-complete.css.scss 7 ajouts, 1 suppressionapp/assets/stylesheets/bootstrap-complete.css.scss
- app/controllers/admin/admin_controller.rb 7 ajouts, 0 suppressionapp/controllers/admin/admin_controller.rb
- app/controllers/admin/users_controller.rb 16 ajouts, 0 suppressionapp/controllers/admin/users_controller.rb
- app/controllers/admins_controller.rb 61 ajouts, 13 suppressionsapp/controllers/admins_controller.rb
- app/controllers/report_controller.rb 2 ajouts, 0 suppressionapp/controllers/report_controller.rb
- app/views/admins/_admin_bar.haml 5 ajouts, 1 suppressionapp/views/admins/_admin_bar.haml
- app/views/admins/_user_entry.haml 64 ajouts, 0 suppressionapp/views/admins/_user_entry.haml
- app/views/admins/correlations.haml 10 ajouts, 10 suppressionsapp/views/admins/correlations.haml
- app/views/admins/stats.html.haml 32 ajouts, 43 suppressionsapp/views/admins/stats.html.haml
- app/views/admins/user_search.html.haml 40 ajouts, 38 suppressionsapp/views/admins/user_search.html.haml
- app/views/admins/weekly_user_stats.haml 9 ajouts, 10 suppressionsapp/views/admins/weekly_user_stats.haml
- app/views/layouts/centered_with_header_with_footer.html.haml 6 ajouts, 2 suppressionsapp/views/layouts/centered_with_header_with_footer.html.haml
- app/views/people/_profile_sidebar.html.haml 0 ajout, 4 suppressionsapp/views/people/_profile_sidebar.html.haml
- app/views/report/index.html.haml 27 ajouts, 25 suppressionsapp/views/report/index.html.haml
- config/application.rb 1 ajout, 0 suppressionconfig/application.rb
- config/locales/diaspora/en.yml 15 ajouts, 0 suppressionconfig/locales/diaspora/en.yml
- config/routes.rb 7 ajouts, 2 suppressionsconfig/routes.rb
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter