aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin.php
Commit message (Expand)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
* 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
* 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 zotlabs/mod...redmatrix2016-09-051-15/+9
* begin to organise the admin module into independent sub-modules. The same nee...redmatrix2016-09-041-239/+25
* 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 opti...redmatrix2016-08-231-0/+13
* 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 and...redmatrix2016-06-061-43/+63
* class functions called incorrectlyredmatrix2016-06-041-3/+3
* start removing reserved words from database column names (this run: addon and...redmatrix2016-05-301-1/+1
* 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 (connections...redmatrix2016-05-221-4/+0
* Temp repo folder error message correctionAndrew Manning2016-05-211-2/+2
* Moved git repository storage to store/[data]/git to avoid collision with a ch...Andrew Manning2016-05-211-8/+14
* 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
* 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 y...redmatrix2016-05-101-6/+15
* | Check if target directories are writable when adding, updating, or removing p...Andrew Manning2016-05-111-63/+88
|/
* 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 could...Andrew Manning2016-05-101-0/+9
* 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 repo...Andrew Manning2016-05-081-1/+61
* Custom addon repo name option added.Andrew Manning2016-05-081-4/+30
* Existing addon repos are listed on plugin page with controls for updating, re...Andrew Manning2016-05-071-3/+28
* New plugin repo cloned using new GitRepo class. Readme and info displayed in ...Andrew Manning2016-05-071-43/+20
* Increased PHPGit timeout to 120 seconds for large repos. Retrieve Readme.md a...Andrew Manning2016-05-031-9/+21