aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin/Addons.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrect module imports.Harald Eilertsen2024-11-091-2/+2
| | | | | | | | When importing modules with use statements, they always require the fully qualified module name. Iow, there's no need to prefix them with an extra backslash. Ref: https://www.php.net/manual/en/language.namespaces.importing.php
* Remove addon repo management from admin/addons.Harald Eilertsen2024-10-091-281/+0
| | | | | | This functionality was broken anyways, and needs to be rethought. Addon reporitories can still be managed from the terminal using the tools in util/.
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* fix various issuesMario2022-10-211-0/+3
|
* deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()Mario2020-09-161-2/+2
|
* fix bitrot in util/zotshzotlabs2019-08-151-15/+16
|
* exclude addon_common from addon listMario2019-02-151-1/+4
|
* plugins -> addonszotlabs2018-06-281-0/+479