aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-04-01Merge pull request #1470 from Alkarex/defered-insertionGravatar Alexandre Alapetite
Implementation of defered insertion
2017-04-01Merge branch 'FreshRSS/dev' into defered-insertionGravatar Alexandre Alapetite
2017-04-01Merge branch 'postgress-uniqueness' into defered-insertionGravatar Alexandre Alapetite
2017-04-01Merge pull request #1476 from Alkarex/postgress-uniquenessGravatar Alexandre Alapetite
Fix PostgreSQL uniqueness
2017-04-01Fix PostgreSQL uniquenessGravatar Alexandre Alapetite
And remove "experimental" warning
2017-03-29Add manual commit & refresh cache to deferred insertionGravatar Alexandre Alapetite
2017-03-27Minz param bug fixGravatar Alexandre Alapetite
2017-03-27Changelog deferred insertion of new articlesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-27Removing TODOGravatar Alexandre Alapetite
Done
2017-03-27Defered insertion: feedController bugGravatar Alexandre Alapetite
2017-03-27More defered insertionGravatar Alexandre Alapetite
2017-03-26SQL index auto addedGravatar Alexandre Alapetite
At the same time as the new temp table
2017-03-26Merge branch 'FreshRSS/dev' into defered-insertionGravatar Alexandre Alapetite
2017-03-26Merge pull request #1465 from jlefler/1464-improve-english-translationsGravatar Alexandre Alapetite
1464 Improve English Translations
2017-03-26i18n English misc.Gravatar Alexandre Alapetite
2017-03-26i18n: A few more favouritesGravatar Alexandre Alapetite
2017-03-26Minor i18n English changesGravatar Alexandre Alapetite
Add credits. Keep British spelling of favourites in the user interface, USA spelling in the code.
2017-03-26Merge remote-tracking branch 'FreshRSS/dev' into ↵Gravatar Alexandre Alapetite
1464-improve-english-translations
2017-03-26Merge pull request #1472 from Alkarex/compat-php7.1Gravatar Alexandre Alapetite
Compatibility PHP 7.1
2017-03-26Readme compatibility PHP 7.1Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1471
2017-03-26Merge branch 'FreshRSS/dev' into compat-php7.1Gravatar Alexandre Alapetite
2017-03-26Start 1.7.0-devGravatar Alexandre Alapetite
2017-03-26PDO fix PHP 7.1Gravatar Alexandre Alapetite
http://php.net/manual/migration71.changed-functions.php#migration71.changed-functions.pdo
2017-03-26SQLite create index if not existsGravatar Alexandre Alapetite
2017-03-26SimplePie light manual updateGravatar Alexandre Alapetite
2017-03-26More defered insertion. New SQL indexGravatar Alexandre Alapetite
New index entry_feed_read_index TODO: Auto add this index to existing version
2017-03-26Defered insertion MySQL bugGravatar Alexandre Alapetite
The update of cached values remains to be optimized
2017-03-26Candidate implementation of defered insertionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/530
2017-03-21Minor changes to english word choice/grammar to improve user experience for ↵Gravatar Josh Lefler
english-speaking users.
2017-03-11Prepare 1.6.4-devGravatar Alexandre Alapetite
Or maybe 1.7.0-dev
2017-03-11Merge pull request #1455 from FreshRSS/dev1.6.3Gravatar Alexandre Alapetite
Release 1.6.3
2017-03-11Merge pull request #1454 from Alkarex/release-1.6.3Gravatar Alexandre Alapetite
Prepare release 1.6.3
2017-03-11Prepare release 1.6.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/milestone/22
2017-03-06Merge pull request #1452 from Alkarex/Favicon-warning-fixGravatar Alexandre Alapetite
Fix Favicon library warning
2017-03-05Changelog 1452Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1452 https://github.com/FreshRSS/FreshRSS/commit/59dfc64512372eaba7609d84500d943bb7274399
2017-03-05Fix Favicon library warningGravatar Alexandre Alapetite
https://github.com/Alkarex/FreshRSS/commit/59dfc64512372eaba7609d84500d943bb7274399 https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-284176492
2017-03-05CLI user-info readmeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-284191560 https://github.com/FreshRSS/FreshRSS/issues/1447
2017-03-04Re-order changelogGravatar Alexandre Alapetite