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
/
tests
/
app
/
Models
Age
Commit message (
Expand
)
Author
2023-12-15
Add filter actions (auto mark read) at category and global levels (#5942)
Alexandre Alapetite
2023-11-16
Use strict_types (#5830)
Luc SANCHEZ
2023-10-30
SQL increase length of VARCHAR fields (#5756)
Alexandre Alapetite
2023-10-30
Require PHP 7.4+ (#5720)
Alexandre Alapetite
2023-09-26
Fix search using user queries (#5669)
Alexandre Alapetite
2023-09-05
Fix parenthesis escaping bug (#5633)
Alexandre Alapetite
2023-05-30
phpstan-9 for Share.php (#5431)
Luc SANCHEZ
2023-05-11
A few additional PHPStan rules (#5388)
Alexandre Alapetite
2023-05-11
Typed view model classes (#5380)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-03-27
Add test and type hinting (#5087)
Luc SANCHEZ
2023-01-28
Fix types hint in UserQuery.php (#5045)
Alexandre Alapetite
2023-01-09
Update dev dependencies (#4993)
Alexandre Alapetite
2023-01-09
Handling of parentheses as special characters in searches (#4989)
Alexandre Alapetite
2022-11-23
Better restrict tag search (#4882)
Alexandre Alapetite
2022-11-20
Fix feed ordering (#4841)
Alexis Degrugillier
2022-08-18
Easier full-text search possibility (#4505)
Alexandre Alapetite
2022-08-16
Basic support for negative searches with parentheses (#4503)
Alexandre Alapetite
2022-06-02
New search engine (#4378)
Alexandre Alapetite
2022-03-21
Fix some search expressions (#4277)
Alexandre Alapetite
2022-01-08
Fix various typos and spelling errors in documentation, comments and code. (#...
Thomas Renes
2021-02-28
Travis: Enforce phpcs line length + whitespace (#3488)
Alexandre Alapetite
2021-02-27
Remove + conversion in search except for tags (#3489)
Alexis Degrugillier
2021-02-20
Update Travis.yaml to support newer PHP versions (#3459)
Brooke
2019-12-23
tec: Fix test suite (#2721)
Marien Fressinaud
2017-09-22
[ci] Add Travis (#1619)
Frans de Jonge
2017-04-01
Improve search: intitle, author, inurl
Alexandre Alapetite
2015-04-22
Split the search into values
Alexis Degrugillier
2015-03-05
Fix DAO exception
Alexis Degrugillier
2015-03-05
Introduce user queries objects
Alexis Degrugillier
2015-02-21
Add search default raw value
Alexis Degrugillier
2015-02-12
Add a test to verify if the search input is stored correctly
Alexis Degrugillier
2015-02-11
Extract the search code from the context
Alexis Degrugillier
2015-02-08
Add a way to parse search string to extract keywords
Alexis Degrugillier
2015-01-17
Add the first unit test
Alexis Degrugillier