Activity for Marc

  • Marc Marc created ticket #16

    From header not parsed correctly

  • Marc Marc posted a comment on discussion Open Discussion

    no, it does not. At least QS_SrvMaxConnPerIP uses the IP of the loadbalancer. Since all my trouble I switched to my own loadbalancer and now remove the bad traffic in front - but not all users will have that possibility.

  • Marc Marc posted a comment on discussion Open Discussion

    So there is currently no way to use the parsed client IP that is available in log as %a ? Since this is a transparent proxy, the http header is not modified (hetzner).

  • Marc Marc posted a comment on discussion Open Discussion

    I have generic loadbalancer in front of my webservers. So the RemoteIPProxyProtocol is enabled and the remote ip adresse can be accessed via %a in the log file. I've seen the "QS_ClientIpFromHeader" directive, but I don't know how to configure it, in order to use the client address set by the proxy protocol. Any help would be great.

  • Marc Marc created ticket #857

    Remove generated columns from editmask

  • Marc Marc created ticket #64

    Show filename in case of incorrect file

  • Marc Marc posted a comment on ticket #836

    Great! Thanks you!

  • Marc Marc posted a comment on ticket #836

    At least it would be nice, to see on table page, that a constraint is defined on that table. IÄm not sure, if you added this with your commit.

  • Marc Marc posted a comment on ticket #836

    I'm sorry. You're right. Maybe I mixed sth. up.

  • Marc Marc posted a comment on ticket #836

    The last part just meant to say: if you have already defined a constraint and edit the table with adminer, the constraint is not preserved. This is the major bug. Editing the constraint would be nice, but is not as essential, as to prevent a given constraint.

  • Marc Marc created ticket #836

    Add check constraints

  • Marc Marc posted a comment on ticket #824

    It is, if you attach another error handler to monitor for bugs. And accessing an array-element which is not present is an error. and can be easily solved, just by checking empty() or isset()

  • Marc Marc created ticket #824

    Remove error_handler and fix bugs

  • Marc Marc created ticket #822

    undefined variable warning

  • Marc Marc committed [c2f8df]

    formfield pattern changed

  • Marc Marc committed [f83ba0]

    backport we_database_base::

  • Marc Marc committed [f61c61]

    merge from default

  • Marc Marc committed [85faea]

    close confirm on escape

  • Marc Marc committed [152b43]

    improve cache, #0012575

  • Marc Marc committed [007a01]

    fix folders not displayed correct

  • Marc Marc committed [8f87e8]

    #0012588

  • Marc Marc committed [95fc78]

    phan comment

  • Marc Marc committed [d93d56]

    add detailed error on exception

  • Marc Marc posted a comment on ticket #723

    in optoimal case all data for the session is modified, then the session is closed, and now the output starts. Since all session data is NOT destroyed, you can still access the session data, but modifications are not recognized. In this case, e.g. log the query executed, ... close session, do the sql-querys without any locks, so parallel adminer windows are not blocked.

  • Marc Marc posted a comment on ticket #723

    true, it is not useable while another instance is running with the same sessionid. But frequently opening and closing the session, as it happens leads to high load on reading the session from the storage (e.g. disk, or database) and it may result in creation of new session_id's.

  • Marc Marc posted a comment on ticket #723

    but you added session_write_close in 4.7.3, before all worked perfect. Maybe you missed adminer could be integrated where the default php session management is overridden.

  • Marc Marc posted a comment on ticket #723

    I use PHP 7.3.13 diff adminer-mysql.php /tmp/adminer-4.7.5-mysql.php 72c72 < stop_session($vc=false){session_write_close();}function&get_session($_){return$_SESSION[$_][DRIVER][SERVER][$_GET["username"]];}function --- > stop_session($vc=false){$hh=ini_bool("session.use_cookies");if(!$hh||$vc){session_write_close();if($hh&&@ini_set("session.use_cookies",false)===false)session_start();}}function&get_session($_){return$_SESSION[$_][DRIVER][SERVER][$_GET["username"]];}function 861c861 < script("ajaxSetHtml('".js_escape(ME)."script=db');");}}}page_footer();...

  • Marc Marc committed [9865ff]

    support extension jfif

  • Marc Marc committed [05b66e]

    Fix #0012564

  • Marc Marc committed [124b0a]

    Fix #0012553

  • Marc Marc committed [cddb72]

    fix editor-script

  • Marc Marc posted a comment on ticket #723

    btw. ini_set expects strings for both arguments

  • Marc Marc posted a comment on ticket #723

    after reverting commit 5ffec58a8f5424426df93e47e04a24ed95e5aab0 (Fix blocking of concurrent instances in PHP >7.2 (bug #703) ) to session_write_close(); everything is fast again - I suppose the session gets started again after closing and this may happen in a loop.

  • Marc Marc created ticket #723

    Slow Mysql since 4.7.3

  • Marc Marc committed [918b9f]

    #0012534

  • Marc Marc committed [fbe351]

    #0012508

  • Marc Marc committed [c18904]

    Fix recursion error on used templates

  • Marc Marc committed [aa7390]

    Fix recursion error on used templates

  • Marc Marc committed [c4af09]

    #0012503

  • Marc Marc committed [1ab44a]

    #0012504

  • Marc Marc committed [b36a11]

    phan

  • Marc Marc committed [1568e4]

    #0007211

  • Marc Marc committed [e8d724]

    reverted bad merge userinput

  • Marc Marc committed [91124b]

    new trigger doc class

  • Marc Marc committed [48b63c]

    merge

  • Marc Marc committed [9d572e]

    some refactor

  • Marc Marc committed [751921]

    merge

  • Marc Marc committed [dca1af]

    fix position of icon

  • Marc Marc committed [3cd296]

    fix tblschedule problem

  • Marc Marc committed [ab1774]

    #0012480

  • Marc Marc committed [f2c570]

    fix updated we 7

  • Marc Marc committed [025792]

    fix button access invalid alt text

  • Marc Marc committed [780274]

    new phan optiopn

  • Marc Marc committed [a60c30]

    cleanup some request

  • Marc Marc committed [b82e74]

    request

  • Marc Marc committed [be6c63]

    phan

  • Marc Marc committed [3f720b]

    refactor

  • Marc Marc committed [dd6c78]

    notice

  • Marc Marc committed [b2ab45]

    filter " and : in seo

  • Marc Marc committed [34fcd1]

    fix php 7x notice

  • Marc Marc committed [b7636b]

    #0012390

  • Marc Marc committed [ee9579]

    wf with steps .25

  • Marc Marc committed [2bd1ff]

    #0012409

  • Marc Marc committed [77af13]

    #0012407

  • Marc Marc committed [f314ed]

    #0012405

  • Marc Marc committed [02856e]

    #0012408

  • Marc Marc committed [53d7f0]

    merge

  • Marc Marc committed [5a3af1]

    notice pdf

  • Marc Marc committed [8db36c]

    store tables with fixes columns

  • Marc Marc committed [843f0e]

    merge

  • Marc Marc committed [45db61]

    fix type

  • Marc Marc committed [67cd42]

    merge

  • Marc Marc committed [d51b7c]

    better frame footer

  • Marc Marc committed [a373ed]

    disable update script

  • Marc Marc committed [476963]

    don't skip output of error_handler

  • Marc Marc committed [3b21f3]

    php 7.3 warnings for continue

  • Marc Marc committed [875f75]

    merge

  • Marc Marc committed [91724e]

    fix css

  • Marc Marc committed [a4d71e]

    new version of scssphp (0.8.4)

  • Marc Marc committed [8ee42e]

    merge

  • Marc Marc committed [396dce]

    merge

  • Marc Marc committed [4e790b]

    phan

  • Marc Marc committed [31cb7d]

    php 7.3 warnings for continue

  • Marc Marc committed [1ae463]

    php 7.3 warnings for continue

  • Marc Marc committed [cf2062]

    php 7.3 warnings for continue

  • Marc Marc committed [ca1611]

    fix sql err

  • Marc Marc committed [55ac21]

    merge

  • Marc Marc committed [fe06f2]

    fixes

  • Marc Marc committed [8cfdf3]

    disable code for we in new window

  • Marc Marc committed [f1e967]

    deprecated INTLIST

  • Marc Marc committed [04efc7]

    merge

1 >