merge staging branch

This commit is contained in:
ansuz
2018-03-09 12:08:18 +01:00
52 changed files with 1647 additions and 643 deletions

View File

@@ -87,8 +87,9 @@ define(function() {
oocell: 'fa-file-excel-o',
};
// EXPERIMENTAL: Enabling "displayCreationScreen" may cause UI issues and possible loss of data
config.displayCreationScreen = false;
// Ability to create owned pads and expiring pads through a new pad creation screen.
// The new screen can be disabled by the users in their settings page
config.displayCreationScreen = true;
// Prevent anonymous users from storing pads in their drive
config.disableAnonymousStore = false;