Skip to content

Commit

Permalink
normalizes contexts and finishes logs (#2648)
Browse files Browse the repository at this point in the history
* normalizes contexts

* loads all translations at once

* cleans translation

* initializes cors support

* supports cors preflight requests

* fixes cors response headers

* fixes

* wip

* archive

* fixes redux middlewares

* fixes some deprecated

* archive

* fixes ws certificates

* archive

* migrates tools (wip)

* fixes logs

* disables unavailable contexts and manages redirects

* updates composer.lock

* fixes install

* adds base template

* generates public home

* fixes workspace access

* fixes current user access

* fixes

* fixes logs and events

* fixes user persist

* fixes logs priority

* updates composer.lock

* fixes deprecated

* hide menu if only one context

* auto enable flashcard plugin

* fixes

* removes analytics plugin

* fixes installation
  • Loading branch information
Elorfin authored Dec 14, 2023
1 parent 7ec06cd commit f61ec4b
Show file tree
Hide file tree
Showing 1,522 changed files with 17,503 additions and 45,551 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@
"friendsofsymfony/jsrouting-bundle": "^2.8",
"gedmo/doctrine-extensions": "^3.2",
"geoip2/geoip2": "^2.11",
"hwi/oauth-bundle": "^1.1",
"icap/html-diff": "1.1.0",
"jdorn/sql-formatter": "1.2.17",
"php-http/httplug-bundle": "*",
"php-http/guzzle6-adapter": "*",
"postal/postal": "^1.0",
"psr/log": "^2.0|^3.0",
"ramsey/uuid": "^3.9",
Expand All @@ -71,8 +68,7 @@
"symfony/validator": "^5.4",
"symfony/yaml": "^5.4",
"twig/twig": "^3.5",
"willdurand/js-translation-bundle": "^4.0",
"http-interop/http-factory-guzzle": "^1.2"
"willdurand/js-translation-bundle": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -92,7 +88,6 @@
"psr-4": {
"Claroline\\PrivacyBundle\\": "src/main/privacy",
"Claroline\\AgendaBundle\\": "src/plugin/agenda",
"Claroline\\AnalyticsBundle\\": "src/plugin/analytics",
"Claroline\\AnnouncementBundle\\": "src/plugin/announcement",
"Claroline\\AppBundle\\": "src/main/app",
"Claroline\\AudioPlayerBundle\\": "src/plugin/audio-player",
Expand Down Expand Up @@ -144,11 +139,6 @@
"UJM\\ExoBundle\\": "src/plugin/exo"
}
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"scripts": {
"enable-maintenance": [
"Claroline\\CoreBundle\\Library\\Maintenance\\MaintenanceHandler::enableMaintenance"
Expand Down
Loading

0 comments on commit f61ec4b

Please sign in to comment.