-
Notifications
You must be signed in to change notification settings - Fork 344
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
Make selfoss navigable #869
Merged
Merged
Changes from 3 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
e976397
make it possible to request specific extra items in item list
niol f9db3dc
ensure read items are counted for loading more items (fix #774)
niol ddefcad
make selfoss navigable (#243)
niol 116932a
fix loosing tag or source filtering on mobile
niol 41eabb8
workaround firefox different handling of hash decoding for unicode tags
niol d832d80
assume the hash is encoded to handle tags with % sign in hash
niol 5427a2f
use seek pagination instead of offset
niol c12c424
ensure entry requested in location.hash is shown
niol f481955
open source nav if source requested in location.hash
niol a50092e
fix seek pagination on smartphone when last entry was marked read
niol 0ccbb01
fix clicking the entry source to get to source listing
niol 3e25460
ensure .stream-error message events are set even on first load
niol 2360e3f
fix ‘Refresh this source’ button inserted also to subsequent pages (#…
niol a5f6c93
prevent unwanted scrolling to selected entry on stream more
niol 26dc95a
prevent selected entry from being requested again upon stream more
niol 667b061
ensure hash is processed after changing hash programmatically
niol 96c6020
fix tag with % js failure
niol 4b45e9f
Fix broken sqlite
jtojnar fbbd653
fix settings not reachable
niol 79b46a6
fix cannot come back from setting (JS failure)
niol 1242a83
fix cannot got from setting to tag or source
niol 4f403f0
fix lost tag or source when coming back from settings
niol d522eac
show error upon invalid tag, source id, section or subsection
niol 04cf4f5
fix highlight 'all tags' when hitting 'back' after visiting a tag
niol 83ca0e6
fix seek pagination with sqlite
niol c330f1b
fix update location hash when using keyboard shortcuts
niol 3c42506
fix r shortcut
niol b877487
fix hash not updated on reload when an entry has been opened before
niol 9733f88
fix item id in url useless and back/forward after shortcuts
niol 27a1cc0
fix double mark on mobile
niol 1ba3eac
prevent mixing seek and offset pagination
niol 74f0cdb
fix extra_ids not being SELECTed if out of seek pagination or LIMIT
niol 8e6b807
add comment explaining the specific query when explictely requesting ids
niol 8bd3265
fix order by desc ordering of items
niol 53283b1
fix selfoss.filter.type not set from the hash
niol 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be
'ORDER BY items.datetime ' . $order . ', items.id ' . $order
Otherwise, it just returns the first page over again, when you use oldest first.