aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-05Merge branch 'dev' into cli-act-num-articlesGravatar Seokseong Jeon
2017-05-03actualizeFeed return number of new articles as 3rdGravatar Seokseong Jeon
2017-04-27Merge pull request #1512 from Alkarex/edge-loginGravatar Alexandre Alapetite
Work around for IE / Edge pattern bug
2017-04-27Work around for IE / Edge pattern bugGravatar Alexandre Alapetite
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
2017-04-23Minor favicon textGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1505 https://github.com/FreshRSS/FreshRSS/pull/1504
2017-04-23Merge pull request #1505 from Alkarex/protocol-relative-faviconGravatar Alexandre Alapetite
Better handling of protocol-relative favicons
2017-04-23Better handling of protocol-relative faviconsGravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/6/commits/cd5f98ecdd1d38e8bc5d87fd09c80079a74191ba https://github.com/FreshRSS/FreshRSS/pull/1504
2017-04-23Merge pull request #1504 from Alkarex/new-faviconsGravatar Alexandre Alapetite
Rewritten Favicon library using cURL
2017-04-23Favicon minorGravatar Alexandre Alapetite
2017-04-23Changelog 1504Gravatar Alexandre Alapetite
Rewriten Favicon library using cURL
2017-04-23Rewriten Favicon library using cURLGravatar Alexandre Alapetite
Reduce the number of requests, more robust, many more cases working, reduced code
2017-04-23Merge pull request #1502 from Alkarex/Favicon1.2.0Gravatar Alexandre Alapetite
Update to version 1.2 of Favicon library
2017-04-23Favicon fix redirectsGravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/5/commits/92b42591591b4282261f21ed5ffa553f5e987a9d
2017-04-22Fix some bugs of Favicon 1.2Gravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/pull/6 https://github.com/ArthurHoaro/favicon/pull/7
2017-04-22Readme 1501Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1501
2017-04-22Use new version 1.2 of Favicon libraryGravatar Alexandre Alapetite
2017-04-22Re-apply Favicon FreshRSS patchesGravatar Alexandre Alapetite
Patches sent upstream https://github.com/ArthurHoaro/favicon/pull/5
2017-04-22Update to Favicon 1.2.0Gravatar Alexandre Alapetite
https://github.com/ArthurHoaro/favicon/releases/tag/v1.2.0
2017-04-15Merge pull request #1498 from marienfressinaud/fix/zip-updateGravatar Alexandre Alapetite
fix: Fix update via ZIP archive
2017-04-15fix: Fix update via ZIP archiveGravatar Marien Fressinaud
Code from the update server was not loaded anymore before the update process. This commit brings back missing `require`.
2017-04-11Merge pull request #1493 from Alkarex/multiuser-tokenGravatar Alexandre Alapetite
Multi-user token
2017-04-10Merge branch 'FreshRSS/dev' into multiuser-tokenGravatar Alexandre Alapetite
2017-04-10Merge pull request #1495 from Alkarex/PSHB-unsubscribeGravatar Alexandre Alapetite
PSHB better unsubscribe
2017-04-10Readme 1495Gravatar Alexandre Alapetite
2017-04-10PSHB better unsubscribeGravatar Alexandre Alapetite
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.
2017-04-10Fix DROP tables for deferred insertionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1470
2017-04-09Merge pull request #1492 from Alkarex/u18n-en-fixGravatar Alexandre Alapetite
Revert i18n en: gen.action.actualize
2017-04-09Merge pull request #1491 from Alkarex/check_fileinfoGravatar Alexandre Alapetite
Check for fileinfo
2017-04-09Readme multiuser tokensGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1390 https://github.com/FreshRSS/FreshRSS/issues/366
2017-04-09Multi-user tokenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1390 https://github.com/FreshRSS/FreshRSS/issues/366
2017-04-08Revert i18n en: gen.action.actualizeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1465/files#r109282131 https://github.com/FreshRSS/FreshRSS/pull/1465 https://github.com/FreshRSS/FreshRSS/issues/1464
2017-04-08Make fileinfo extension optionalGravatar Alexandre Alapetite
2017-04-08try/catch for finfo_openGravatar Alexandre Alapetite
2017-04-08Check for fileinfoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1402 https://github.com/FreshRSS/FreshRSS/issues/1461
2017-04-08Merge pull request #1489 from Alkarex/bottom-padding-menuGravatar Alexandre Alapetite
Bottom padding menu
2017-04-08Readme 1479Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1479
2017-04-08More padding bottom menuGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1479
2017-04-05Merge pull request #1483 from Alkarex/guid-or-titleGravatar Alexandre Alapetite
Fallback when GUID is empty
2017-04-05Readme 1482Gravatar Alexandre Alapetite
Fall back to article URL when the article GUID is empty [#1482](https://github.com/FreshRSS/FreshRSS/issues/1482)
2017-04-05Use link instead of title fallbackGravatar Alexandre Alapetite
2017-04-05Fallback when GUID is emptyGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1482
2017-04-05Links to documentationGravatar Alexandre Alapetite
* http://doc.freshrss.org/ * https://github.com/FreshRSS/documentation
2017-04-03Merge pull request #1478 from Alkarex/better_searchGravatar Alexandre Alapetite
Better search
2017-04-02Merge pull request #1477 from Alkarex/log-locationGravatar Alexandre Alapetite
Readme log location
2017-04-02Changelog allow double-quotesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/d229216cccbd746b46630a44fa508ef0367ea1a1
2017-04-02Search allow double quotesGravatar Alexandre Alapetite
`author:"some name"`
2017-04-02Changelog better searchGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1381
2017-04-01Negative searchesGravatar Alexandre Alapetite
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
2017-04-01Improve search: intitle, author, inurlGravatar Alexandre Alapetite
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
2017-04-01Readme log locationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1475