aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-1/+3
|
* Ãremove queue_fn includesMario2021-05-271-1/+0
|
* melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-231-3/+6
|
* MySQL 8 admin summary compatibilityMax Kostikov2019-02-171-1/+1
|
* remove primary/clone counts from admin summary. The last checkins should fix ↵zotlabs2018-10-301-3/+1
| | | | this count "eventually" but the information has little direct value and may require location information for a local channel to change before it is actually corrected.
* do not count sys channel in totalsMario Vavti2018-09-011-1/+1
|
* plugins -> addonszotlabs2018-06-281-1/+1
|
* hubzilla issue #1086, pending count on admin summary pagezotlabs2018-05-191-2/+6
|
* provide a mechanism to mark apps active in the bingit-marijus2017-07-211-0/+2
|
* provide more comprehensible information on the admin summary pagezotlabs2017-06-261-7/+10
|
* remove php version checks for older ( < 5.4) code incompatibilitieszotlabs2017-05-231-6/+0
|
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-30/+24
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* start removing db backticksredmatrix2016-10-031-2/+2
|
* null_date conversion; phase 1redmatrix2016-09-251-1/+1
|
* final cleanup on submodulesredmatrix2016-09-051-3/+2
|
* move the rest of mod_admin to sub modulesredmatrix2016-09-051-1342/+7
|
* move admin/plugins::post to submodule and get rid of absolute pathsredmatrix2016-09-051-243/+0
|
* move admin/security to submoduleredmatrix2016-09-051-188/+0
|
* superfluous backslashredmatrix2016-09-051-1/+1
|
* use SubModule class for generalising submodules, move back to the ↵redmatrix2016-09-051-15/+9
| | | | zotlabs/module hierarchy
* begin to organise the admin module into independent sub-modules. The same ↵redmatrix2016-09-041-239/+25
| | | | needs to happen with the API module. Using admin/plugins->get() as the first test case
* supercedes pull request #503redmatrix2016-08-281-1/+9
|
* move allowed email domains to admin->security pageredmatrix2016-08-281-8/+8
|
* allow changing the server role - as well as configuring any of the three ↵redmatrix2016-08-231-0/+13
| | | | options during installation
* optional server role compatibility checks for pluginsredmatrix2016-08-221-0/+1
|
* foreach: invalid argumentredmatrix2016-06-091-1/+1
|
* rename admin/users to admin/accounts, provide sortable columns in account ↵redmatrix2016-06-061-43/+63
| | | | and channel summaries - issue #255
* class functions called incorrectlyredmatrix2016-06-041-3/+3
|
* start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-1/+1
| | | | and hook)
* check if $addonDir is a dir to silence warning if it does not existMario Vavti2016-05-261-5/+7
|
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-4/+0
| | | | (connections.php)
* Temp repo folder error message correctionAndrew Manning2016-05-211-2/+2
|
* Moved git repository storage to store/[data]/git to avoid collision with a ↵Andrew Manning2016-05-211-8/+14
| | | | channel named git. Fixed bug where temp repo folder was never created.
* daemon conversion continued...redmatrix2016-05-191-2/+2
|
* Replace text strings for translation supportAndrew Manning2016-05-191-1/+3
|
* Link new plugins when updating repos via admin/pluginsAndrew Manning2016-05-181-0/+12
|
* Create store/git/sys/extend/addon directory and link if it does not exist in ↵Andrew Manning2016-05-121-0/+26
| | | | all plugin repo GUI POST actions
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-111-6/+15
|\
| * provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-101-6/+15
| | | | | | | | you're behind master
* | Check if target directories are writable when adding, updating, or removing ↵Andrew Manning2016-05-111-63/+88
|/ | | | plugin repos
* Remove debugging linesAndrew Manning2016-05-101-4/+0
|
* Link plugins in the newly installed addon repo to /addon so they are accessibleAndrew Manning2016-05-101-0/+19
|
* Delete existing repo if the new one has a different URL. Fixed bug that ↵Andrew Manning2016-05-101-0/+9
| | | | could cause repeated installation.
* Fixed some bugs with empty repo name and improved the interface a bit.Andrew Manning2016-05-091-7/+10
|
* copy-paste errorAndrew Manning2016-05-091-0/+20
|
* Addon repo is copied to /extend/addon/ when admin presses install. Addon ↵Andrew Manning2016-05-081-1/+61
| | | | repos can be removed via GUI.
* Custom addon repo name option added.Andrew Manning2016-05-081-4/+30
|
* Existing addon repos are listed on plugin page with controls for updating, ↵Andrew Manning2016-05-071-3/+28
| | | | removing, and switching branches.
* New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-071-43/+20
| | | | wide modal dialog.
* Increased PHPGit timeout to 120 seconds for large repos. Retrieve Readme.md ↵Andrew Manning2016-05-031-9/+21
| | | | and render on plugins page.