juancpbinario
c1aa647717
Re-enable user session duration days
8 months ago
Angel Fernando Quiroz Campos
135e61ebf5
Skill: Display: Use badge.design instead of openbadges.me/designer
8 months ago
Angel Fernando Quiroz Campos
30a7677cf2
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
8 months ago
Angel Fernando Quiroz Campos
060e433498
Add return and params types + format code
8 months ago
Angel Fernando Quiroz Campos
c343e89a88
Vendor: Use facebook/graph-sdk instead of facebook/php-sdk-v4
8 months ago
Angel Fernando Quiroz Campos
f6a7975909
Internal: Fix script to upload video to Vimeo
8 months ago
NicoDucou
18b2131d75
Plagiarism: Compilatio: fix analyses API query to work with all services and contracts for compilatio - refs BT#22318
8 months ago
NicoDucou
8f92e154b7
Gossary: complement to Fix load glossary from base course if not found in session - refs BT#22235 BT#22110
9 months ago
Nicolas Ducoulombier
3745abac8f
Merge pull request #6005 from christianbeeznest/stib-22319
...
Internal: Fix pagination issue in SortableTable session handling - refs BT#22319
9 months ago
Nicolas Ducoulombier
bf8f2dd147
Merge pull request #6003 from AngelFQC/BT21930-2
...
Plugin: Azure: Add option to filter groups by display name
9 months ago
Christian Beeznest
3d19c00147
Internal: Fix pagination issue in SortableTable session handling - refs BT#22319
9 months ago
Angel Fernando Quiroz Campos
38d8bce275
Plugin: Azure: Add option to filter groups by display name - refs BT#21930
9 months ago
Nicolas Ducoulombier
24858995a7
Merge pull request #5934 from AngelFQC/BT21930
...
Plugin: Azure: Add options to user delta queries when syncing
9 months ago
Angel Fernando Quiroz Campos
10b6d6125d
Fix undefined index in request
9 months ago
Angel Fernando Quiroz Campos
49816b6855
Display: Load missing i18n files for date and time pickers - refs BT#21354
9 months ago
Angel Fernando Quiroz Campos
7129190ada
Minor: Format code
9 months ago
Angel Fernando Quiroz Campos
1f95891d84
Merge remote-tracking branch 'origin/1.11.x' into 1.11.x
9 months ago
Yannick Warnier
8c16c19299
Internal: Revert PHP 8 compatibility improvement in api_htmlentities() as it causes issues filtering HTML tags in HTML titles - refs BT#22321
9 months ago
Nicolas Ducoulombier
31e06df39a
Merge pull request #6001 from AngelFQC/BT#22232-2
...
Portfolio: Add portfolio_show_base_course_post_in_sessions conf setting
9 months ago
Angel Fernando Quiroz Campos
c6880d3554
Vendor: Remove brumann/polyfill-unserialize
...
> In case you are using PHP 7.0+ the original unserialize() will be used instead.
9 months ago
Angel Fernando Quiroz Campos
a025de461a
Portfolio: Duplicate post in sessión when commenting if portfolio_show_base_course_post_in_sessions is enabled - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
918416a844
Portfolio: List course base content in session when portfolio_show_base_course_post_in_sessions is enabled - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
e661cbb293
Portfolio: Add portfolio_show_base_course_post_in_sessions conf setting - refs BT#22232
...
Show base course posts in session course. Requires DB changes and edit the Portfolio entity adding the "@" symbol to the beginning of ORM\ManyToOne, ORM\JoinColumn, ORM\OneToMany lines for the Portfolio::$duplicatedFrom and Portfolio::$duplicates properties.
ALTER TABLE portfolio ADD duplicated_from INT DEFAULT NULL;
ALTER TABLE portfolio ADD CONSTRAINT FK_A9ED1062FC4CB679 FOREIGN KEY (duplicated_from) REFERENCES portfolio (id) ON DELETE SET NULL;
CREATE INDEX IDX_A9ED1062FC4CB679 ON portfolio (duplicated_from);
9 months ago
Nicolas Ducoulombier
8a7a108d85
Merge pull request #5995 from christianbeeznest/Aix-21977-5
...
Course: Fix export mbz validation, root-only resources, skip empty folders - refs BT#21977
9 months ago
Christian Beeznest
542765cb63
Course: Fix export mbz validation, root-only resources, skip empty folders - refs BT#21977
9 months ago
Angel Fernando Quiroz Campos
34975cd966
Internal: Portfolio: Add types to entity properties - refs BT#22232
9 months ago
Angel Fernando Quiroz Campos
c60a4e23f5
Plugin: OnlyOffice: Fix E_NOTICEs when api_get_setting is not returning an array value
9 months ago
Yannick Warnier
9511cee2db
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
9 months ago
Yannick Warnier
4fead7c2bc
Minor: Code indentation & PHPDoc
9 months ago
Angel Fernando Quiroz Campos
2d12af3491
Internal: Remove return type mixed
...
The mixed return type is available from php8.0
9 months ago
Angel Fernando Quiroz Campos
d617e04be7
Internal: Fix ErrorCorrectionLevel::MEDIUM constant usage
9 months ago
Angel Fernando Quiroz Campos
e117d3f69f
Add missing use of ReflectionClass
9 months ago
Yannick Warnier
600d8a1a92
Internal: Fix various PHP8 compatibility issues to reduce error messages
9 months ago
Yannick Warnier
c1ef468168
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
9 months ago
Yannick Warnier
822ae55513
Security: Plugin: OnlyOffice: Add filtering to new filenames created through the plugin
9 months ago
Yannick Warnier
ab1f124dfd
Plugin: OnlyOffice: Add OnlyOffice viewer by default for corresponding extensions in documents tool - refs #5395
9 months ago
Yannick Warnier
3439ff1d71
Documentation: Add precision bout the syntax for new RewriteRule with Apache > 2.4.38-3
9 months ago
NicoDucou
b21a8a27fb
Exercise: fix delete attempt from pending exercice page - refs BT#22272
9 months ago
NicoDucou
b590a170d6
Internal: Fix warning and error with php8
9 months ago
Nicolas Ducoulombier
02fae33e52
Merge pull request #5962 from christianbeeznest/Ifa-22235
...
Gossary: Fix load glossary from base course if not found in session - refs BT#22235
9 months ago
Nicolas Ducoulombier
a52de436ca
Merge pull request #5961 from christianbeeznest/alter-22234
...
Session: Fix session course position handling in CSV export/import - refs BT#22234
9 months ago
Christian Beeznest
ca83c918ea
Gossary: Fix load glossary from base course if not found in session - refs BT#22235
9 months ago
Christian Beeznest
f846c25403
Session: Fix session course position handling in CSV export/import - refs BT#22234
9 months ago
Yannick Warnier
e11bb258e5
Plugin: OnlyOffice: Add checked vendor/ to git
9 months ago
Angel Fernando Quiroz Campos
7212fb2a1e
Work: Security: Sanitize file name that could import document with special characters - refs BT#22273
9 months ago
Angel Fernando Quiroz Campos
3075eeba7a
Dropbox: Security: Sanitize file name that could import document with special characters - refs BT#22273
9 months ago
Angel Fernando Quiroz Campos
406e0dd5f4
Gradebook: Fix theme image paths in certificates - refs BT#22231
9 months ago
Angel Fernando Quiroz Campos
f915007524
Security: Confirm delete action with modal instead of alert
...
Fix advisory GHSA-gw58-89f7-4xgj
9 months ago
Angel Fernando Quiroz Campos
82cc07edd8
Security: Remove on* attributes through new filter of HTML Purifier
...
Fix advisory GHSA-gw58-89f7-4xgj
9 months ago
Angel Fernando Quiroz Campos
241c569dde
Security: Remove on* attributes for input text fields
...
Fix advisory GHSA-gw58-89f7-4xgj
9 months ago