Commit Graph

54930 Commits (7c5857d456273cca0e115c7f889e0bd8e1164d4a)
 

Author SHA1 Message Date
Yannick Warnier 05ced4d2ba Merge branch '1.11.x_contidos-dixitias-2024-clickable-course-name-on-categories' of https://github.com/contidos-dixitais/chamilo-lms into 5048 1 year ago
DamienLyon 8c27c9dff6
Survey: Fix possible "Undefined offset" warning in surveyUtil.class.php 1 year ago
DamienLyon 8d76d00059
Internal: Add __serialize() and __unserialize() to AppKernel.php to improve support for PHP 8.1+ 1 year ago
Yannick Warnier 6482a4741f Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 1 year ago
Yannick Warnier 7118284fc6 Plugin: Onlyoffice: Fix static call to non-static method 1 year ago
Angel Fernando Quiroz Campos 43a9bd1fb8
Security: Add 'auth_openid_allowed_providers' configuration setting to fix potential unauthenticated blind SSRF via openid. 1 year ago
Angel Fernando Quiroz Campos df47eac9b9
Merge commit from fork 1 year ago
Yannick Warnier d3c6f5dc6c Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 1 year ago
Yannick Warnier 7784dadcb5 Security: Add note about setting Content-Security-Policy in configuration.php to reduce the likeliness of registered users trying to trick others into sending data to other sites - refs SEC#175 and SEC#176 1 year ago
NicoDucou 54d47745ca Learnpath: Fix final item access and LP progress to accept failed items when lp_prerequisit_on_quiz_unblock_if_max_attempt_reached is true - refs BT#21735 1 year ago
Yannick Warnier 0ee56d480c Security: Remove deprecated file. Last used before 2016 and contains code enabling RCE. 1 year ago
Angel Fernando Quiroz Campos b939fc859f
Merge commit from fork 1 year ago
Yannick Warnier 802270204d Security: Add warning in dropbox download to educate users about the dangers of downloading files from untrusted sources - refs BT#22085 1 year ago
Yannick Warnier 408cdb45e7 Security: Prevent directory indexing globally (no reason to enable it for web requests) - refs BT#22085 1 year ago
Yannick Warnier 1d91665244 Security: Prevent access to web.config on Apache servers (also documented in the installation guide for nginx) - refs BT#22085 1 year ago
Yannick Warnier b4400125ac Security: Avoid error in catalogue when attempted hack in course code - refs BT#22085 1 year ago
NicoDucou d8b42f6504 Tracking: include end date in the search for report exports - refs BT#21735 BT#21832 1 year ago
NicoDucou d676c60821 Learnpath: Fix parameter allow_teachers_to_access_blocked_lp_by_prerequisite to work for coaches in session - refs BT#22037 1 year ago
Angel Fernando Quiroz Campos f2f726259c
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x 1 year ago
Angel Fernando Quiroz Campos 309362182b
Security: Bump moment.js version - refs BT#22085 1 year ago
Yannick Warnier a454244e78 Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 1 year ago
Yannick Warnier 78bc0da7b3 Security: Filter actions to avoid XSS in personal courses sorting - refs BT#22085 1 year ago
NicoDucou 0c18776fa8 Session: Learnpath: Document: add 3 options to limit edition and modification of content in session context session_hide_lp_copy session_hide_lp_creation session_hide_document_upload - refs BT#21982 1 year ago
Nicolas Ducoulombier 7cf2c49c58
Merge pull request #5823 from christianbeeznest/batnum-22048 1 year ago
Yannick Warnier 814672b002 Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 1 year ago
Yannick Warnier ba9d331aff Security: Add Permissions-Policy header capability (at global level) - refs BT#22072 1 year ago
Nicolas Ducoulombier 3b28aeeb51
Merge pull request #5815 from christianbeeznest/Aix-21977-2 1 year ago
christianbeeznst 300e9ca344 Internal: Import Moodle label as chapter in lesson - refs BT#21977 1 year ago
Angel Fernando Quiroz Campos dcea63967f
Revert "Merge commit from fork" (#5825) 1 year ago
Angel Fernando Quiroz Campos 453fb732b7
Merge commit from fork 1 year ago
NicoDucou c55018ec00 Portfolio: add source edition in HTML form for posts in portfolio - refs BT#22002 1 year ago
Yannick Warnier 830bc7a135 Security: Remove db.php (modified version of Adminer) to avoid unnecessary security risks. Please download your own Adminer script to access your database directly from now on. 1 year ago
christianbeeznst de5623b274 Internal: Add button to show last 10 registered users in user group and session pages - refs BT#22048 1 year ago
christianbeeznst 881bea1870 Course import: Refactor quiz import logic to handle both Moodle versions - refs BT#21977 1 year ago
Nicolas Ducoulombier 52afec09f3
Merge pull request #5763 from AngelFQC/BT21930 1 year ago
Nicolas Ducoulombier df28327bba
Plugin: Azure: adapt order for role verification to have first admin, then teacher to avoid setting a teacher role to an admin - refs BT#21500 1 year ago
Yannick Warnier d30adc7bcf Security: Filter variables for XSS before returning in LP's storageapi 1 year ago
Yannick Warnier 0cb3c42b9c Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x 1 year ago
Yannick Warnier 58c54f4631 Security: Fix logical flaw allowing unauthenticated users to send data to a specific table 1 year ago
Yannick Warnier dc24215029 Minor: Fix typo in PHPDoc 1 year ago
NicoDucou b7f22d3cf7 Gradebook: fix percentage that where always set for categories when using exercise score model - refs BT#22011 1 year ago
Yannick Warnier 578c78770c Maintenance: Moodle Export: Add online documentation to form - refs BT#21977 1 year ago
Yannick Warnier c9338bdf05 Update language terms 1 year ago
Yannick Warnier 0a42083e46 Update language terms 1 year ago
Yannick Warnier 15347332d4 Minor: Fix language term - refs BT#21709 1 year ago
christianbeeznest 41af88701f
Maintenance: Implement MBZ file generation for Moodle 3/4 backups - refs BT#21977 1 year ago
Angel Fernando Quiroz Campos f5d563c361
Plugin: Azure: Catch exception when getting group members - refs BT#21930 1 year ago
Angel Fernando Quiroz Campos 2b5eeb58ad
Minor: Format code - refs BT#21930 1 year ago
Angel Fernando Quiroz Campos 274f9f28cd
Plugin: Azure: Move methods to parent class - refs BT#21930 1 year ago
Angel Fernando Quiroz Campos 90588f2558
Plugin: Azure: Fix script to sync user groups and divide process to subscriptions - refs BT#21930 1 year ago