| Age | Commit message (Collapse) | Author |
|
See https://github.com/FreshRSS/FreshRSS/issues/1019
|
|
Before, when deleting a feed or a category, the user queries were deleted as well. No matter if they were related or not.
Now, they are deleted only if they are related.
I this this fix is not the best way to handle that. I think it would be better if we could find a way to create a UserQuery object from the array.
The same applies when displaying the user queries in the interface.
See #980
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/925
|
|
|
|
- Allow user to create accounts (not implemented)
- Admin only can set this limit
See https://github.com/FreshRSS/FreshRSS/issues/679
|
|
https://github.com/FreshRSS/FreshRSS/issues/798
|
|
https://github.com/FreshRSS/FreshRSS/issues/816
|
|
https://github.com/FreshRSS/FreshRSS/issues/816
|
|
There is now an object to manipulate user queries. It allows to move logic to handle those from the view and the controller in the model.
Thus making the view and the controller easier to read.
I introduced a new interface to start using dependency injection. There is still some rough edges but we are moving in the right direction.
The new object is fully tested but it still need some improvements, for instance, it is still tied to the search object.
There might be a better way to do that.
|
|
mark_when was not taken in consideration.
|
|
|
|
A new shortcut was never saved because ConfigurationSetter never set a
shortcut which did not appear in the initial conf.
|
|
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
- Add a support($key) method which return if the given key is supported by
the setter.
- Change handle signature by adding a $data param which must be passed by
reference.
See https://github.com/FreshRSS/FreshRSS/issues/730
|
|
We are blocked if a setter has to update several values.
ConfigurationSetter will be updated.
See https://github.com/FreshRSS/FreshRSS/issues/730
|