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
/
integration_openai
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
75
Code
Issues
32
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(TextToImage, TextToSpeech): Add watermark and metadata
- #295
#295
Merged
marcelklehr
merged 24 commits into
main
nextcloud/integration_openai:main
from
feat/watermarking
nextcloud/integration_openai:feat/watermarking
Copy head branch name to clipboard
Dec 2, 2025
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat(TextToImage, TextToSpeech): Add watermark and metadata
#295
marcelklehr
merged 24 commits into
main
nextcloud/integration_openai:main
from
feat/watermarking
nextcloud/integration_openai:feat/watermarking
Copy head branch name to clipboard
Commits
Commits on Nov 19, 2025
feat(TextToImage): Add watermark and metadata
Show description for 23a5a7e
marcelklehr
committed
23a5a7e
View commit details
Copy full SHA for 23a5a7e
Browse repository at this point
feat(TextToSpeech): Add watermark and metadata
Show description for b17bc26
marcelklehr
committed
b17bc26
View commit details
Copy full SHA for b17bc26
Browse repository at this point
fix: Load libraries in Application#boot()
Show description for edcc72f
marcelklehr
committed
edcc72f
View commit details
Copy full SHA for edcc72f
Browse repository at this point
fix: Run cs:fix and suppress psalm false positive
Show description for b76bed2
marcelklehr
committed
b76bed2
View commit details
Copy full SHA for b76bed2
Browse repository at this point
fix: Add error handlers and fallback to non-watermarked output
Show description for ba58521
marcelklehr
committed
ba58521
View commit details
Copy full SHA for ba58521
Browse repository at this point
test: Test AI watermarking
Show description for 1aeb0a4
marcelklehr
committed
1aeb0a4
View commit details
Copy full SHA for 1aeb0a4
Browse repository at this point
fix: Add missing reuse annotation
Show description for eadcf47
marcelklehr
committed
eadcf47
View commit details
Copy full SHA for eadcf47
Browse repository at this point
fix: Load deps only in Watermarking methods
Show description for cf5cbef
marcelklehr
committed
cf5cbef
View commit details
Copy full SHA for cf5cbef
Browse repository at this point
fix: Run cs:fix
Show description for 560787c
marcelklehr
committed
560787c
View commit details
Copy full SHA for 560787c
Browse repository at this point
Commits on Nov 24, 2025
fix: Address review comments
Show description for 608be8a
marcelklehr
committed
608be8a
View commit details
Copy full SHA for 608be8a
Browse repository at this point
fix: Make php-scoper work
Show description for 7b0b1e3
marcelklehr
committed
7b0b1e3
View commit details
Copy full SHA for 7b0b1e3
Browse repository at this point
fix: Make sure barmarni-bin runs
Show description for 8d7439b
marcelklehr
committed
8d7439b
View commit details
Copy full SHA for 8d7439b
Browse repository at this point
chore(REUSE): Fix REUSE annotations
Show description for 13fa610
marcelklehr
committed
13fa610
View commit details
Copy full SHA for 13fa610
Browse repository at this point
fix(build): Fix build script for php-scoper
Show description for 9cead5b
marcelklehr
committed
9cead5b
View commit details
Copy full SHA for 9cead5b
Browse repository at this point
Commits on Nov 27, 2025
refactor: Use new OCP interface for watermarking providers
Show description for 2c18b5b
marcelklehr
committed
2c18b5b
View commit details
Copy full SHA for 2c18b5b
Browse repository at this point
chore: Update ci workflows
Show description for 0ab94a0
marcelklehr
committed
0ab94a0
View commit details
Copy full SHA for 0ab94a0
Browse repository at this point
fix(ci): fix php-cs workflow
Show description for 691a75f
marcelklehr
committed
691a75f
View commit details
Copy full SHA for 691a75f
Browse repository at this point
fix: Update copmposer.lock
Show description for 34e4f97
marcelklehr
committed
34e4f97
View commit details
Copy full SHA for 34e4f97
Browse repository at this point
Commits on Dec 1, 2025
fix(composer): Don't require composer install to be run twice
Show description for 8376c9f
marcelklehr
committed
8376c9f
View commit details
Copy full SHA for 8376c9f
Browse repository at this point
Fix: Fix TextToSpeech test
Show description for 5e54920
marcelklehr
committed
5e54920
View commit details
Copy full SHA for 5e54920
Browse repository at this point
Fix: Update phpunit
Show description for e73f631
marcelklehr
committed
e73f631
View commit details
Copy full SHA for e73f631
Browse repository at this point
Fix: Downgrade phpunit
Show description for 44d5ce2
marcelklehr
committed
44d5ce2
View commit details
Copy full SHA for 44d5ce2
Browse repository at this point
Fix: Fix tests
Show description for cd0a8c2
marcelklehr
committed
cd0a8c2
View commit details
Copy full SHA for cd0a8c2
Browse repository at this point
Fix: Properly fix tests
Show description for 88d271c
marcelklehr
committed
88d271c
View commit details
Copy full SHA for 88d271c
Browse repository at this point
You can’t perform that action at this time.