Skip to content
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

Fever fixes #1931

Merged
merged 4 commits into from
Jun 12, 2018
Merged

Fever fixes #1931

merged 4 commits into from
Jun 12, 2018

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented Jun 10, 2018

Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as read.
#1930

Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.
@Alkarex Alkarex added this to the 1.11.1 milestone Jun 10, 2018
@Alkarex Alkarex added the API 🤝 API for other clients label Jun 10, 2018
@Alkarex
Copy link
Member Author

Alkarex commented Jun 10, 2018

The lack of "before" parameter from the clients is quite problematic, as newer articles than the last synchronisation with the client will be marked as read erroneously.

There is also a few TODOs in the code to address

@Alkarex
Copy link
Member Author

Alkarex commented Jun 12, 2018

I hear from a user that Fiery crashed when marking a category as read

$dao = $this->getDaoForCategories();
if (isset($_REQUEST["group_ids"])) {
$group_ids = explode(",", $_REQUEST["group_ids"]);
if (isset($_REQUEST['group_ids'])) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot find any mention of a group_ids parameter in the documentation https://feedafever.com/api .
There is however a group_id one.

@Alkarex
Copy link
Member Author

Alkarex commented Jun 12, 2018

Merging in /dev to make it easier for testers

@Alkarex Alkarex merged commit c0f2df3 into FreshRSS:dev Jun 12, 2018
@Alkarex Alkarex deleted the fever-fixes branch June 12, 2018 19:11
javerous pushed a commit to javerous/FreshRSS that referenced this pull request Jan 20, 2020
* Fever fixes

Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.

* Fix construct

* Changelog 1930

FreshRSS#193
FreshRSS#1931
mdemoss pushed a commit to mdemoss/FreshRSS that referenced this pull request Mar 25, 2021
* Fever fixes

Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.

* Fix construct

* Changelog 1930

FreshRSS#193
FreshRSS#1931
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API 🤝 API for other clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant