From 5f188a2fc4cb10815379a81a20d98b936b746723 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 24 Sep 2019 11:58:57 +0200 Subject: [PATCH] Move team to teams --- www/common/application_config_internal.js | 4 ++-- www/{team => teams}/app-team.less | 0 www/{team => teams}/index.html | 0 www/{team => teams}/inner.html | 2 +- www/{team => teams}/inner.js | 2 +- www/{team => teams}/main.js | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename www/{team => teams}/app-team.less (100%) rename www/{team => teams}/index.html (100%) rename www/{team => teams}/inner.html (85%) rename www/{team => teams}/inner.js (99%) rename www/{team => teams}/main.js (98%) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 4bfe1383a..09f1604f3 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -11,7 +11,7 @@ define(function() { * redirected to the drive. * You should never remove the drive from this list. */ - config.availablePadTypes = ['drive', 'team', 'pad', 'sheet', 'code', 'slide', 'poll', 'kanban', 'whiteboard', + config.availablePadTypes = ['drive', 'teams', 'pad', 'sheet', 'code', 'slide', 'poll', 'kanban', 'whiteboard', /*'oodoc', 'ooslide',*/ 'file', 'todo', 'contacts']; /* The registered only types are apps restricted to registered users. * You should never remove apps from this list unless you know what you're doing. The apps @@ -20,7 +20,7 @@ define(function() { * users and these users will be redirected to the login page if they still try to access * the app */ - config.registeredOnlyTypes = ['team', 'file', 'contacts', 'oodoc', 'ooslide', 'sheet', 'notifications']; + config.registeredOnlyTypes = ['teams', 'file', 'contacts', 'oodoc', 'ooslide', 'sheet', 'notifications']; /* CryptPad is available is multiple languages, but only English and French are maintained * by the developers. The other languages may be outdated, and any missing string for a langauge diff --git a/www/team/app-team.less b/www/teams/app-team.less similarity index 100% rename from www/team/app-team.less rename to www/teams/app-team.less diff --git a/www/team/index.html b/www/teams/index.html similarity index 100% rename from www/team/index.html rename to www/teams/index.html diff --git a/www/team/inner.html b/www/teams/inner.html similarity index 85% rename from www/team/inner.html rename to www/teams/inner.html index e053dd789..243a74edf 100644 --- a/www/team/inner.html +++ b/www/teams/inner.html @@ -2,7 +2,7 @@ - +