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
/
extensionController.php
Age
Commit message (
Expand
)
Author
2024-10-20
Add privacy settings on extension list retrieval (#4603)
Alexis Degrugillier
2024-09-06
Use curl to fetch extensions list (#6767)
Alexandre Alapetite
2024-08-01
Minor update whitespace PHPCS rules (#6666)
Alexandre Alapetite
2024-04-10
PHP 8.3 #[\Override] (#6273)
Alexandre Alapetite
2024-01-03
Sanitize parsing list of extensions (#6016)
Alexandre Alapetite
2023-12-18
Pass PHPStan level 8 (#5946)
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-06-15
Fix slider views (#5469)
Alexandre Alapetite
2023-06-13
Allow deep link to extension configuration (#5449)
Alexandre Alapetite
2023-04-17
Complete PHPStan Level 6 (#5305)
Alexandre Alapetite
2023-04-04
Fix extensions in actualize_script (#5243)
Alexandre Alapetite
2022-08-31
Update extensionController.php (#4571)
maTh
2022-01-04
PHPStan level 5 (#4110)
Alexandre Alapetite
2021-12-31
Add PHPStan (#4021)
Alexandre Alapetite
2021-02-28
Travis: Enforce phpcs line length + whitespace (#3488)
Alexandre Alapetite
2020-06-05
Add missing translations (#3034)
Alexis Degrugillier
2019-08-15
tec: Provide a Minz_Mailer class (#2476)
Marien Fressinaud
2019-08-02
Allow to change the view layout (#2467)
Marien Fressinaud
2018-06-09
New extension event + Tumblr GDPR (#1924)
Alexandre Alapetite
2018-01-11
Update travis config (#1751)
Alexis Degrugillier
2017-12-06
Show existing extensions in admin panel (#1708)
Kevin Papst
2015-01-14
Fix coding style in extension manager
Marien Fressinaud
2015-01-14
Fix extension interface
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
2015-01-08
Merge branch 'dev' into 252-extensions
Marien Fressinaud
2014-12-08
Implement extension deletion
Marien Fressinaud
2014-12-08
Update comments for ExtensionController
Marien Fressinaud
2014-12-08
Add behaviour to configure action (extensions)
Marien Fressinaud
2014-12-06
Add default behaviour for configure / remove ext
Marien Fressinaud
2014-12-06
Update i18n (extensions)
Marien Fressinaud
2014-12-06
Fix typo (extensions)
Marien Fressinaud
2014-12-06
Improve system/user types for extensions
Marien Fressinaud
2014-12-06
Add enable / disable extension features
Marien Fressinaud
2014-12-05
First draft for listing and manipulate extensions
Marien Fressinaud