hoogi91 / access-restriction
protect access to pages or content elements via frontend groups that are only added when specific access restrictions are matching
Installs: 1 446
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Type:typo3-cms-extension
Requires
- php: ~7.4.0 || ~8.0.0 || ~8.1.0
- typo3/cms-frontend: ^10.4 || ^11.5
Requires (Dev)
- helhum/typo3-console: ^6.7 || ^7.1
- phpstan/phpstan: ^1.8
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
- typo3/minimal: ^10.4 || ^11.5
- typo3/testing-framework: ^6.14
- vimeo/psalm: ^5.1
This package is auto-updated.
Last update: 2024-11-18 02:12:41 UTC
README
composer req hoogi91/access-restriction
Features
- Supporting editors & authors by providing
- IP restrictions of pages and content elements via:
- single IP e.g. 192.168.0.1
- IP range e.g. 192.168.0.1-192.168.0.255
- IP subnet e.g. 192.168.0.1/24
- IP restrictions of pages and content elements via:
Contribution
Pull Requests are gladly welcome! Nevertheless please don't forget to add an issue and connect it to your pull requests. This is very helpful to understand what kind of issue the PR is going to solve.
Bugfixes: Please describe what kind of bug your fix solve and give us feedback how to reproduce the issue.
Features: Not every feature is relevant for the bulk of users. It helps to have a discussion about a new feature before you open a pull request.