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
/
contacts
Public
Notifications
You must be signed in to change notification settings
Fork
220
Star
641
Code
Issues
381
Pull requests
53
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: Sort by "last modified" (issue #5158)
- #5265
#5265
Open
v3DJG6GL
wants to merge 25 commits into
nextcloud:main
nextcloud/contacts:main
from
v3DJG6GL:fix/sort-by-last-modified-5158
v3DJG6GL/contacts:fix/sort-by-last-modified-5158
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
fix: Sort by "last modified" (issue #5158)
#5265
v3DJG6GL
wants to merge 25 commits into
nextcloud:main
nextcloud/contacts:main
from
v3DJG6GL:fix/sort-by-last-modified-5158
v3DJG6GL/contacts:fix/sort-by-last-modified-5158
Copy head branch name to clipboard
Commits
Commits on Apr 20, 2026
fix(contacts): include REV in MinimalContactProperties for accurate last-modified sorting
Show description for f0ed0c4
v3DJG6GL
committed
f0ed0c4
View commit details
Copy full SHA for f0ed0c4
Browse repository at this point
fix(contacts): add extractSortValue helper to convert ICAL.Time to primitives at storage time
Show description for 993fb84
v3DJG6GL
committed
993fb84
View commit details
Copy full SHA for 993fb84
Browse repository at this point
fix(contacts): rewrite sortData to compare primitives with null-safety
Show description for feff36f
v3DJG6GL
committed
feff36f
View commit details
Copy full SHA for feff36f
Browse repository at this point
fix(contacts): use extractSortValue in addContact to store primitives
Show description for 8c42520
v3DJG6GL
committed
8c42520
View commit details
Copy full SHA for 8c42520
Browse repository at this point
fix(contacts): use extractSortValue in sortContacts to store primitives
Show description for 4a5c22e
v3DJG6GL
committed
4a5c22e
View commit details
Copy full SHA for 4a5c22e
Browse repository at this point
fix(contacts): use extractSortValue in updateContact with simplified change detection
Show description for 8d5ba78
v3DJG6GL
committed
8d5ba78
View commit details
Copy full SHA for 8d5ba78
Browse repository at this point
fix(contacts): use extractSortValue in updateContactAddressbook to store primitives
Show description for 06244a9
v3DJG6GL
committed
06244a9
View commit details
Copy full SHA for 06244a9
Browse repository at this point
fix(contacts): inject existing REV into vCard string before parsing to prevent fake timestamps
Show description for 3f3a951
v3DJG6GL
committed
3f3a951
View commit details
Copy full SHA for 3f3a951
Browse repository at this point
fix(contacts): fix lint errors in contacts store (import order, eqeqeq, curly braces)
Show description for 457e7a8
v3DJG6GL
committed
457e7a8
View commit details
Copy full SHA for 457e7a8
Browse repository at this point
fix(contacts): bypass ical.js REV parsing in extractSortValue to handle malformed dates
Show description for bec8020
v3DJG6GL
committed
bec8020
View commit details
Copy full SHA for bec8020
Browse repository at this point
fix(contacts): add try-catch to rev getter for UI safety with malformed dates
Show description for 101c461
v3DJG6GL
committed
101c461
View commit details
Copy full SHA for 101c461
Browse repository at this point
fix(contacts): skip re-sort after fetchFullContact and improve REV normalization
Show description for 33cb607
v3DJG6GL
committed
33cb607
View commit details
Copy full SHA for 33cb607
Browse repository at this point
fix(contacts): remove fake REV=now from constructor
Show description for 8af0083
v3DJG6GL
committed
8af0083
View commit details
Copy full SHA for 8af0083
Browse repository at this point
fix(contacts): disable invalidREV check to prevent fake timestamps
Show description for 9662a66
v3DJG6GL
committed
9662a66
View commit details
Copy full SHA for 9662a66
Browse repository at this point
fix(contacts): use virtua align:nearest to prevent scroll jumps
Show description for 286ff1a
v3DJG6GL
committed
286ff1a
View commit details
Copy full SHA for 286ff1a
Browse repository at this point
fix(contacts): fix lint error
Show description for de9a85e
v3DJG6GL
committed
de9a85e
View commit details
Copy full SHA for de9a85e
Browse repository at this point
refactor(contacts): move REV timestamp extraction onto Contact model
Show description for 6110d9c
v3DJG6GL
committed
6110d9c
View commit details
Copy full SHA for 6110d9c
Browse repository at this point
refactor(contacts): normalize updateContact mutation payload to {contact, skipSort?}
Show description for ad01118
v3DJG6GL
committed
ad01118
View commit details
Copy full SHA for ad01118
Browse repository at this point
fix(contacts): remove now-unused invalidREV check
Show description for d076903
v3DJG6GL
committed
d076903
View commit details
Copy full SHA for d076903
Browse repository at this point
docs(contacts): explain skipSort in fetchFullContact
Show description for 1e5e15c
v3DJG6GL
committed
1e5e15c
View commit details
Copy full SHA for 1e5e15c
Browse repository at this point
Commits on May 17, 2026
Merge remote-tracking branch 'upstream/main' into fix/sort-by-last-modified-5158
v3DJG6GL
committed
41706ad
View commit details
Copy full SHA for 41706ad
Browse repository at this point
Commits on Jul 8, 2026
fix(contacts): simplify REV timestamp parsing and add unit tests
Show description for 3980c37
v3DJG6GL
committed
3980c37
View commit details
Copy full SHA for 3980c37
Browse repository at this point
Commits on Jul 13, 2026
fix(contacts): preserve the sign of negative UTC offsets in REV parsing
Show description for 99f5b10
v3DJG6GL
and
claude
committed
99f5b10
View commit details
Copy full SHA for 99f5b10
Browse repository at this point
Commits on Aug 7, 2026
Merge remote-tracking branch 'upstream/main' into fix/sort-by-last-modified-5158
Show description for 7f6e01a
v3DJG6GL
committed
7f6e01a
View commit details
Copy full SHA for 7f6e01a
Browse repository at this point
Commits on Sep 6, 2026
Merge branch 'nextcloud:main' into fix/sort-by-last-modified-5158
v3DJG6GL
authored
2fadacf
View commit details
Copy full SHA for 2fadacf
Browse repository at this point
You can’t perform that action at this time.