aboutsummaryrefslogtreecommitdiff
path: root/app/Models/EntryDAO.php
AgeCommit message (Expand)Author
2019-11-11Sanitize UTF-8 before commiting entries (#2649)Gravatar Alexandre Alapetite
2019-10-23Workaround for MySQL limitation 1093 (#2586)Gravatar Alexandre Alapetite
2019-10-23Feature/new archiving (#2335)Gravatar Alexis Degrugillier
2019-10-06Fix PostgreSQL and SQLite DB size estimation (#2562)Gravatar Alexandre Alapetite
2019-10-06SQL allow recreating existing user (#2555)Gravatar Alexandre Alapetite
2019-10-05MySQL entry content MEDIUMBLOB (#2551)Gravatar Alexandre Alapetite
2019-09-29Quick fix: forgotten PDO values (#2546)Gravatar Alexandre Alapetite
2019-09-29PDO refactoring for code simplification (#2522)Gravatar Alexandre Alapetite
2019-09-15CLI to export/import any database to/from SQLite (#2496)Gravatar Alexandre Alapetite
2019-08-20Require PHP 5.5+ (#2495)Gravatar Alexandre Alapetite
2019-04-07Cherry pick from 2335 (#2356)Gravatar Alexandre Alapetite
2019-02-03Fix EntryDAO tags warning for Fever APIGravatar Alexandre Alapetite
2019-01-17Merge branch 'FreshRSS/dev' into FreshRSS/dev-1.14.0Gravatar Alexandre Alapetite
2019-01-16Export labels (#2217)Gravatar Alexandre Alapetite
2018-12-25Prepare for batch mark as readGravatar Alexandre Alapetite
2018-11-11Tweaks for Vienna RSS (#2093)Gravatar Alexandre Alapetite
2018-11-05TT-RSS import (#2099)Gravatar Alexandre Alapetite
2018-10-14Fix MySQL create table feeds (#2047)Gravatar Alexandre Alapetite
2018-09-29Custom labels (#2027)Gravatar Alexandre Alapetite
2018-09-08Fix count unreads in SQLite (#2009)Gravatar Alexandre Alapetite
2018-09-03Add mark-as-unread (#1995)Gravatar Alexandre Alapetite
2018-09-02Use mb_strcut (#1996)Gravatar Alexandre Alapetite
2018-06-12Fever fixes (#1931)Gravatar Alexandre Alapetite
2018-05-24Add Fever API and user documentation (#1836)Gravatar Kevin Papst
2018-03-14Light Boolean search implementation (#1828)Gravatar Alexandre Alapetite
2018-03-01cleanOldEntries call autoUpdateDb (#1804)Gravatar Alexandre Alapetite
2018-02-08API /reader/api/0/stream/items/contents (#1774)Gravatar Alexandre Alapetite
2018-01-01Add mute strategy configuration (#1750)Gravatar Alexis Degrugillier
2017-10-12CLI optimize database (#1663)Gravatar Alexandre Alapetite
2017-09-22[ci] Add Travis (#1619)Gravatar Frans de Jonge
2017-04-01Negative searchesGravatar Alexandre Alapetite
2017-04-01Improve search: intitle, author, inurlGravatar Alexandre Alapetite
2017-03-26Merge branch 'FreshRSS/dev' into defered-insertionGravatar Alexandre Alapetite
2017-03-26PDO fix PHP 7.1Gravatar Alexandre Alapetite
2017-03-26SimplePie light manual updateGravatar Alexandre Alapetite
2017-03-26More defered insertion. New SQL indexGravatar Alexandre Alapetite
2017-03-26Defered insertion MySQL bugGravatar Alexandre Alapetite
2017-03-26Candidate implementation of defered insertionGravatar Alexandre Alapetite
2017-01-27postgres fixesGravatar Thomas Citharel
2016-11-15Stream JSON exportGravatar Alexandre Alapetite
2016-11-05Add CLI for user information + Fix last user activityGravatar Alexandre Alapetite
2016-11-02Use bindValue instead of bindParamGravatar Alexandre Alapetite
2016-10-20Extract function safe_ascii()Gravatar Alexandre Alapetite
2016-10-20guid and urls should not contain low/high charactersGravatar Alexandre Alapetite
2016-10-16Fix updateEntry warningGravatar Alexandre Alapetite
2016-10-14PostgreSQL compatibility booleanGravatar Alexandre Alapetite
2016-10-11Better error message in markReadFeedGravatar Alexandre Alapetite
2016-10-05Take better advantage of other users refreshGravatar Alexandre Alapetite
2016-10-01PostgreSQL case-insensitivity bugGravatar Alexandre Alapetite
2016-10-01Bug updateEntry()Gravatar Alexandre Alapetite