Commit Graph

37 Commits

Author SHA1 Message Date
Beu d947337c9c fix strict requirement argument 2023-08-14 17:32:13 +02:00
Beu 0efa58f298 Fix in case of the website is unreachable 2022-04-18 22:34:21 +02:00
Beu bbec986c22 Add support of response headers 2022-04-14 12:42:30 +02:00
Alexander Nell e8d2b2e81e Remove scalar typehints to support PHP5 2020-02-25 17:48:27 +01:00
kremsy 1038abdbed updated copyright label 2020-01-22 10:39:35 +01:00
axelalex2 0c28d683f5 New function to help resolve not-found files/directories (#217)
* ServerUIPropertiesMenu for Configurator to edit builtin UIProperties of MP

* fixed unregister-functions of CallbackManager

* Reducing menuItemHeight in Configurator to avoid overlapping of the menu items

* Fully rebuild the admins menu after a player rights changed

* Added function to FileUtil to improve realpath, so symbolic links can be resolved

* Fixed indentation

* Update FileUtil.php

Fixed error in case of an absolute path on Unix-like systems.
2019-04-27 19:22:42 +02:00
kremsy ba1f6d54bd updated version and year in comments 2019-01-05 21:02:24 +01:00
Jocy 39489f266f Updated Copyright to 2018 2018-03-27 20:11:40 +02:00
kremsy a689924ac8 removed debug code 2017-07-04 12:52:47 +02:00
Sebastian Büttner 419be435d0 Closes #155, test for #156
Fixes #155 by disabeling the HTTP/1.1 100-Continuation mechanism (clearing the Expect-Header), which breaks with imcompatible servers for POST-requests larger than 1024B.
Added explicit content accepted encoding for #156. This should resolve the issue. However, further testing on this is required.
2017-07-04 12:46:49 +02:00
kremsy c7a50ff8cd dedimania investigate (no fix for the setchallengetimes) problem foudn yet 2017-06-28 14:27:56 +02:00
Sebastian Büttner edcd18e8f5 Revert "Implemented strict http request serialization for APIs that forbid a session to be used in concurrent requests (e.g. dedimania)."
This reverts commit b0732bee96.
Solution required PHP 7.0.7, thus breaking requirement of compatibility with PHP 5.4.
2017-05-22 22:59:01 +02:00
Sebastian Büttner b0732bee96 Implemented strict http request serialization for APIs that forbid a session to be used in concurrent requests (e.g. dedimania).
Updated all API requests in DedimaniaPlugin to be serialized by this mechanism. Closes #139.
2017-05-22 22:32:15 +02:00
Sebastian Büttner 2ec6fdbed9 Fixed missing reuse of existing http connections which are kept-alive by remote servers (e.g. dedimania). 2017-05-21 17:52:56 +02:00
kremsy b3707a47d1 dedimania plugin upgrade + some upgrade on asynchttprequest 2017-05-08 18:53:56 +02:00
kremsy 01bc21e37b resolved https://github.com/ManiaControl/ManiaControl/issues/22 (added isHiddenFile method) 2017-04-16 16:41:30 +02:00
kremsy 9741027a71 async filereader removed old test method 2017-04-16 15:30:43 +02:00
kremsy 879b3056ce changed timestamp to seconds in backup filename + unit tests 2017-04-15 23:35:17 +02:00
Jocy 1b110e5d17 Plugin filenames must match class names
changed deprecated public values in ManiaControl.php to private
2017-04-02 16:20:16 +02:00
kremsy 6eef55df6d small fixes 2017-03-29 20:38:56 +02:00
kremsy f83640179d add UsageInformation Interface to every class which can be used by Plugin Authors 2017-03-26 19:44:55 +02:00
kremsy d09faa7c53 update copyright label 2017-02-04 11:49:23 +01:00
kremsy 2e50a757fd Updated Copyright label 2016-05-04 09:57:31 +02:00
kremsy a06e0b90b3 new filereader, some fixes 2015-11-06 16:52:13 +01:00
kremsy 57fcc239ba small fix 2015-11-06 16:45:27 +01:00
kremsy c1dd4c41c9 formatting fix 2015-11-06 16:24:46 +01:00
kremsy 7dadba5a97 improvements to suppport mania exchange ssl support 2015-11-06 16:21:04 +01:00
kremsy f8dc43e517 filereader cleanup 2015-10-13 19:13:27 +02:00
kremsy 3f7c4a50a6 file reader fix 2015-10-13 19:12:27 +02:00
kremsy 07fa365d1a finishing async file reader restructureing 2015-09-30 22:58:49 +02:00
kremsy 67239cd1a9 async file reader restructure part 4 2015-09-30 22:51:12 +02:00
kremsy fed08286ee restructuriing filereader stage 3 2015-09-30 22:42:52 +02:00
kremsy 8aa0bbba86 restructuring filereader stage 2 2015-09-30 22:33:48 +02:00
kremsy 62105611bf started restructuring filereader 2015-09-30 22:28:16 +02:00
kremsy 6a8087cd95 additional headers in asynchronousfilereader 2015-07-29 14:35:19 +02:00
kremsy 0ca7d2dd15 updated copyright 2015-01-19 11:06:20 +01:00
Steffen Schröder 9642433363 removed 'application' folder to have everything in the root directory 2014-09-29 18:20:09 +02:00