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
/
Controllers
/
categoryController.php
Age
Commit message (
Expand
)
Author
9 days
Implement sort order per feed (#8234)
PeterVavercak
2025-12-17
Rework encoding of search filters (#8324)
Alexandre Alapetite
2025-12-04
Fix HTML encoding in preview filters (alternative) (#8259)
Alexandre Alapetite
2025-11-11
Housekeeping lib_rss.php (#8193)
Alexandre Alapetite
2025-10-22
Add option to apply filter actions to existing articles (#7959)
Tommaso Ferrari
2025-10-01
configurable notification timeout (#7942)
maTh
2025-08-25
Fix fetching OPML url with special characters (#7843)
Inverle
2025-03-07
Fix issue where $keepMax is defaulted to const when non-zero value is compare...
Bryan Butler
2025-01-10
Reduce undeeded use of elvis operator ?: (#7204)
Alexandre Alapetite
2024-12-27
PHPStan 2.0 (#7131)
Alexandre Alapetite
2024-12-03
New button to delete errored feeds from a category (#7030)
Alexandre Alapetite
2024-10-21
New option mark article as read if identical title in category (#6922)
Alexandre Alapetite
2024-08-01
Minor update whitespace PHPCS rules (#6666)
Alexandre Alapetite
2024-04-10
PHP 8.3 #[\Override] (#6273)
Alexandre Alapetite
2023-12-18
Pass PHPStan level 8 (#5946)
Alexandre Alapetite
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-07-07
Chore/processing of depreciations and updating code to php72 minimum (#5504)
Luc SANCHEZ
2023-04-28
PHPStan Level 7 for more DAO PDO (#5328)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-04-07
Use typed access to request parameters (#5267)
Alexandre Alapetite
2023-03-21
Typehint some Controllers (#5106)
Luc SANCHEZ
2023-03-08
Feedback when tag with same name as new category exists (#5181)
obrenckle
2022-07-04
Dynamic OPML (#4407)
Alexandre Alapetite
2022-01-04
PHPStan level 5 (#4110)
Alexandre Alapetite
2021-02-28
Travis: Enforce phpcs line length + whitespace (#3488)
Alexandre Alapetite
2020-06-05
Change add feed action (#3027)
Alexis Degrugillier
2018-09-29
Custom labels (#2027)
Alexandre Alapetite
2017-09-22
[ci] Add Travis (#1619)
Frans de Jonge
2016-10-23
CLI import ZIP/OPML/JSON for user
Alexandre Alapetite
2015-01-07
Fix calls to remove_query_by_get()
Marien Fressinaud
2015-01-05
Change name of user configuration var in Context
Marien Fressinaud
2014-12-11
Fix i18n for auth and category controllers
Marien Fressinaud
2014-10-30
Fix Minz_Error::error() -> use default values
Marien Fressinaud
2014-10-29
Update i18n for limit of category.
Marien Fressinaud
2014-10-27
Global limits for number of feeds and categories
Alexandre Alapetite
2014-10-20
Use FreshRSS_Context::$conf only
Marien Fressinaud
2014-10-06
Refactor authentication system.
Marien Fressinaud
2014-10-01
Fix problem when deleting default category
Marien Fressinaud
2014-10-01
Fix links for feed management
Marien Fressinaud
2014-09-30
Cat updating system works
Marien Fressinaud
2014-09-30
Move deletion of categories into new Controller
Marien Fressinaud
2014-09-30
Move empty cat action in the new Controller
Marien Fressinaud
2014-09-30
Move creation of categories in a new Controller
Marien Fressinaud