aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/forbidden.html
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: fix login redirectsDmitry Vyukov2019-04-101-14/+0
| | | | | | | Login redirects broke because we failed to generate common header. This wasn't noticed because we use client redirects and there is no easy way to test them. Fix redirects and use server redirect and test this behavior.
* dashboard/app: add support for Google AnalyticsDmitry Vyukov2018-03-211-3/+3
|
* dashboard/app: finer-grained access controlDmitry Vyukov2018-02-141-0/+14
This is the bulk of work for opening dashboard. Implement finer-grained access control (admin/user/public). Show only info designated to the current user access level. Rework UIs for more clarity re bug statuses. Show fixed bug.