-
Notifications
You must be signed in to change notification settings - Fork 221
fix: Sort by "last modified" (issue #5158) #5265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
v3DJG6GL
wants to merge
25
commits into
nextcloud:main
Choose a base branch
from
v3DJG6GL:fix/sort-by-last-modified-5158
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+163
−125
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f0ed0c4
fix(contacts): include REV in MinimalContactProperties for accurate l…
v3DJG6GL 993fb84
fix(contacts): add extractSortValue helper to convert ICAL.Time to pr…
v3DJG6GL feff36f
fix(contacts): rewrite sortData to compare primitives with null-safety
v3DJG6GL 8c42520
fix(contacts): use extractSortValue in addContact to store primitives
v3DJG6GL 4a5c22e
fix(contacts): use extractSortValue in sortContacts to store primitives
v3DJG6GL 8d5ba78
fix(contacts): use extractSortValue in updateContact with simplified …
v3DJG6GL 06244a9
fix(contacts): use extractSortValue in updateContactAddressbook to st…
v3DJG6GL 3f3a951
fix(contacts): inject existing REV into vCard string before parsing t…
v3DJG6GL 457e7a8
fix(contacts): fix lint errors in contacts store (import order, eqeqe…
v3DJG6GL bec8020
fix(contacts): bypass ical.js REV parsing in extractSortValue to hand…
v3DJG6GL 101c461
fix(contacts): add try-catch to rev getter for UI safety with malform…
v3DJG6GL 33cb607
fix(contacts): skip re-sort after fetchFullContact and improve REV no…
v3DJG6GL 8af0083
fix(contacts): remove fake REV=now from constructor
v3DJG6GL 9662a66
fix(contacts): disable invalidREV check to prevent fake timestamps
v3DJG6GL 286ff1a
fix(contacts): use virtua align:nearest to prevent scroll jumps
v3DJG6GL de9a85e
fix(contacts): fix lint error
v3DJG6GL 6110d9c
refactor(contacts): move REV timestamp extraction onto Contact model
v3DJG6GL ad01118
refactor(contacts): normalize updateContact mutation payload to {cont…
v3DJG6GL d076903
fix(contacts): remove now-unused invalidREV check
v3DJG6GL 1e5e15c
docs(contacts): explain skipSort in fetchFullContact
v3DJG6GL 41706ad
Merge remote-tracking branch 'upstream/main' into fix/sort-by-last-mo…
v3DJG6GL 3980c37
fix(contacts): simplify REV timestamp parsing and add unit tests
v3DJG6GL 99f5b10
fix(contacts): preserve the sign of negative UTC offsets in REV parsing
v3DJG6GL 7f6e01a
Merge remote-tracking branch 'upstream/main' into fix/sort-by-last-mo…
v3DJG6GL 2fadacf
Merge branch 'nextcloud:main' into fix/sort-by-last-modified-5158
v3DJG6GL File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.