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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
nextcloud
/
server
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5.2k
Star
36.8k
Code
Issues
2.7k
Pull requests
970
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Remove usage of static vars or properties
- #59002
#59002
Merged
Altahrim
merged 24 commits into
master
nextcloud/server:master
from
fix/remove-static-vars
nextcloud/server:fix/remove-static-vars
Copy head branch name to clipboard
Jun 2, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Remove usage of static vars or properties
#59002
Altahrim
merged 24 commits into
master
nextcloud/server:master
from
fix/remove-static-vars
nextcloud/server:fix/remove-static-vars
Copy head branch name to clipboard
Commits
Commits on Jun 2, 2026
fix: Remove static var in Memcache/Redis
Show description for c3db7fa
come-nc
committed
c3db7fa
View commit details
Copy full SHA for c3db7fa
Browse repository at this point
fix: Remove static vars in TaskProcessing, TextProcessing, TextToImage
Show description for b44f6a2
come-nc
committed
b44f6a2
View commit details
Copy full SHA for b44f6a2
Browse repository at this point
chore: Remove types from const properties
Show description for 0d90f42
come-nc
committed
0d90f42
View commit details
Copy full SHA for 0d90f42
Browse repository at this point
feat: Add a psalm plugin to forbid static properties and variables
Show description for 8b5bc09
come-nc
committed
8b5bc09
View commit details
Copy full SHA for 8b5bc09
Browse repository at this point
fix: Remove static vars in trashbin, versions and storages
Show description for 9d7c277
come-nc
committed
9d7c277
View commit details
Copy full SHA for 9d7c277
Browse repository at this point
chore: Move Util static property to top of the file
Show description for b848be3
come-nc
committed
b848be3
View commit details
Copy full SHA for b848be3
Browse repository at this point
chore: Remove static vars in TemplateLayout
Show description for ac8cd68
come-nc
committed
ac8cd68
View commit details
Copy full SHA for ac8cd68
Browse repository at this point
fix: Add a factory for Memcached object instead of a static var
Show description for 2aeac5e
come-nc
committed
2aeac5e
View commit details
Copy full SHA for 2aeac5e
Browse repository at this point
fix: Fix TemplateLayout tests
Show description for 2ef982d
come-nc
committed
2ef982d
View commit details
Copy full SHA for 2ef982d
Browse repository at this point
fix: Remove static vars in preview Generator
Show description for b1f07e8
come-nc
committed
b1f07e8
View commit details
Copy full SHA for b1f07e8
Browse repository at this point
fix: Remove static var is Access class
Show description for 18dddbc
come-nc
committed
18dddbc
View commit details
Copy full SHA for 18dddbc
Browse repository at this point
fix: Use a CappedMemoryCache instead of an array to cache stuff in user_ldap
Show description for 0887810
come-nc
committed
0887810
View commit details
Copy full SHA for 0887810
Browse repository at this point
fix: Turn static var into standard one in Tags class
Show description for 1d21a93
come-nc
committed
1d21a93
View commit details
Copy full SHA for 1d21a93
Browse repository at this point
fix: Remove static property use in SeekableHttpStream
Show description for 504a02b
come-nc
committed
504a02b
View commit details
Copy full SHA for 504a02b
Browse repository at this point
fix: Fix suppressing ImpureStaticProperty and suppress it in a few places
Show description for a62bff1
come-nc
committed
a62bff1
View commit details
Copy full SHA for a62bff1
Browse repository at this point
chore: Remove dead code detected by psalm
Show description for 54be8ca
come-nc
committed
54be8ca
View commit details
Copy full SHA for 54be8ca
Browse repository at this point
chore(user_ldap): Move static var to static property and silence warning
Show description for 68f417b
come-nc
committed
68f417b
View commit details
Copy full SHA for 68f417b
Browse repository at this point
chore: Silence psalm false-positives
Show description for 8acc505
come-nc
committed
8acc505
View commit details
Copy full SHA for 8acc505
Browse repository at this point
fix(user_ldap): Move accesses to AccessFactory instead of static var
Show description for 84ba78f
come-nc
committed
84ba78f
View commit details
Copy full SHA for 84ba78f
Browse repository at this point
chore(files_versions): Be extra-cautious to please psalm
Show description for 3659b13
come-nc
committed
3659b13
View commit details
Copy full SHA for 3659b13
Browse repository at this point
chore: Suppress last known impure static properties
Show description for 9c92cc1
come-nc
committed
9c92cc1
View commit details
Copy full SHA for 9c92cc1
Browse repository at this point
chore: Get cache lazily in OC\Memcache\Redis
Show description for 256c449
come-nc
committed
256c449
View commit details
Copy full SHA for 256c449
Browse repository at this point
fix: Make sure getNumConcurrentPreviews never returns 0
Show description for 2357612
come-nc
committed
2357612
View commit details
Copy full SHA for 2357612
Browse repository at this point
chore: composer run cs:fix
Show description for 6a69c43
come-nc
committed
6a69c43
View commit details
Copy full SHA for 6a69c43
Browse repository at this point
You can’t perform that action at this time.