aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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