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
/
lib
/
Minz
/
Extension.php
Age
Commit message (
Expand
)
Author
2025-10-21
Add support for extension compatibility (#8081)
Alexis Degrugillier
2025-10-01
Add support for extension priority (#8038)
Alexis Degrugillier
2025-09-05
Change how files are included (#7916)
Alexis Degrugillier
2025-04-07
Secure serving of user files from extensions (#7495)
Alexandre Alapetite
2025-04-01
Catch extension exceptions in override (#7475)
Alexandre Alapetite
2024-12-27
PHPStan 2.0 (#7131)
Alexandre Alapetite
2024-09-06
Upgrade to PHP 8.1 (#6711)
Alexandre Alapetite
2024-08-01
Minor update whitespace PHPCS rules (#6666)
Alexandre Alapetite
2024-06-05
Add core extensions: UserCSS, UserJS (#6267)
hkcomori
2024-03-30
Add a way to modify CSP rules within an extension (#6246)
Alexis Degrugillier
2023-12-23
Fix extensions getUserConfiguration
Alexandre Alapetite
2023-12-22
Typed Minz_Extension (#5957)
Alexandre Alapetite
2023-12-18
Pass PHPStan level 8 (#5946)
Alexandre Alapetite
2023-11-24
Fix types for extensions (#5901)
Alexandre Alapetite
2023-11-17
Fix Minz_Extension::getVersion (#5891)
Alexandre Alapetite
2023-11-16
Use strict_types (#5830)
Luc SANCHEZ
2023-10-30
Require PHP 7.4+ (#5720)
Alexandre Alapetite
2023-05-12
Link configuration to proper parameter (#5394)
Alexis Degrugillier
2023-05-11
A few additional PHPStan rules (#5388)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-04-04
Fix extensions in actualize_script (#5243)
Alexandre Alapetite
2023-03-29
Simplify extension method (#5234)
Alexandre Alapetite
2023-03-26
Modernize Constants and use new constant for string 'currentUser' (#5089)
Luc SANCHEZ
2022-01-04
PHPStan level 5 (#4110)
Alexandre Alapetite
2022-01-01
Fix most PHPDocs errors (#4107)
Alexandre Alapetite
2021-07-11
Add system configuration for extension (#3626)
Alexis Degrugillier
2021-05-08
Fix several comments syntaxes (#3615)
Alexandre Alapetite
2021-02-26
Add support for extension user files (#3433)
Alexis Degrugillier
2021-02-08
Fix configuration local cache (#3431)
Alexis Degrugillier
2021-02-05
Add a method to retrieve a configuration value (#3422)
Alexis Degrugillier
2021-02-02
Fix user configuration in extension (#3412)
Alexis Degrugillier
2021-02-02
Add comprehensive user configuration in extensions (#3397)
Alexis Degrugillier
2021-01-07
Change base extension class type (#3333)
Alexis Degrugillier
2015-07-13
Fix broken links for extension script/style files
Marien Fressinaud
2015-01-15
Avoid "PHP Strict Standards" error
Marien Fressinaud
2015-01-14
Fix extension API (coding style)
Marien Fressinaud
2015-01-14
Add mechanism at (un)install of an extension
Marien Fressinaud
2015-01-08
Call handleConfigureAction() even for GET requests
Marien Fressinaud
2014-12-18
Update Minz_Translation
Marien Fressinaud
2014-12-18
Fix php interpretation in configure.phtml file
Marien Fressinaud
2014-12-08
Add behaviour to configure action (extensions)
Marien Fressinaud
2014-12-06
Add a first draft for hooks
Marien Fressinaud
2014-12-06
Separate views registration from controllers one.
Marien Fressinaud
2014-12-05
Extensions can define new views
Marien Fressinaud
2014-12-05
Give possibility to register a new Controller.
Marien Fressinaud
2014-12-05
First draft for listing and manipulate extensions
Marien Fressinaud
2014-12-05
Fix security hole from ext.php script.
Marien Fressinaud
2014-12-04
Update ext.php to serve any file from extensions
Marien Fressinaud
2014-12-04
First draft for the new extension feature
Marien Fressinaud