]> ruin.nu Git - ndwebbie.git/commit
Login/Logout and session support with roles + convert to html 4.01.
authorMichael Andreen <harv@ruin.nu>
Tue, 17 Jun 2008 22:25:09 +0000 (00:25 +0200)
committerMichael Andreen <harv@ruin.nu>
Tue, 17 Jun 2008 22:25:09 +0000 (00:25 +0200)
commit49c23244b1ba61909b726bb9189665a33027a1af
treeddffcfb71ce74acad84d813670475b08db49ac9f
parent8250eb360c341a4eeaa76e5e3fc0f57cf0014a60
Login/Logout and session support with roles + convert to html 4.01.

Roles give a fine-grained access control. Roles can be shared by
different groups, so there is no need to check for more than one
role in most cases.
22 files changed:
ND.pm [deleted file]
NDWeb/AuthHandler.pm [deleted file]
NDWeb/Include.pm [deleted file]
NDWeb/Page.pm [deleted file]
NDWeb/XMLPage.pm [deleted file]
database/group_roles.sql [new file with mode: 0644]
lib/Catalyst/Plugin/Authentication/Store/NDWeb.pm [new file with mode: 0644]
lib/ND
lib/NDWeb.pm
lib/NDWeb/Auth/User.pm [new file with mode: 0644]
lib/NDWeb/Controller/Root.pm
lib/NDWeb/Include.pm [new file with mode: 0644]
lib/NDWeb/View/TT.pm
root/lib/config/main.tt2
root/lib/inc/targetlist.tt2 [new file with mode: 0644]
root/lib/site/html.tt2
root/lib/site/layout.tt2
root/lib/site/leftbar.tt2
root/src/access_denied.tt2 [new file with mode: 0644]
root/static/default.css
templates/NoAccess.tmpl [deleted file]
templates/targetlist.tmpl [deleted file]