wikicr/src/views/users
Arthur POULET d71ca9253b
Finish ACL implementation and admin interface
=== Features achieved

* Improve routing and add an AdminController
* Add ACL admin interface to create/edit/delete an ACL (group/path)
* Remove ACL control from /pages/* but let the informations about who's
  controling the pages
* Remove matching from Group.[path]? and [path] and add Group.matching? and
  Group.matching to handle acl path matching rules
* Remove Wikicr::GUEST because it was erased each time a ACL.read! is operated
* Remove h1.page-header from the layout and add it in every view

=== Development
* Flash notices are displayed to shows what the client should not have access
  to. However, he can do what he wants without restrictions. It must be
  implemented with a 403 error page that will not respect ACLs rules.
2017-07-11 17:15:01 +01:00
..
login.slang Finish ACL implementation and admin interface 2017-07-11 17:15:01 +01:00
register.slang Finish ACL implementation and admin interface 2017-07-11 17:15:01 +01:00