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
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