Allow public dashboards

Dashboards can now be marked as publically visible in the user
preferences. The dashboard URL has changed from /user/<name>/dashboard
to /dashboard/<name> because /user/<name> requires being logged in as
<name> or as an admin.
This commit is contained in:
Eelco Dolstra
2016-05-27 14:35:32 +02:00
parent f3a3f8de46
commit f70946efca
5 changed files with 43 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
alter table Users add column publicDashboard boolean not null default false;