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
/
registration
Public
Notifications
You must be signed in to change notification settings
Fork
83
Star
147
Code
Issues
43
Pull requests
4
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
add invitation
- #863
#863
Open
nananankona
wants to merge 12 commits into
nextcloud:master
nextcloud/registration:master
from
nananankona:master
nananankona/nextcloud-registration-plus:master
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
add invitation
#863
nananankona
wants to merge 12 commits into
nextcloud:master
nextcloud/registration:master
from
nananankona:master
nananankona/nextcloud-registration-plus:master
Copy head branch name to clipboard
Commits
Commits on Sep 3, 2026
feat: add invitation codes and invitation links with quota and usage limits- Add invitation links (/apps/registration/invite/{code}) with optional email/domain restriction, storage quota, maximum …
Show description for 82575bf
nananankona
committed
82575bf
View commit details
Copy full SHA for 82575bf
Browse repository at this point
feat: add Japanese translations and per-invitation email verification bypass- Add skip_email_verification option to invitations: registrations via such an invitation skip the email verification st…
Show description for a7ed978
nananankona
committed
a7ed978
View commit details
Copy full SHA for a7ed978
Browse repository at this point
fix: serialize invitation dates as strings for the admin listThe datetime-typed expires/created_at fields can be returned as DateTimeobjects from the entity, which JSON-encode as objects and break …
Show description for 492c60e
nananankona
committed
492c60e
View commit details
Copy full SHA for 492c60e
Browse repository at this point
fix: default skipEmailVerification to false and guard null valuesThe skip_email_verification flag can return null from the entity when thecolumn is missing or unset, which broke the bool return typ…
Show description for a48f749
nananankona
committed
a48f749
View commit details
Copy full SHA for a48f749
Browse repository at this point
feat: add per-invitation administrator approval bypass
Show description for 22f1372
nananankona
committed
22f1372
View commit details
Copy full SHA for 22f1372
Browse repository at this point
fix: portable uses increment and reject malformed emails in domain check
Show description for 8e7e847
nananankona
committed
8e7e847
View commit details
Copy full SHA for 8e7e847
Browse repository at this point
fix: admin-only default, entity sync, test stubs, portable SQL
Show description for 0e3c632
nananankona
committed
0e3c632
View commit details
Copy full SHA for 0e3c632
Browse repository at this point
style: apply php-cs-fixer
Show description for 571c283
nananankona
committed
571c283
View commit details
Copy full SHA for 571c283
Browse repository at this point
Commits on Sep 4, 2026
fix: use nullable boolean columns in invitation migrations
Show description for c04ef18
nananankona
committed
c04ef18
View commit details
Copy full SHA for c04ef18
Browse repository at this point
fix: shorten invitation code index name to 30 chars
Show description for 5a3d0da
nananankona
committed
5a3d0da
View commit details
Copy full SHA for 5a3d0da
Browse repository at this point
fix: set explicit primary key name for invitation table
Show description for 51b7e5b
nananankona
committed
51b7e5b
View commit details
Copy full SHA for 51b7e5b
Browse repository at this point
fix: quote uses column portably in incrementUses
Show description for 1cd1df5
nananankona
committed
1cd1df5
View commit details
Copy full SHA for 1cd1df5
Browse repository at this point
You can’t perform that action at this time.