aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2017-03-04Merge pull request #1447 from Alkarex/CLI-bugsGravatar Alexandre Alapetite
Fix CLI bugs
2017-03-04Changelog CLIGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1443 https://github.com/FreshRSS/FreshRSS/pull/1444 https://github.com/FreshRSS/FreshRSS/issues/1445 https://github.com/FreshRSS/FreshRSS/pull/1447 https://github.com/FreshRSS/FreshRSS/issues/1448 https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-04Merge branch 'FreshRSS/dev' into CLI-bugsGravatar Alexandre Alapetite
2017-03-04Merge pull request #1451 from Alkarex/anonymous-fix-403Gravatar Alexandre Alapetite
Do not mark as read in anonymous mode
2017-03-04Changelog 1431Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1431 https://github.com/FreshRSS/FreshRSS/pull/1451
2017-03-04Do not mark as read in anonymous modeGravatar Alexandre Alapetite
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
2017-03-03Allows do-install.php only if data/do-install.txt existsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449
2017-03-03CLI: More infos in user-infoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1449#issuecomment-283927614
2017-03-03Changelog 1388Gravatar Alexandre Alapetite
New theme *Origine-compact* https://github.com/FreshRSS/FreshRSS/pull/1388
2017-03-03CLI: install languageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445#issuecomment-283908468
2017-03-03CLI do no list un-created user adminGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1448