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
2025-11-17
Fix MySQL commitNewEntries (#8223)
Alexandre Alapetite
2025-10-14
Fix SQLite GREATEST() (#8118)
Alexandre Alapetite
2025-10-11
Last user modified (#7886)
Federico Scodelaro
2025-09-14
Recovery: skip broken entries during CLI export/import (#7949)
Alexandre Alapetite
2025-05-10
Fix newest articles not shown (#7577)
Alexandre Alapetite
2025-01-10
Reduce undeeded use of elvis operator ?: (#7204)
Alexandre Alapetite
2025-01-08
Add some missing PHP native types (#7191)
Alexandre Alapetite
2025-01-06
Implement custom order-by (#7149)
Alexandre Alapetite
2024-12-27
PHPStan 2.0 (#7131)
Alexandre Alapetite
2024-09-11
PHPStan booleansInConditions (#6793)
Alexandre Alapetite
2024-09-06
Regex search (#6706)
Alexandre Alapetite
2024-09-06
Upgrade to PHP 8.1 (#6711)
Alexandre Alapetite
2024-08-17
Fix HTTP cache of main page (#6719)
Alexandre Alapetite
2024-08-01
Minor update whitespace PHPCS rules (#6666)
Alexandre Alapetite
2024-06-05
Modernize code to php7.4 (#6043)
Luc SANCHEZ
2024-04-10
PHP 8.3 #[\Override] (#6273)
Alexandre Alapetite
2023-12-18
Pass PHPStan level 8 (#5946)
Alexandre Alapetite
2023-11-16
Use strict_types (#5830)
Luc SANCHEZ
2023-11-07
Compatibility PHP 8.2 for running automated tests (#5826)
Alexandre Alapetite
2023-09-12
SQL: Same updateCacheUnreads for all DBs (#5648)
Alexandre Alapetite
2023-09-12
SQL: clean old auto-updates (#5649)
Alexandre Alapetite
2023-07-07
Chore/processing of depreciations and updating code to php72 minimum (#5504)
Luc SANCHEZ
2023-05-11
A few additional PHPStan rules (#5388)
Alexandre Alapetite
2023-04-28
PHPStan Level 7 for more DAO PDO (#5328)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-03-22
Consistent entry ID type (32-bit compatibility) (#5213)
Alexandre Alapetite
2022-11-23
Better restrict tag search (#4882)
Alexandre Alapetite
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
[next]