aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Setup.php
Commit message (Expand)AuthorAgeFilesLines
* Module\Setup: Don't access static variable as non static.Harald Eilertsen12 days1-3/+3
* Module\Setup: Pass all required params for the template.Harald Eilertsen12 days1-0/+2
* Upgrade test framework to PHPUnit 10.5Harald Eilertsen2024-05-271-1/+1
* Reduce some global state and add some docsHarald Eilertsen2024-04-181-3/+3
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
* require the intl extension forMario2024-02-141-0/+5
* require bcmath or gmp extensionMario2024-01-061-0/+7
* add check for sodium on setupMario2024-01-051-0/+6
* bump php version requirementMario2022-05-251-2/+2
* Merge branch 't0rum-master-patch-68993' into 'master'Mario2022-03-011-2/+2
* allow to override the DB charset via the $db_charset variable in .htconfig.phpMario2022-02-101-2/+12
* php8: fix warnings during install procedureMario2021-03-031-40/+42
* required php version not available but allowed to continuezotlabs2019-04-181-1/+1
* clone systems apps to the extent possible, auto-configure imagick thumbnail b...Zot2019-03-181-0/+6
* Update PHP Version check during Setup.Klaus Weidenbach2019-02-211-31/+30
* Update Zotlabs/Module/Setup.phpphani002018-12-161-1/+0
* add warning if upload_filesize < 4MB.phani002018-12-161-0/+6
* fix setupzotlabs2018-09-191-1/+1
* pdo install check requires namespacingzotlabs2018-09-171-4/+4
* Some improvements to setup checks: image library and pdo supportzotlabs2018-09-161-2/+9
* Setup - .htconfig.php write access is now required for automated installation...zotlabs2018-03-111-8/+12
* fix typos in commentFelix Wolfsteller2017-10-161-1/+1
* some love for the installergit-marijus2017-07-171-11/+16
* start deprecation of server_rolezotlabs2017-05-291-7/+1
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-031-1/+6
|\
| * add check for php zip extensionMario Vavti2017-05-031-1/+6
| * get rid of get_app()zotlabs2017-03-311-2/+0
* | get rid of get_app()zotlabs2017-03-281-2/+0
* | one role.zotlabs2017-03-091-7/+0
|/
* setup: check disabled functions more precisely than using a string matchzotlabs2017-01-051-2/+7
* setup: a bit more text cleanupzotlabs2016-12-041-1/+1
* setup: we actually don't require proc_open any more, so remove that check.zotlabs2016-12-041-9/+3
* text syntaxzotlabs2016-12-041-1/+1
* setup changes to check for shell_exec and exec functionszotlabs2016-12-041-10/+21
* update setup and install documents for PDO and the freebsd issue withzotlabs2016-10-271-3/+3
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-120/+131
* even more backslashesredmatrix2016-10-031-1/+1
* more tag filtering in setupredmatrix2016-09-291-11/+11
* issue #537 - angle bracket characters in DB password not recognisedredmatrix2016-09-281-18/+18
* couple of minor issues with dba namespace during install and enotify::format ...redmatrix2016-09-181-1/+1
* Before throwing a 'smarty3 dir does not exist' fatal error, try and create it...redmatrix2016-08-281-2/+2
* create smarty dir before any templates can be initialisedredmatrix2016-08-281-2/+3
* allow changing the server role - as well as configuring any of the three opti...redmatrix2016-08-231-4/+15
* server role management, part 1redmatrix2016-08-221-1/+1
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-12/+12
* remove check for mcryptMario Vavti2016-07-101-5/+0
* comment on the setup page about the possible need for intermediate certs.redmatrix2016-06-271-2/+8
* fix remote_channel(), update php minversion requirementredmatrix2016-05-291-2/+2
* more work associated with DBA and index.php shuffleredmatrix2016-05-241-33/+8
* relocate index and dbredmatrix2016-05-241-12/+14