Angel Fernando Quiroz Campos
58d3647c90
Security: fix check on security token when accepting the cookie warning
2 years ago
Yannick Warnier
b3afaf6bc8
Security: Add configuration setting 'security_login_autocomplete_disable' to set autocomplete attribute of both login and password to "new-password" - refs BT#21289
3 years ago
Angel Fernando Quiroz Campos
c90f2b4ddf
Internal: Load vrview.js when enabling it in video features - refs BT#21289
3 years ago
Angel Fernando Quiroz Campos
ca2e7a58ac
Security: Refactor cookie warning to avoid CSRF - refs BT#21289
3 years ago
NicoDucou
ac61878d7a
Exercise: fix integration in iframe not to show tool shortcut-refs BT#20659
3 years ago
Ivo Raisr
82af4f5871
Plugin: Keycloak: Align properly the Keycloak login button
3 years ago
Angel Fernando Quiroz Campos
7508b66e67
Minor: Format code
3 years ago
Angel Fernando Quiroz Campos
6c617c5798
Calendar: Add agenda_event_subscriptions configuration setting - refs BT#20637
...
It allows to other users to subscribe for events. Requires DB changes:
```sql
ALTER TABLE personal_agenda ADD subscription_visibility INT DEFAULT 0 NOT NULL, ADD max_subscriptions INT DEFAULT 0 NOT NULL;
```
Then uncomment the "use EventSubscribableTrait;" line in the PersonalAgenda class.
3 years ago
TheTomcat14
19863bbab3
Replace platform logo with course logo
...
The update adds the possibility to upload a course logo with the same dimensions as the platform logo. The uploaded course logo can be applied to the header, email-template and pdf-export.
3 years ago
Angel Fernando Quiroz Campos
e2aa282c0d
Minor: Format code
4 years ago
Yannick Warnier
cd63f7e802
Display: Add feature to add CSS class to HTML main <section> element for specific enabled features that are used more globally through global variable $htmlContentExtraClass - refs BT#13334
4 years ago
Angel Fernando Quiroz Campos
c9523496f2
Add video_player_renderers configuration setting - refs BT#19897
...
It allows to use MediaElement's renderers like YouTube or Vimeo
4 years ago
Angel Fernando Quiroz Campos
2d3120a0c8
Template: display_one_col_template may not clear flash messages - refs BT#19664
4 years ago
Angel Fernando Quiroz Campos
a42cce8a09
Move code to function to get the print.css files - refs BT#18671
5 years ago
Angel Fernando Quiroz Campos
9a6e05da37
Add api_get_course_setting as filter in templates - refs BT#18201
5 years ago
Julio Montoya
2dc19d6cca
Dont show course shortcut if it's a embeddable item BT#18317
5 years ago
Julio
a228a66977
Minor - format code
5 years ago
Julio Montoya
aeb1d0613a
Minor - fix config variable changed to allow_email_editor_for_anonymous
6 years ago
Julio Montoya
6e85003e19
Admin: Add config allow_email_editor_for_anonymous BT#15596
...
- Allow anon users to send emails to the platform admin.
- Add captcha form type shortcut in FormValidator.class.php
6 years ago
Julio Montoya
0ca1ec7118
Minor - format code
6 years ago
Yannick Warnier
a7b51f4d9d
Ticket: Fix configuration setting name - refs #3564
6 years ago
Yannick Warnier
ab53af9cce
Security: Add filter to new code using GET variables - refs #3564
6 years ago
Angel Cubas
84b413a01e
Ticket: Add configuration setting $_configuration['ticket_lp_quiz_info_add'] to add extra data, learningpath_id and exercise id in tickets report - refs #3564
6 years ago
Alex Aragon
68ee8f319e
fix css
6 years ago
Alex Aragon
7d62ad717b
improvement for custom pages, with template
6 years ago
Julio Montoya
b06eacb261
Minor - format code
6 years ago
Julio Montoya
6dc65c72cb
Configure inscription: replace SYS_APP_PATH.'home' with SYS_HOME_PATH
...
Fix when using vchamilo see BT#17771
6 years ago
Yannick Warnier
0a6aa753eb
Internal: Remove text/javascript type attribute for JavaScript files - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
6 years ago
Yannick Warnier
910a7de5b6
Minor: Update language variable definition in CAS logout button
6 years ago
Julio Montoya
e298106b65
Pause training plugin: Add email body content BT#16298
6 years ago
Angel Fernando Quiroz Campos
9f0244f64c
Add mediaelement plugins in chamilo JS folder
6 years ago
Julio Montoya
ce56951fc3
Add remove_xss function in twig
6 years ago
Angel Fernando Quiroz Campos
e2ba493fd1
Fix login form with captcha #3207
...
Fix 7a22367257
6 years ago
Sébastien Ducoulombier
bb47540bc6
\Template::displayCASLoginButton form action forced to current REQUEST_URI - refs BT#16686
6 years ago
Sébastien Ducoulombier
8224a2f146
Keep current URL as return (service) URL for CAS
...
So one comes back to its course / learnpath after CAS login and is not
redirected to a default start page.
6 years ago
Yannick Warnier
48b5fb533b
Minor - Add documentation about origin of global $cas - refs BT#16484
6 years ago
Yannick Warnier
c5ed429ee3
Fix typo in CAS condition - refs BT#16484
6 years ago
Angel Fernando Quiroz Campos
0135ecb154
Add CSS style for embeddable quiz - refs BT#16576
6 years ago
Julio Montoya
40cb06687e
Minor - format code
6 years ago
Sébastien Ducoulombier
c4c0315461
Minor - Coding conventions - refs BT#16484
6 years ago
Sébastien Ducoulombier
3b937f22de
CAS login from a restricted course returns to it - refs BT#16484
...
(rather than the "page after login")
6 years ago
Sébastien Ducoulombier
37bef440be
enable cas→replace_login_form
6 years ago
Julio
52895e328e
Admin: add config setting "notification_event" BT#16386
...
Show notification events in the main nav bar.
7 years ago
Julio
b77978e6a2
Minor - flint fixes
7 years ago
Julio Montoya
3bc5a7b57d
Minor - format code, remove unused code.
7 years ago
Julio Montoya
c6e0fccdf3
Speed performance: Use static to avoid querying the database.
7 years ago
Julio Montoya
fed9744183
Minor - format code, update from v2
7 years ago
Angel Fernando Quiroz Campos
51e240a8e2
Add api_get_plugin_setting to twig filters - refs BT#9859
7 years ago
Julio Montoya
90234ad3c7
Change teacher footer email (use chamilo inbox to send email) see BT#15782
...
Remove unused code
7 years ago
Julio Montoya
356937c121
Add "linkifyjs" lib in order to convert urls into links see BT#15177
7 years ago