-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Do not add filterCategoryRef if category is other (#593) * [MBO-829] Redirect to Modules catalog if contextual tabClassName is not given * Add htaccess to forbid directory listing and access to env files * Do not add filterCategoryRef if category is other (#593) * feat(Context): ✨ Add data in context. Adding Module catalog URL & Theme catalog URL to be sure to have them everytime with the correct token. Adding PHP version for future use. * New translations ModulesMboErrors.en-US.xlf (Romanian) * New translations ModulesMboErrors.en-US.xlf (French) * New translations ModulesMboErrors.en-US.xlf (Spanish) * New translations ModulesMboErrors.en-US.xlf (German) * New translations ModulesMboErrors.en-US.xlf (Italian) * New translations ModulesMboErrors.en-US.xlf (Dutch) * New translations ModulesMboErrors.en-US.xlf (Polish) * New translations ModulesMboErrors.en-US.xlf (Portuguese) * New translations ModulesMboErrors.en-US.xlf (Russian) * New translations ModulesMboGlobal.en-US.xlf (Romanian) * New translations ModulesMboGlobal.en-US.xlf (French) * New translations ModulesMboGlobal.en-US.xlf (Spanish) * New translations ModulesMboGlobal.en-US.xlf (German) * New translations ModulesMboGlobal.en-US.xlf (Italian) * New translations ModulesMboGlobal.en-US.xlf (Dutch) * New translations ModulesMboGlobal.en-US.xlf (Polish) * New translations ModulesMboGlobal.en-US.xlf (Portuguese) * New translations ModulesMboGlobal.en-US.xlf (Russian) * New translations ModulesMboLinks.en-US.xlf (Romanian) * New translations ModulesMboLinks.en-US.xlf (French) * New translations ModulesMboLinks.en-US.xlf (Spanish) * New translations ModulesMboLinks.en-US.xlf (German) * New translations ModulesMboLinks.en-US.xlf (Italian) * New translations ModulesMboLinks.en-US.xlf (Dutch) * New translations ModulesMboLinks.en-US.xlf (Polish) * New translations ModulesMboLinks.en-US.xlf (Portuguese) * New translations ModulesMboLinks.en-US.xlf (Russian) * New translations ModulesMboModulescatalog.en-US.xlf (Romanian) * New translations ModulesMboModulescatalog.en-US.xlf (French) * New translations ModulesMboModulescatalog.en-US.xlf (Spanish) * New translations ModulesMboModulescatalog.en-US.xlf (German) * New translations ModulesMboModulescatalog.en-US.xlf (Italian) * New translations ModulesMboModulescatalog.en-US.xlf (Dutch) * New translations ModulesMboModulescatalog.en-US.xlf (Polish) * New translations ModulesMboModulescatalog.en-US.xlf (Portuguese) * New translations ModulesMboModulescatalog.en-US.xlf (Russian) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Romanian) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (French) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Spanish) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (German) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Italian) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Dutch) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Polish) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Portuguese) * New translations ModulesMboRecommendedmodulesandservices.en-US.xlf (Russian) * New translations ModulesMboLinks.en-US.xlf (Romanian) * New translations ModulesMboLinks.en-US.xlf (French) * New translations ModulesMboLinks.en-US.xlf (Spanish) * New translations ModulesMboLinks.en-US.xlf (German) * New translations ModulesMboLinks.en-US.xlf (Italian) * New translations ModulesMboLinks.en-US.xlf (Dutch) * New translations ModulesMboLinks.en-US.xlf (Polish) * New translations ModulesMboLinks.en-US.xlf (Portuguese) * New translations ModulesMboLinks.en-US.xlf (Russian) * Update config.xml (#598) * Bump version to 4.4.4 (#599) * feat(Version): :tag: Bump version to 4.5.0 --------- Co-authored-by: Vincent Garcia <[email protected]>
- Loading branch information
1 parent
8a8c56d
commit 8a4f03b
Showing
51 changed files
with
373 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Disable index view | ||
Options -Indexes | ||
|
||
# Hide a specific file | ||
<Files .env> | ||
Order allow,deny | ||
Deny from all | ||
</Files> | ||
|
||
<Files ~ "^\.env(.*)$"> | ||
Order allow,deny | ||
Deny from all | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.