Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
netgrif
/
application-engine
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
27
Code
Issues
0
Pull requests
43
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
[NAE-1617] Authority refactor
- #477
#477
Draft
renczesstefan
wants to merge 10 commits into
release/7.0.0
netgrif/application-engine:release/7.0.0
from
NAE-1617_v7
netgrif/application-engine:NAE-1617_v7
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Draft
[NAE-1617] Authority refactor
#477
renczesstefan
wants to merge 10 commits into
release/7.0.0
netgrif/application-engine:release/7.0.0
from
NAE-1617_v7
netgrif/application-engine:NAE-1617_v7
Copy head branch name to clipboard
Commits
Commits on Aug 18, 2026
Add advanced authorization support: introduce `Authorize` and `Authorizations` annotations, implement `BaseAuthorizationServiceAspect`, extend Authority management, and update dependencies.
renczesstefan
committed
b810b0b
View commit details
Copy full SHA for b810b0b
Browse repository at this point
Commits on Sep 8, 2026
Merge branch 'release/7.0.0' into NAE-1617_v7
renczesstefan
committed
1a7a380
View commit details
Copy full SHA for 1a7a380
Browse repository at this point
Introduce Authority Management API with REST endpoints, `@Authorize` annotation support, and comprehensive documentation.
renczesstefan
committed
fd3d06f
View commit details
Copy full SHA for fd3d06f
Browse repository at this point
Commits on Sep 9, 2026
Enhance Authority Management: introduce `AuthorizingObject` enum, improve `@Authorize` annotation functionality, add `AuthorityDto`, refactor REST endpoints, and update documentation.
renczesstefan
committed
0151d77
View commit details
Copy full SHA for 0151d77
Browse repository at this point
Refactor authorization system: adjust `@Authorize` annotation parameter handling, enhance `AuthorityConfigurationProperties` with documentation, improve `AuthorityRunner` authority creation logic, …
Show description for 758404d
renczesstefan
committed
758404d
View commit details
Copy full SHA for 758404d
Browse repository at this point
Commits on Sep 16, 2026
Replace `@PreAuthorize` with `@Authorize` annotations across the codebase to standardize authorization handling and improve maintainability. Extend `AuthorizingObject` enum and refactor related met…
Show description for 1eecccf
renczesstefan
committed
1eecccf
View commit details
Copy full SHA for 1eecccf
Browse repository at this point
Commits on Sep 17, 2026
Add `@Authorize` annotation to controllers for standardized authorization handling
renczesstefan
committed
0600479
View commit details
Copy full SHA for 0600479
Browse repository at this point
Commits on Sep 21, 2026
Standardize `@Authorize` usage: decompose composite authorities and adjust method parameter types
renczesstefan
committed
0a1bd73
View commit details
Copy full SHA for 0a1bd73
Browse repository at this point
Remove `@Authorize` annotations from methods across multiple services and refactor related authorization logic
renczesstefan
committed
e044e16
View commit details
Copy full SHA for e044e16
Browse repository at this point
Commits on Sep 23, 2026
Extend caching with default authority caches and inject `AuthorityConfigurationProperties` into `AuthorityServiceImpl`
renczesstefan
committed
7102348
View commit details
Copy full SHA for 7102348
Browse repository at this point
You can’t perform that action at this time.