Julio
4da7c7256a
Add ckeditor files when executing composer update
5 years ago
Julio
3e739c2e66
Add Mailer component instead of swiftmailer
5 years ago
Julio
eb716b7054
Fix ckeditor loading in legacy code
5 years ago
Julio
fc1588f677
Add KnpUOAuth2ClientBundle to handle oauth login methods.
5 years ago
Julio
381384b665
Remove HWIOAuthBundle
5 years ago
Julio Montoya
73b45d2289
Fix URL after moving 'main' dir to 'public'
5 years ago
Julio Montoya
6157adaccd
Move main folder to public/main
5 years ago
Julio Montoya
354aa96cff
Restore exif dependency
5 years ago
Julio Montoya
d1862b29cc
Minor- remove unused extension
5 years ago
Julio Montoya
9fe4f1e118
Fix to stay in symfony 4.3
...
Some libs are not yet available with out errors for symfony 4.4
php-http/httplug-bundle, sonata-project/core-bundle, etc.
5 years ago
Julio Montoya
4874d1054e
Update dependencies
5 years ago
Julio Montoya
1ea1ba373a
Add Glide lib to handle image filters
...
Using flysystem and resources.
5 years ago
Julio Montoya
85aa745256
Minor - format code
5 years ago
Julio Montoya
9e84514577
Add phpstan/phpstan to check PHP fatal/warning errors
5 years ago
Julio Montoya
544ac136b5
Add public/legacy.php in composer
5 years ago
Julio Montoya
d643db9f6c
Add phpstan for debug php errors
5 years ago
Julio Montoya
a3ace3bd97
Add xmlreader needed for XmlReader
5 years ago
Angel Fernando Quiroz Campos
acb22c3748
Hook: Rename classes and move then to CoreBundle - refs BT#15992
5 years ago
Julio Montoya
1d879f13e6
Document/resource changes
...
- Use Container::getDocumentRepository() to get the repo
- Fix download button
- Fix move file
- Fix visibility actions
5 years ago
Julio
d8d0e7ff5e
Use VichUploaderBundle with flysystem for resources
5 years ago
Julio Montoya
9127231218
Minor - update composer.json
5 years ago
Julio Montoya
ea7397bbd8
Minor - remove unused lib, upgrade composer
5 years ago
Julio Montoya
f693d10223
Remove portphp/portphp dependencies using sonata exporter
...
+ removing unused functions
5 years ago
Julio Montoya
568d8b5eb5
Update php version to 7.2, add html sanitizer
5 years ago
Julio
908f127524
Minor - remove "symfony/webpack-encore-pack"
...
Replaced by symfony/webpack-encore-bundle
6 years ago
Julio
354023664b
Remove jtsternberg/oauth1-php (blocks travis builds) #2825
6 years ago
Julio
d4012ce8ce
Update composer from 1.11.x and yarn.lock
6 years ago
Julio Montoya
6655519570
update from 1.11.x
6 years ago
Julio Montoya
84362ac0ac
Add liip/imagine-bundle lib
...
Resources now can use the liip/imagine-bundle lib in order to
modify images (resize/change quality/etc) see:
https://github.com/liip/LiipImagineBundle
In order to use it you can just add the filter in the URL
&filter=hotspot_question
Example:
/public/courses/ABC/document/images/file.png?type=show&filter=hotspot_question
6 years ago
Julio Montoya
bdff43374b
APP_URL_APPEND must contain "/" at the beggining if is not empty
6 years ago
Angel Fernando Quiroz Campos
5e11f09000
Fix JS dependencies
6 years ago
Julio Montoya
53253908e3
Minor - Fix composer error
6 years ago
Julio Montoya
0f0a56876a
Fix CSV skill import see #2772
6 years ago
Julio Montoya
fa95c8d822
Update composer
...
Fix error in sonata core "Sonata\Twig\Extension\FlashMessageRuntime"
6 years ago
Angel Fernando Quiroz Campos
a19db6227e
Vendor add oauth1-php #2741
...
oauth1-php used to sign request for lti launch
6 years ago
Julio Montoya
76d6e9d06f
WIP: Remove use of "PHPExcel" use Export class (export.lib.php)
...
- Update composer dependencies
6 years ago
Julio Montoya
bdb77bdf8e
Fix pdf export using updated mpdf library
...
- Use updated phpqrcode lib
- Use masterminds/html5 to read html files
6 years ago
Julio Montoya
6e54ab2891
WIP: Fix elfinder paths #2326 (ckeditor + elfinder not working yet)
6 years ago
Julio Montoya
c46f5e29d7
Add audit tables when entities change #2326
6 years ago
Julio Montoya
23d517dfb3
Minor - update composer
6 years ago
Julio Montoya
3ea4f7c2a3
Use FOS\CKEditorBundle instead of deprecated Ivory\CKEditorBundle
...
Update sonata lib
6 years ago
Julio Montoya
a84711ec36
Minor - update composer.json, fix comments
6 years ago
Julio
6ea18f45bf
Fix loading language using listeners and lang priorities
6 years ago
Angel Fernando Quiroz Campos
53488d6239
Vendor - Add firebase/php-jwt
...
Refs #2644
6 years ago
Angel Fernando Quiroz Campos
5e6767b5e1
Vendor Add overblog/graphql-bundle
...
Refs #2644
6 years ago
Julio Montoya
3f8b6c39f8
WIP - Add document dummy code to add resources
...
- New datagrid bundle added (apy/datagrid-bundle)
- api_get_group_entity() added
- ResourceController and uploader fixed using new version of Resource
bundle.
- Add interface and trait to capture the course and session from the url
with a listener.
- Add new form type to manage Resource (Link, Node and Rights)
- Fix ResourceRepository with new changes
- New templates added for the document list (dummy code)
6 years ago
Julio Montoya
534d8f779f
WIP: Add oneup/uploader-bundle
6 years ago
Julio Montoya
8184f0075f
Minor - fix validator version
6 years ago
Julio Montoya
32790d9788
Create page that replace the "home" folder
...
Now it works in different languages and portals.
6 years ago
Julio Montoya
e381e3d431
Use sonata page to handle "configure_inscription.php"
...
Instead of saving content in a html file in home/
now we save the page in the database using "sonata page bundle"
The same happens with the welcome message
6 years ago