| Age | Commit message (Collapse) | Author |
|
HTTP 403 for invalid login
|
|
https://github.com/FreshRSS/FreshRSS/pull/1016
https://github.com/FreshRSS/FreshRSS/issues/1015
It is first PHP 5.5 that added support for accessing characters within
string literals using []...
|
|
https://github.com/FreshRSS/FreshRSS/pull/1016
https://github.com/FreshRSS/FreshRSS/issues/1015
|
|
Clean logs
|
|
Remove "title" field when installing
|
|
https://github.com/FreshRSS/FreshRSS/issues/1015
And does not leak if user exists or not
|
|
More viewable visual alert for categories with problematic feeds
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/858
|
|
Reduced login of API and PubSubHubbub (both are quite stable now).
When clearing logs as admin, also clear API and PubSubHubbub logs.
https://github.com/FreshRSS/FreshRSS/issues/988
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1003
|
|
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
|
|
into aledeg-add-category-warning
|
|
https://github.com/FreshRSS/FreshRSS/issues/1003
|
|
Create admin.php
|
|
Italian translation
|
|
Replace CSS pseudo-element syntax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Movim
|
|
|
|
See #992
|
|
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.
See http://www.w3.org/TR/css3-selectors/#gen-content
|
|
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
|
|
|
|
|
|
|
|
|
|
|
|
Fix feed and category side effect
|
|
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
|
|
|
|
|
|
|
|
Tag link encoding bug
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
Tags coming from the database are already HTML-encoded.
|
|
https://github.com/FreshRSS/FreshRSS/issues/970
|