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
Accelerator
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
/
text
Public
Notifications
You must be signed in to change notification settings
Fork
130
Star
653
Code
Issues
248
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
refactor/introduce IContext
- #9062
#9062
Draft
max-nextcloud
wants to merge 30 commits into
main
nextcloud/text:main
from
refactor/introduce-icontext
nextcloud/text:refactor/introduce-icontext
Copy head branch name to clipboard
Conversation
Commits
30
聽(30)
Checks
Files changed
Draft
refactor/introduce IContext
#9062
max-nextcloud
wants to merge 30 commits into
main
nextcloud/text:main
from
refactor/introduce-icontext
nextcloud/text:refactor/introduce-icontext
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
chore(cleanup): error handling
Show description for 14d201e
max-nextcloud
committed
14d201e
View commit details
Copy full SHA for 14d201e
Browse repository at this point
chore(refactor): Introduce IContext and FileContext
Show description for d20af4f
max-nextcloud
committed
d20af4f
View commit details
Copy full SHA for d20af4f
Browse repository at this point
chore(refactor): simplify IContext API with helper classes
Show description for 405dbcd
max-nextcloud
committed
405dbcd
View commit details
Copy full SHA for 405dbcd
Browse repository at this point
chore(refactor): very basic registry for context factories
Show description for 63490fc
max-nextcloud
committed
63490fc
View commit details
Copy full SHA for 63490fc
Browse repository at this point
chore(refactor): handle baseVersionEtag outside IContext
Show description for 251a62d
max-nextcloud
committed
251a62d
View commit details
Copy full SHA for 251a62d
Browse repository at this point
chore(refactor): introduce RegisterContextEvent
Show description for 7363261
max-nextcloud
committed
7363261
View commit details
Copy full SHA for 7363261
Browse repository at this point
chore(refactor): split open api functions
Show description for d2237ad
max-nextcloud
committed
d2237ad
View commit details
Copy full SHA for d2237ad
Browse repository at this point
enh(api): allow opening contexts of different types
Show description for c92618e
max-nextcloud
committed
c92618e
View commit details
Copy full SHA for c92618e
Browse repository at this point
enh(db): add context to document
Show description for d0e8a86
max-nextcloud
committed
d0e8a86
View commit details
Copy full SHA for d0e8a86
Browse repository at this point
chore(version): bump to run migration
Show description for afc80ee
max-nextcloud
committed
afc80ee
View commit details
Copy full SHA for afc80ee
Browse repository at this point
chore(refactor): store outside change in the DocumentSaveConflictException
Show description for e8a8abb
max-nextcloud
committed
e8a8abb
View commit details
Copy full SHA for e8a8abb
Browse repository at this point
enh(api): handle sync requests with context
Show description for e822296
max-nextcloud
committed
e822296
View commit details
Copy full SHA for e822296
Browse repository at this point
fix(attachments): get file via context
Show description for 2d01980
max-nextcloud
committed
2d01980
View commit details
Copy full SHA for 2d01980
Browse repository at this point
fix(share): consider share token in ContextManager
Show description for 9ee754d
max-nextcloud
committed
9ee754d
View commit details
Copy full SHA for 9ee754d
Browse repository at this point
fix(push): use context to check if file is readonly
Show description for 1c82610
max-nextcloud
committed
1c82610
View commit details
Copy full SHA for 1c82610
Browse repository at this point
enh(save): use context for saving
Show description for 1031a58
max-nextcloud
committed
1031a58
View commit details
Copy full SHA for 1031a58
Browse repository at this point
chore(cleanup): redundant check for lock provider
Show description for 84cb573
max-nextcloud
committed
84cb573
View commit details
Copy full SHA for 84cb573
Browse repository at this point
chore(tweak): return first editable file early
Show description for f5a43ce
max-nextcloud
committed
f5a43ce
View commit details
Copy full SHA for f5a43ce
Browse repository at this point
fix(session): also consider `shareToken` parameter as used by AttachmentsController
Show description for 7995a5a
max-nextcloud
committed
7995a5a
View commit details
Copy full SHA for 7995a5a
Browse repository at this point
fix(middleware): get fileId from context rather than documentId
Show description for d6fa305
max-nextcloud
committed
d6fa305
View commit details
Copy full SHA for d6fa305
Browse repository at this point
fix(share): get file from context for attachments
Show description for 946871f
max-nextcloud
committed
946871f
View commit details
Copy full SHA for 946871f
Browse repository at this point
fix(migration): migrate old document rows to new format
Show description for 75bb07b
max-nextcloud
committed
75bb07b
View commit details
Copy full SHA for 75bb07b
Browse repository at this point
fix(db): migrations adding context type and id
Show description for cb84918
max-nextcloud
committed
cb84918
View commit details
Copy full SHA for cb84918
Browse repository at this point
fix(api): Unlock the file via the context
Show description for 00402bd
max-nextcloud
committed
00402bd
View commit details
Copy full SHA for 00402bd
Browse repository at this point
fix(api): use context to load document
Show description for fe14a80
max-nextcloud
committed
fe14a80
View commit details
Copy full SHA for fe14a80
Browse repository at this point
chore(perf): add documents index for context
Show description for 41ea7a5
max-nextcloud
committed
41ea7a5
View commit details
Copy full SHA for 41ea7a5
Browse repository at this point
chore(refactor): migrate PublicFilesEditor to script setup and ts
Show description for 907236a
max-nextcloud
committed
907236a
View commit details
Copy full SHA for 907236a
Browse repository at this point
chore(refactor): ViewerComponent to script setup and ts
Show description for f295bd1
max-nextcloud
committed
f295bd1
View commit details
Copy full SHA for f295bd1
Browse repository at this point
chore(cleanup): unused PublicFilesEditor
Show description for f38ad61
max-nextcloud
committed
f38ad61
View commit details
Copy full SHA for f38ad61
Browse repository at this point
Commits on Aug 21, 2026
enh(OCA.text): accept context in CreateCollaborativeEditor
Show description for cb8222e
max-nextcloud
committed
cb8222e
View commit details
Copy full SHA for cb8222e
Browse repository at this point
You can鈥檛 perform that action at this time.