| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Work around for IE / Edge pattern bug
|
|
Swap order of regex alternatives
https://github.com/FreshRSS/FreshRSS/issues/1511
http://stackoverflow.com/questions/22360235/do-browsers-support-different-html5-pattern-regexp-features
https://connect.microsoft.com/ie/feedback/details/836117/regex-bug-in-pattern-validator
|
|
https://github.com/FreshRSS/FreshRSS/pull/1505
https://github.com/FreshRSS/FreshRSS/pull/1504
|
|
Better handling of protocol-relative favicons
|
|
https://github.com/ArthurHoaro/favicon/pull/6/commits/cd5f98ecdd1d38e8bc5d87fd09c80079a74191ba
https://github.com/FreshRSS/FreshRSS/pull/1504
|
|
Rewritten Favicon library using cURL
|
|
|
|
Rewriten Favicon library using cURL
|
|
Reduce the number of requests, more robust, many more cases working,
reduced code
|
|
Update to version 1.2 of Favicon library
|
|
https://github.com/ArthurHoaro/favicon/pull/5/commits/92b42591591b4282261f21ed5ffa553f5e987a9d
|
|
https://github.com/ArthurHoaro/favicon/pull/6
https://github.com/ArthurHoaro/favicon/pull/7
|
|
https://github.com/FreshRSS/FreshRSS/issues/1501
|
|
|
|
Patches sent upstream https://github.com/ArthurHoaro/favicon/pull/5
|
|
https://github.com/ArthurHoaro/favicon/releases/tag/v1.2.0
|
|
fix: Fix update via ZIP archive
|
|
Code from the update server was not loaded anymore before the update
process. This commit brings back missing `require`.
|
|
Multi-user token
|
|
|
|
PSHB better unsubscribe
|
|
|
|
Cases when a user is deleted, or when a feed is deleted.
Removed random key do reduce the risk of subscribing several times to
the same PSHB feed.
|
|
https://github.com/FreshRSS/FreshRSS/pull/1470
|
|
Revert i18n en: gen.action.actualize
|
|
Check for fileinfo
|
|
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
|
|
https://github.com/FreshRSS/FreshRSS/issues/1390
https://github.com/FreshRSS/FreshRSS/issues/366
|
|
https://github.com/FreshRSS/FreshRSS/pull/1465/files#r109282131
https://github.com/FreshRSS/FreshRSS/pull/1465
https://github.com/FreshRSS/FreshRSS/issues/1464
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1402
https://github.com/FreshRSS/FreshRSS/issues/1461
|
|
Bottom padding menu
|
|
https://github.com/FreshRSS/FreshRSS/issues/1479
|
|
https://github.com/FreshRSS/FreshRSS/issues/1479
|
|
Fallback when GUID is empty
|
|
Fall back to article URL when the article GUID is empty
[#1482](https://github.com/FreshRSS/FreshRSS/issues/1482)
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1482
|
|
* http://doc.freshrss.org/
* https://github.com/FreshRSS/documentation
|
|
Better search
|
|
Readme log location
|
|
https://github.com/FreshRSS/FreshRSS/commit/d229216cccbd746b46630a44fa508ef0367ea1a1
|
|
`author:"some name"`
|
|
https://github.com/FreshRSS/FreshRSS/issues/1381
|
|
https://github.com/FreshRSS/FreshRSS/issues/1381
Possibility to exclude authors, titles, tags, urls, words by prefixing
them by ! or - (like Google Search):
* !intitle:unwanted
* -intitle:unwanted
* -author:unwanted
* -#unwanted
* -unwanted
And one can use many of each and combine them with positive searches
|
|
Allow multiple values of intitle: , author:, inurl:
Note: Tests for UserQueryTest are broken due to
https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
|
|
https://github.com/FreshRSS/FreshRSS/issues/1475
|