Commit graph

4 commits

Author SHA1 Message Date
Florian Eckert
f4e8fcb6b5 luci-app-acl: unset read and write before acl set
If the setting in the view is set to `denied`, only the read list option
is deleted. This is not correct. The write list option must also be
deleted. To ensure that the correct configuration is saved, the write
and read list options are always deleted beforehand and then rewritten.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-01 08:13:35 +02:00
Jo-Philipp Wich
03c77dafe3 treewide: transition div tables to actual table markup
Modern browsers allow decomposing table markup equally well as nested div
constructs, therefor migrate our <div> table markup to actual <table> tags
but keep the old table/tr/th/td CSS classes for now to allow for a smooth
theme transition.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-27 21:36:40 +01:00
Hannu Nyman
b89e81e373 luci-app-acl: fix typo
Fix typo: Acess -> Access

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-05-16 19:05:22 +03:00
Jo-Philipp Wich
82a469f75f luci-app-acl: add initial version of login management module
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-18 23:25:22 +02:00