Move team to teams
This commit is contained in:
@@ -11,7 +11,7 @@ define(function() {
|
|||||||
* redirected to the drive.
|
* redirected to the drive.
|
||||||
* You should never remove the drive from this list.
|
* 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'];
|
/*'oodoc', 'ooslide',*/ 'file', 'todo', 'contacts'];
|
||||||
/* The registered only types are apps restricted to registered users.
|
/* 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
|
* 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
|
* users and these users will be redirected to the login page if they still try to access
|
||||||
* the app
|
* 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
|
/* 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
|
* by the developers. The other languages may be outdated, and any missing string for a langauge
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html class="cp-app-noscroll">
|
<html class="cp-app-noscroll">
|
||||||
<head>
|
<head>
|
||||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||||
<script async data-bootload="/team/inner.js" data-main="/common/sframe-boot.js?ver=1.6" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
<script async data-bootload="/teams/inner.js" data-main="/common/sframe-boot.js?ver=1.6" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
|
||||||
<style>
|
<style>
|
||||||
.loading-hidden { display: none; }
|
.loading-hidden { display: none; }
|
||||||
#editor1 { display: none; }
|
#editor1 { display: none; }
|
||||||
@@ -16,7 +16,7 @@ define([
|
|||||||
|
|
||||||
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
|
'css!/bower_components/bootstrap/dist/css/bootstrap.min.css',
|
||||||
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
|
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
|
||||||
'less!/team/app-team.less',
|
'less!/teams/app-team.less',
|
||||||
], function (
|
], function (
|
||||||
$,
|
$,
|
||||||
Toolbar,
|
Toolbar,
|
||||||
@@ -20,7 +20,7 @@ define([
|
|||||||
window.rc = requireConfig;
|
window.rc = requireConfig;
|
||||||
window.apiconf = ApiConfig;
|
window.apiconf = ApiConfig;
|
||||||
document.getElementById('sbox-iframe').setAttribute('src',
|
document.getElementById('sbox-iframe').setAttribute('src',
|
||||||
ApiConfig.httpSafeOrigin + '/team/inner.html?' + requireConfig.urlArgs +
|
ApiConfig.httpSafeOrigin + '/teams/inner.html?' + requireConfig.urlArgs +
|
||||||
'#' + encodeURIComponent(JSON.stringify(req)));
|
'#' + encodeURIComponent(JSON.stringify(req)));
|
||||||
|
|
||||||
// This is a cheap trick to avoid loading sframe-channel in parallel with the
|
// This is a cheap trick to avoid loading sframe-channel in parallel with the
|
||||||
Reference in New Issue
Block a user