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
src/migrations/m181126_115636_add_column_community_id.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/models/Videoconf.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\models
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models
;
use
arter\amos\admin\models\UserProfile
;
...
...
src/models/VideoconfSearch.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\models
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models
;
use
arter\amos\admin\models\UserProfile
;
...
...
src/models/VideoconfUsersMm.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\models
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models
;
use
Yii
;
...
...
src/models/base/UserProfileForm.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\models\base
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models\base
;
use
arter\amos\admin\models\UserContact
;
...
...
src/models/base/Videoconf.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\models\base
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models\base
;
use
arter\amos\notificationmanager\models\Notification
;
...
...
src/models/base/VideoconfUsersMm.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\models\base
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
namespace
arter\amos\videoconference\models\base
;
use
arter\amos\admin\models\UserProfile
;
...
...
src/rules/JoinOwnVideoconference.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
\rules
* @package arter\amos\videoconference
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/rules/UpdateOwnVideoconference.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
\rules
* @package arter\amos\videoconference
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/utils/EmailUtil.php
View file @
d38983f9
...
...
@@ -8,7 +8,7 @@
* @license GPLv3
* @license https://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3
*
* @package arter
\amos\videoconference\utils
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/views/default/index.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\views\default
* @package arter\amos\videoconference
* @category CategoryName
* @author Elite Division S.r.l.
*/
...
...
src/views/videoconf/_calendar.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
*/
use
backend\components\helpers\Html
;
/*
...
...
src/views/videoconf/_form.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\helpers\Html
;
use
arter\amos\core\forms\ActiveForm
;
use
kartik\builder\Form
;
...
...
src/views/videoconf/_icon.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
*/
use
yii\helpers\Html
;
use
arter\amos\core\icons\AmosIcons
;
use
backend\modules\admin\Module
as
AdminModule
;
...
...
src/views/videoconf/_item.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\icons\AmosIcons
;
/*
* Personalizzare a piacimento la vista
...
...
src/views/videoconf/_map.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
*/
use
arter\amos\core\helpers\Html
;
/*
...
...
src/views/videoconf/_search.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\helpers\Html
;
use
yii\widgets\ActiveForm
;
...
...
src/views/videoconf/create.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\helpers\Html
;
/**
...
...
src/views/videoconf/index.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
arter\amos\core\helpers\Html
;
use
arter\amos\core\views\DataProviderView
;
use
arter\amos\core\utilities\ViewUtility
;
...
...
src/views/videoconf/meet.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\views\videoconf
* @package arter
* @category CategoryName
* @author Elite Division S.r.l.
*/
use
yii\helpers\Html
;
use
yii\widgets\DetailView
;
use
kartik\datecontrol\DateControl
;
...
...
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