Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elitedivision
amos-videoconference
Commits
d38983f9
Commit
d38983f9
authored
Jul 28, 2021
by
Aster
Committed by
waltermazza
Jul 28, 2021
Browse files
General Bug Fixes and Improvements
parent
974ce066
Changes
43
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
d38983f9
...
...
@@ -25,4 +25,4 @@
"bower-asset-library"
:
"vendor/bower"
}
}
}
\ No newline at end of file
}
src/AmosVideoconference.php
View file @
d38983f9
...
...
@@ -3,12 +3,11 @@
/**
* Copyright 2020 Art-ER S. Cons. P.A.
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see https://repo.art-er.it Developers' community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
* https://www.open2.0.regione.lombardia.it
*
* @see http://example.com Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\videoconference
* @category CategoryName
...
...
src/assets/VideoconferenceAsset.php
View file @
d38983f9
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\
videoconferenc
e\assets
* @package arter\amos\
moodl
e\assets
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/config/config.php
View file @
d38983f9
...
...
@@ -5,17 +5,16 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
*
* @package arter\amos\videoconference\config
* @package arter\amos\videoconference
* @category CategoryName
* @author Elite Division S.r.l.
*/
$jitsiDomain
=
""
;
$jitsiDomain
=
"
meet.test.demotestwip.it
"
;
return
[
'config'
=>
[
...
...
src/controllers/CronController.php
View file @
d38983f9
...
...
@@ -8,10 +8,11 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\controllers
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\controllers
;
//namespace console\controllers;
...
...
src/controllers/DefaultController.php
View file @
d38983f9
...
...
@@ -5,7 +5,7 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
...
...
src/controllers/VideoconfController.php
View file @
d38983f9
...
...
@@ -8,11 +8,12 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\controllers
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\controllers
;
use
arter\amos\admin\models\UserProfile
;
...
...
src/i18n/en-GB/messages.php
View file @
d38983f9
...
...
@@ -3,12 +3,11 @@
/**
* Copyright 2020 Art-ER S. Cons. P.A.
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see https://repo.art-er.it Developers' community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
* https://www.open2.0.regione.lombardia.it
*
* @see http://example.com Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\videoconference\i18n\en-GB
* @category CategoryName
...
...
src/i18n/en-US/messages.php
View file @
d38983f9
...
...
@@ -3,12 +3,11 @@
/**
* Copyright 2020 Art-ER S. Cons. P.A.
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see https://repo.art-er.it Developers' community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
* https://www.open2.0.regione.lombardia.it
*
* @see http://example.com Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\videoconference\i18n\en-US
* @category CategoryName
...
...
src/i18n/grammar/VideoconferenceGrammar.php
View file @
d38983f9
...
...
@@ -10,11 +10,11 @@ use arter\amos\videoconference\AmosVideoconference;
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package
arter\amos\videoconference\i18n\grammar
* @package
piattaforma-openinnovation
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/i18n/it-IT/messages.php
View file @
d38983f9
...
...
@@ -5,12 +5,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
*
* @package arter\amos\videoconference\i18n\it-IT
* @package arter\amos\comments\i18n\it-IT
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/mail/generic/generic-html.php
View file @
d38983f9
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\
videoconference\mail\generic
* @package arter\amos\
admin
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/mail/generic/subject-html.php
View file @
d38983f9
...
...
@@ -8,13 +8,14 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\mail\generic
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
yii\helpers\Html
;
use
arter\amos\videoconference\AmosVideoconference
;
...
...
src/migrations/m171204_121534_create_table_videoconf.php
View file @
d38983f9
...
...
@@ -4,7 +4,7 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
...
...
src/migrations/m171204_125957_videoconference_permissions.php
View file @
d38983f9
...
...
@@ -8,11 +8,12 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\migrations
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\migration\AmosMigrationPermissions
;
use
yii\rbac\Permission
;
...
...
src/migrations/m171204_135754_create_table_videoconf_users_mm.php
View file @
d38983f9
...
...
@@ -4,7 +4,7 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
...
...
src/migrations/m171207_100000_add_widget_videoconference.php
View file @
d38983f9
...
...
@@ -8,10 +8,11 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\migrations
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\migration\AmosMigrationWidgets
;
use
arter\amos\dashboard\models\AmosWidgets
;
...
...
src/migrations/m171207_100100_add_auth_item_videoconference.php
View file @
d38983f9
...
...
@@ -8,10 +8,11 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\migrations
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\migration\AmosMigrationPermissions
;
use
yii\rbac\Permission
;
...
...
src/migrations/m180110_095836_add_columns_ore.php
View file @
d38983f9
...
...
@@ -4,11 +4,11 @@
* EROI - Emilia Romagna Open Innovation is based on:
* https://www.open2.0.regione.lombardia.it
*
* @see http
s
://
repo.art-er.it
Developers'
community
* @see http://
example.com
Developers'community
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter\amos\
videoconference
\migrations
* @package arter\amos\
community
\migrations
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/migrations/m180115_102600_add_permission_videoconference.php
View file @
d38983f9
...
...
@@ -8,10 +8,11 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\migrations
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\migration\AmosMigrationPermissions
;
use
yii\rbac\Permission
;
...
...
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment