Commit Graph

  • 0d30f71097 Corrections to the Dutch translations Edwin Boersma 2019-01-07 11:06:25 +01:00
  • 0cc5693180 damn typo Michael Kaufmann 2019-01-06 08:54:49 +01:00
  • 045a62a9db remove duplcate visible-field in admin-edit formfield; fixes #625 Michael Kaufmann 2019-01-06 08:48:24 +01:00
  • 725372b6ae add 4th parameter $step to Admins::increaseUsage(); fixes #628 Michael Kaufmann 2019-01-06 08:45:24 +01:00
  • 9e77fecc29 removed deprectated create_function statement; fixes #623 Michael Kaufmann 2019-01-06 08:39:56 +01:00
  • 44c47fa6eb Merge pull request #629 from PHPGangsta/composer_sugg Michael Kaufmann 2019-01-05 16:22:07 +01:00
  • 448de78ea5 added ext-apcu and ext-readline to composer.json suggest block Michael Kliewe 2019-01-05 13:31:26 +01:00
  • f3859052e5 fix getParamListFromDoc() for api doc Michael Kaufmann 2019-01-05 07:56:55 +01:00
  • 2b4199e558 drop ADSP support, fixes #622 Michael Kaufmann 2019-01-04 20:58:20 +01:00
  • b7585585dc also include table-definitions in external api.php Michael Kaufmann 2019-01-02 18:46:38 +01:00
  • 92b133b11d fix Froxlor::listFunction() api-call after namespacing Michael Kaufmann 2019-01-02 18:36:01 +01:00
  • 5dda57458a fix incorrect variable Michael Kaufmann 2018-12-28 15:18:56 +01:00
  • 16efd1191a forgot to remove require of formfield-constants Michael Kaufmann 2018-12-26 21:12:58 +01:00
  • 1c9d76725c get rid of last function file Michael Kaufmann 2018-12-26 20:54:00 +01:00
  • 4ee735a81f Merge branch 'namespaces' Michael Kaufmann 2018-12-26 20:38:05 +01:00
  • 2ba8fa2785 Merge branch 'master' into namespaces Michael Kaufmann 2018-12-26 20:37:47 +01:00
  • e64e8cafa6 define logger constants in logger class Michael Kaufmann 2018-12-26 15:51:26 +01:00
  • 3949a6858b fixed to Cron Michael Kaufmann 2018-12-26 12:00:32 +01:00
  • 792d25fdd8 add MysqlHandler for Monolog-Logger Michael Kaufmann 2018-12-25 08:48:28 +01:00
  • af5ef4b9dc Merge pull request #617 from JB1985/patch-3 Michael Kaufmann 2018-12-25 07:54:10 +01:00
  • bd79022475 Update logfiles_viewer.php JB1985 2018-12-24 20:50:38 +01:00
  • 684130871b forgot one function in Froxlor\PhpHelper Michael Kaufmann 2018-12-24 14:04:52 +01:00
  • 7416a41a42 get rid of most of the checkstyle warnings Michael Kaufmann 2018-12-24 13:50:45 +01:00
  • 30f5902b88 fix some more checkstyle issues Michael Kaufmann 2018-12-24 13:21:35 +01:00
  • 35c631946d more and more checkstyle fixes Michael Kaufmann 2018-12-24 12:59:40 +01:00
  • 585d42f1b8 more checkstyle fixes Michael Kaufmann 2018-12-24 12:02:26 +01:00
  • c3d44b4558 Minor enhancements and starting to comply with checkstyle Michael Kaufmann 2018-12-24 09:35:05 +01:00
  • 04e87cce98 forgot to add a few statics... :p Michael Kaufmann 2018-12-23 19:49:10 +01:00
  • 4cd005051b fixed last remaining function calls which are class-methods now Michael Kaufmann 2018-12-23 19:34:32 +01:00
  • e1987af34d [CI] add composer to build.xml; run PHPCompatibility check; run only phpunit in travis Michael Kaufmann 2018-12-23 10:39:27 +01:00
  • 17c6b11a1b remove superfluous inserttask Michael Kaufmann 2018-12-22 21:11:43 +01:00
  • 7170fab884 fix build-testing on jenkins Michael Kaufmann 2018-12-22 20:32:36 +01:00
  • 7f82038255 fix up some cron related things Michael Kaufmann 2018-12-22 20:01:10 +01:00
  • c1cd0004bf fix saving of settings Michael Kaufmann 2018-12-22 15:52:20 +01:00
  • b43a63d665 also regenerate quota and cron.d if settings have changed Michael Kaufmann 2018-12-22 13:44:41 +01:00
  • 3794003e63 minor fixes here and there Michael Kaufmann 2018-12-22 13:42:10 +01:00
  • 13aa19e5f4 got rid of all global functions, I guess Michael Kaufmann 2018-12-22 13:28:51 +01:00
  • 28bb614489 begin refactoring of form-stuff Michael Kaufmann 2018-12-22 11:57:54 +01:00
  • 085d25346d remove unneeded include of functions.php Michael Kaufmann 2018-12-22 10:37:33 +01:00
  • 685267d6fc fix CLI scripts Michael Kaufmann 2018-12-22 10:36:01 +01:00
  • 0401e6971a Revert "refactor global array" Michael Kaufmann 2018-12-22 08:15:31 +01:00
  • 7e39a7bc60 Revert "refactor global array" Michael Kaufmann 2018-12-22 08:15:31 +01:00
  • c800e89414 Revert "fix wrong usage of \Froxlor\User::getAll()" Michael Kaufmann 2018-12-22 08:15:31 +01:00
  • e719731de0 Revert "argh..." Michael Kaufmann 2018-12-22 08:15:30 +01:00
  • fed9efff41 argh... Michael Kaufmann 2018-12-21 21:00:35 +01:00
  • 48ff2e6b6d fix wrong usage of \Froxlor\User::getAll() Michael Kaufmann 2018-12-21 20:56:47 +01:00
  • 370ccbdb74 refactor global array Michael Kaufmann 2018-12-21 20:51:44 +01:00
  • c5a58e3f36 refactor global array Michael Kaufmann 2018-12-21 20:31:17 +01:00
  • 5fa0f4b87e ugh, where was 2fa integration gone? Michael Kaufmann 2018-12-21 19:25:06 +01:00
  • 7c68fa7bd0 fixed a few functions I've missed Michael Kaufmann 2018-12-21 19:16:49 +01:00
  • 7563907df5 convert html-related functions Michael Kaufmann 2018-12-21 18:31:06 +01:00
  • def3d6d19e forgot generateDkimEntries() Michael Kaufmann 2018-12-21 17:56:23 +01:00
  • 59453a47fa fix dns-related function calls Michael Kaufmann 2018-12-21 17:51:29 +01:00
  • 1b090377ee even more function to class conversion Michael Kaufmann 2018-12-21 17:41:22 +01:00
  • b0e11f5708 and more and more and more Michael Kaufmann 2018-12-21 17:00:54 +01:00
  • a819d81ef2 more function reducing and fixing Michael Kaufmann 2018-12-21 16:53:04 +01:00
  • 0a28ef2af6 minor changes for unit-tests Michael Kaufmann 2018-12-21 16:32:44 +01:00
  • 1ba4164028 add new PHPMail Wrapper to avoid multiple setting of properties Michael Kaufmann 2018-12-21 14:49:55 +01:00
  • f9ad392e39 remove refactored functions Michael Kaufmann 2018-12-21 13:00:39 +01:00
  • 97b5439c0d auto-format all files; add table-definitions to test-bootstrap file Michael Kaufmann 2018-12-21 12:24:07 +01:00
  • 1ff784198c adjust paths to classes Michael Kaufmann 2018-12-21 11:31:41 +01:00
  • 05402a4a1c add new namespaces branch to travis testing Michael Kaufmann 2018-12-21 11:26:25 +01:00
  • dd8fbf0900 add new namespaces branch to travis testing Michael Kaufmann 2018-12-21 11:25:48 +01:00
  • c0e89bbd05 refactor UI functions Michael Kaufmann 2018-12-21 11:22:03 +01:00
  • b0df4e46d6 convert validate/check functions Michael Kaufmann 2018-12-20 21:00:39 +01:00
  • 5888927239 get rid of more functions Michael Kaufmann 2018-12-20 12:38:18 +01:00
  • f263175802 more function reduction Michael Kaufmann 2018-12-20 09:57:00 +01:00
  • bed069f269 more function moving Michael Kaufmann 2018-12-20 08:33:32 +01:00
  • 8c896d60d6 get rid of some more functions Michael Kaufmann 2018-12-20 07:43:40 +01:00
  • adc627ca4e minor fixes to template engine for now Michael Kaufmann 2018-12-19 20:38:29 +01:00
  • d654b18517 get rid of storeSetting*-functions Michael Kaufmann 2018-12-19 19:58:14 +01:00
  • 26510f0745 removing more ticket-stuff; update all unit-tests Michael Kaufmann 2018-12-19 19:42:50 +01:00
  • 60f1db5caf LetEncrypt cronjob refactoring Michael Kaufmann 2018-12-19 17:31:03 +01:00
  • 549ccda166 use safe_exec from class now Michael Kaufmann 2018-12-19 17:19:56 +01:00
  • c4024c8107 use correct makeCorrect(Dir/File) everywhere Michael Kaufmann 2018-12-19 17:13:41 +01:00
  • 98f6ad183e Corrects annotations in API Michael Rosenberger 2018-12-05 11:42:02 +01:00
  • 8e84a4ff44 correct use of Database use Michael Kaufmann 2018-12-19 16:57:03 +01:00
  • 2c893fef25 adjustments in settings-arrays Michael Kaufmann 2018-12-19 14:54:46 +01:00
  • e4a0cc73bd convert three more dns-related functions Michael Kaufmann 2018-12-19 14:38:45 +01:00
  • 4c4b2a6df3 use TwoFactorAuth via composer Michael Kaufmann 2018-12-19 14:12:42 +01:00
  • 28f24fda72 ported CLI stuff to namespaces-layout Michael Kaufmann 2018-12-19 13:59:11 +01:00
  • 3ff20e327f removed ticketsystem; lots of work on cron stuff Michael Kaufmann 2018-12-19 13:09:14 +01:00
  • 903b775f79 make cronjobs also classes and began to refactor the whole cronjob stuff Michael Kaufmann 2018-12-19 08:55:23 +01:00
  • a25150babf use correct Settings-class in templates Michael Kaufmann 2018-12-18 15:53:08 +01:00
  • a2f205bae3 Update class.SImExporter.php Michael Kaufmann 2018-12-18 15:52:19 +01:00
  • a0125bb93e Update function.setCycleOfCronjob.php Michael Kaufmann 2018-12-18 15:51:48 +01:00
  • 6329042d40 use namespaces in modules Michael Kaufmann 2018-12-18 13:45:05 +01:00
  • 9d314aaa3f use Monolog via composer instead of our own implementation, @TODO MySQL logging-handler Michael Kaufmann 2018-12-18 12:16:48 +01:00
  • fc0a495f2d use PHPMailer via composer Michael Kaufmann 2018-12-18 10:49:18 +01:00
  • c9ee2ae7e0 use IdnaConvert from composer Michael Kaufmann 2018-12-18 10:40:16 +01:00
  • 4c27efa4ae put Api-Commands into namespaces Michael Kaufmann 2018-12-18 09:46:36 +01:00
  • c7e5df95e7 add psr-4 autoload to composer.json Michael Kaufmann 2018-12-18 08:40:04 +01:00
  • c3cc3d1f62 started to refactor functions to classes and use PSR-4 autoloader and namespacing Michael Kaufmann 2018-12-18 08:38:34 +01:00
  • ba93265ac6 Merge branch 'ServiusHack-write_no_log' Michael Kaufmann 2018-12-17 12:22:02 +01:00
  • bf7df9a8d6 Merge branch 'write_no_log' of https://github.com/ServiusHack/Froxlor into ServiusHack-write_no_log Michael Kaufmann 2018-12-17 12:21:49 +01:00
  • 8b0966d332 do not generate ssl vhost with fallback ssl-certificate if file does not exist, fixes #614 Michael Kaufmann 2018-12-16 20:21:53 +01:00
  • aa90747089 fix deleting of Certificates as admin with customer_see_all flag Michael Kaufmann 2018-12-16 09:27:31 +01:00
  • efe54d8b56 enhance config-services script a bit Michael Kaufmann 2018-12-15 22:22:37 +01:00
  • 1e816de8cf refactor domainValidate() function; allow underscore in CNAME and SRV entries Michael Kaufmann 2018-12-14 11:51:19 +01:00
  • e3a78f0f84 Merge pull request #612 from foliengriller/install Michael Kaufmann 2018-12-12 21:12:12 +01:00