-
-
Notifications
You must be signed in to change notification settings - Fork 852
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
FreshRSS 1.14.0 #2298
Merged
FreshRSS 1.14.0 #2298
Conversation
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
Prefix jQuery variables with $ Start avoiding jQuery in easy cases Use let/const
Mark-as-read requests are queued and sent max once per second
Which also simplifies the request
Much lighter rework: auto-mark-as-read, auto-remove-articles, auto-load-more. In particular, use a single onscroll event handler with a throtte. Continue removing jQuery when possible.
Batch scroll as read + reducing jQuery
Dev 1.14.0
Case insensitive Authorization
PHP 7.2.14, Apache 2.4.38 https://alpinelinux.org/posts/Alpine-3.9.0-released.html
Alpine 3.9
Fix EntryDAO tags warning for Fever API
Fever API encoding of special chars
* Two new themes * update gitignore * dirs cleaning + mobile ui improvements * name added to credits file * New line
* Less jQuery Follow-up of #2199 * Even less jQuery + global view unread title fix * Even less jQuery * Yet even less jQuery * Even less jQuery * Reduce some events * Even less jQuery * jQuery gone from main view +Fixed English i18n * Fix feed folded view * Remove Firefox 64 workaround Remove workaround for Gecko bug 1514498 in Firefox 64, fixed in Firefox 65 * Split to extra.js Avoid loading unneeded JavaScript code for the main view. + several adjustements * Improve CSS transition fold category * Rewrite shortcuts Remove library. Much faster, shorter, one listener instead of many. Control of the shortcut context. Fix #2215 * Remove debug * Minor syntax * Filter out unwanted shortcut modifiers * Menu overflow fix * Typo * Fix unfolding in mobile view * Remove jQuery from category.js * Remove jQuery from Global view
…cker (#2282) * Add Authorization header forwarding to the Nginx configuration for Docker * Comment
* No old ID #2273 * PostgreSQL insert or ignore
If an option used on cli is not recognized, the command aborts and displays an error message. If the typed option is similar to one of the recognized options, a hint is displayed. At the moment, there is a limitation on long options. Short options are not validated at the moment. See #2046
* Minor docker doc changes Fix Træfik temp volume minor issue * Warning for non x86-64 * Formatting * Minor * Wording
* Rework CSRF interaction with sessions Fix #2288 Improve security in some edge cases Maybe relevant for #2125 (comment) * Forgotten mime type
* CLI missing exit codes #2291 * CLI catch for outdated databases #2291 (comment)
* Draft of filter actions * Travis * Implement UI + finish logic * Travis
* Add header to cli Now there is a switch to display the header on user info. While doing that, I've changed how the command is working to display all users by default and to accept more than one user at once. I also changed the display to make it more pleasing. As this command displays all users by default. I wonder if we still need the list user command. See #2294 * Minor format
aledeg
previously approved these changes
Mar 24, 2019
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.
I've tested the visual stuff and it looks good to me. I haven't checked the api though.
Mesa a jorn pels filtres d’accion
🎉 |
Merged
javerous
pushed a commit
to javerous/FreshRSS
that referenced
this pull request
Jan 20, 2020
FreshRSS 1.14.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The next version 1.14.0 of FreshRSS is ready for testing!
This time, among the noticeable improvements, we introduce a first light support for Filter actions to auto-mark-as-read articles based on a search query. There are also two new nice themes by @patjennings, and the navigation and shortcuts have been tweaked slightly.
Under the hood, jQuery has been replaced by standard JavaScript ES6, and the client-side performance has been further improved. Ubuntu is now used as the Docker based image with a 3× speed improvement. Finally, several bugs have been fixed.
Those points are also the ones to focus on during testing.
Full changelog:
COPY_SYSLOG_TO_STDERR
#2260cli/user-info.php
for accounts using a version of the database older than 1.12.0 #2291--header
tocli/user-info.php
#2296child-src
instruction (was already replaced byframe-src
) #2250Happy testing!