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:
1
src/sql/upgrade-49.sql
Normal file
1
src/sql/upgrade-49.sql
Normal file
@ -0,0 +1 @@
|
||||
alter table Users add column publicDashboard boolean not null default false;
|
Reference in New Issue
Block a user