index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Models
/
EntryDAOSQLite.php
Age
Commit message (
Expand
)
Author
2022-08-20
Fix PHP 7.0 warning (#4514)
Alexandre Alapetite
2022-08-18
Easier full-text search possibility (#4505)
Alexandre Alapetite
2022-07-19
Add database field attributes for entries (#4444)
Alexandre Alapetite
2022-06-02
New search engine (#4378)
Alexandre Alapetite
2022-02-28
Implement Web scraping "HTML + XPath" (#4220)
Alexandre Alapetite
2022-02-07
More PHP type hints for Fever (#4202)
Alexandre Alapetite
2022-02-06
Fix Fever 32 bit ID issue + more PHP type hints (#4201)
Alexandre Alapetite
2022-01-08
Fix various typos and spelling errors in documentation, comments and code. (#...
Thomas Renes
2022-01-04
PHPStan level 5 (#4110)
Alexandre Alapetite
2022-01-01
Fix most PHPDocs errors (#4107)
Alexandre Alapetite
2021-07-24
Fix marking as read a label with SQLite (#3711)
Alexandre Alapetite
2021-02-28
Travis: Enforce phpcs line length + whitespace (#3488)
Alexandre Alapetite
2021-02-02
INSERT ... ON CONFLIT DO NOTHING for addEntry (#3409)
Alexandre Alapetite
2019-10-06
SQL allow recreating existing user (#2555)
Alexandre Alapetite
2019-09-29
PDO refactoring for code simplification (#2522)
Alexandre Alapetite
2019-09-15
CLI to export/import any database to/from SQLite (#2496)
Alexandre Alapetite
2018-09-29
Custom labels (#2027)
Alexandre Alapetite
2018-09-08
Missing touch for SQLite and PostgreSQL (#2008)
Alexandre Alapetite
2018-09-08
Fix SQLite and PostgreSQL (#2007)
Alexandre Alapetite
2018-03-14
Light Boolean search implementation (#1828)
Alexandre Alapetite
2018-03-11
SQLite more error logs
Alexandre Alapetite
2017-10-12
CLI optimize database (#1663)
Alexandre Alapetite
2017-09-22
[ci] Add Travis (#1619)
Frans de Jonge
2017-03-26
Candidate implementation of defered insertion
Alexandre Alapetite
2016-10-14
PostgreSQL compatibility boolean
Alexandre Alapetite
2016-08-31
Quoted upper-cases instead of string replace
Alexandre Alapetite
2016-08-23
More PostgreSQL
Alexandre Alapetite
2016-08-19
More SQLite fix for mark search as read
Alexandre Alapetite
2016-08-19
SQLite fix for mark search as read
Alexandre Alapetite
2016-08-02
Forgotten method name update for SQLite
Alexandre Alapetite
2015-05-11
More SQLite compatibility
Alexandre Alapetite
2014-12-21
Fix getting db size for sqlite
Marien Fressinaud
2014-12-06
Add comments
Alexis Degrugillier
2014-10-17
Fix a bug to get size of user (SQLite)
Marien Fressinaud
2014-10-05
Replace Minz_Log::record by corresponding methods
Marien Fressinaud
2014-08-07
First bug for old articles first
Alexandre Alapetite
2014-07-08
SQL: removed superfluous transactions to avoid some dead locks
Alexandre Alapetite
2014-07-07
SQL: SQLite syntax uniformisation
Alexandre Alapetite
2014-07-05
Add support for SQLite
Alexandre Alapetite
2014-07-03
Preparation #3 for SQLite
Alexandre Alapetite
2014-07-03
Preparation #2 for SQLite
Alexandre Alapetite