-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: Change Vendor name to Unikka
The package was published as noedisch package before but is not available anymore. Now we adjust the vendor name and name space to fit the unikka eco system. The package was authored by me under the MIT license and so we continue now as an unikka package. BREAKING CHANGE: Vendor name and namespace change
- Loading branch information
1 parent
5777cbc
commit 7ee2942
Showing
18 changed files
with
87 additions
and
84 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# | ||
# Security policies for Noerdisch.LinkChecker package | ||
# Security policies for Unikka.LinkChecker package | ||
# | ||
privilegeTargets: | ||
'Neos\Neos\Security\Authorization\Privilege\ModulePrivilege': | ||
'Noerdisch.LinkChecker:Backend.Module.Management.LinkChecker': | ||
'Unikka.LinkChecker:Backend.Module.Management.LinkChecker': | ||
matcher: 'management/linkchecker' | ||
|
||
roles: | ||
'Neos.Neos:AbstractEditor': | ||
privileges: | ||
- | ||
privilegeTarget: 'Noerdisch.LinkChecker:Backend.Module.Management.LinkChecker' | ||
privilegeTarget: 'Unikka.LinkChecker:Backend.Module.Management.LinkChecker' | ||
permission: GRANT |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Noerdisch: | ||
Unikka: | ||
LinkChecker: | ||
url: '' | ||
defaultProfile: 'Noerdisch\LinkChecker\Profile\CheckAllLinks' | ||
defaultReporter: 'Noerdisch\LinkChecker\Reporter\LogBrokenLinks' | ||
defaultProfile: 'Unikka\LinkChecker\Profile\CheckAllLinks' | ||
defaultReporter: 'Unikka\LinkChecker\Reporter\LogBrokenLinks' | ||
concurrency: 10 | ||
ignoreRobots: true | ||
excludeStatusCodes: [] | ||
|
@@ -14,20 +14,20 @@ Noerdisch: | |
auth: [] | ||
notifications: | ||
enabled: true | ||
service: 'Noerdisch\LinkChecker\Service\EmailService' | ||
service: 'Unikka\LinkChecker\Service\EmailService' | ||
subject: 'Link checker results' | ||
minimumStatusCode: 400 | ||
mail: | ||
sender: | ||
default: | ||
name: 'Noerdisch' | ||
name: 'Unikka' | ||
address: '[email protected]' | ||
recipient: | ||
default: | ||
name: 'Noerdisch' | ||
name: 'Unikka' | ||
address: '[email protected]' | ||
template: | ||
package: 'Noerdisch.LinkChecker' | ||
package: 'Unikka.LinkChecker' | ||
file: 'NotificationMail' | ||
attachment: | ||
enableMailAttachment: true | ||
|
@@ -45,13 +45,13 @@ Neos: | |
userInterface: | ||
translation: | ||
autoInclude: | ||
'Noerdisch.LinkChecker': ['Modules'] | ||
'Unikka.LinkChecker': ['Modules'] | ||
modules: | ||
management: | ||
submodules: | ||
linkchecker: | ||
label: 'Link Checker Module' | ||
controller: 'Noerdisch\LinkChecker\Controller\BackendController' | ||
controller: 'Unikka\LinkChecker\Controller\BackendController' | ||
description: 'Backend Modules for listing crawling states for URLs and images' | ||
icon: 'fas fa-link' | ||
privilegeTarget: 'Noerdisch.LinkChecker:Backend.Module.Management.LinkChecker' | ||
privilegeTarget: 'Unikka.LinkChecker:Backend.Module.Management.LinkChecker' |
Oops, something went wrong.