aboutsummaryrefslogtreecommitdiff
path: root/app
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 branch 'postgress-uniqueness' into defered-insertionGravatar Alexandre Alapetite
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-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-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-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-04Merge branch 'FreshRSS/dev' into CLI-bugsGravatar Alexandre Alapetite
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-02Fix SQLite CLI installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1445 https://github.com/FreshRSS/FreshRSS/issues/1443 https://github.com/FreshRSS/FreshRSS/issues/1443
2017-02-28Merge pull request #1441 from Alkarex/Sanitize-Website-URLGravatar Alexandre Alapetite
Sanitize Web site URL
2017-02-25Changelog 1423Gravatar Alexandre Alapetite
2017-02-25Remove maxlength for usernamesGravatar Alexandre Alapetite
pattern is already used
2017-02-25Missing checkUsername and const pattenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1423 https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-25Sanitize Web site URLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1434
2017-02-25Merge branch 'dev' into feature/username-in-cliGravatar Clément
2017-02-24Merge pull request #1436 from dswd/disable-updateGravatar Alexandre Alapetite
Add config option to disable and hide self-update
2017-02-23Add config option to disable and hide self-updateGravatar Dennis Schwerdel
2017-02-19correct check username patternGravatar Clément
2017-02-18Adding localesGravatar postblue
2017-02-16delete - and . from accepted charGravatar Clément
2017-02-16use function with preg_match to check usernameGravatar Clément
2017-02-16Possibility to register user having a '-', a '_' or a '.' in usernameGravatar Clément
2017-02-06Merge pull request #1419 from Alkarex/no-version-anonymousGravatar Alexandre Alapetite
No version number for anonymous users
2017-02-04Share to sites based on Known (http://withknown.com)Gravatar tintouli
2017-01-28No version number for anonymous usersGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1404
2017-01-27postgres fixesGravatar Thomas Citharel
2016-12-24Merge pull request #1398 from Alkarex/MultipleCookiesBugGravatar Alexandre Alapetite
Send cookie FreshRSS_login only once
2016-12-24Send cookie FreshRSS_login only onceGravatar Alexandre Alapetite
Prior to this patch, two cookies with the same name were sent, the first one was to destroy the cookie, and the second one to create it
2016-12-24Non-breaking space formatGravatar Alexandre Alapetite
2016-12-24Option for cookie durationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-11-20extension_loaded fileinfoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1375
2016-11-17Merge pull request #1373 from Alkarex/StreamingExportGravatar Alexandre Alapetite
Stream JSON export
2016-11-16Error edge cases for JSON exportGravatar Alexandre Alapetite
2016-11-15Function to disable MySQL buffering for large exportsGravatar Alexandre Alapetite
2016-11-15Minor code formatting of export helperGravatar Alexandre Alapetite