Log message #4170403

# At Username Text
# Oct 5th 2018, 14:08 btx is there a commandline option to make the shell `interactive = false`?
# Oct 5th 2018, 14:01 flavius so you can also "force" those values through `app.php` i guess :slightly_smiling_face:
# Oct 5th 2018, 14:00 flavius you can see the config here -> https://github.com/cakephp/cakephp/blob/master/src/Http/ServerRequestFactory.php#L42
# Oct 5th 2018, 14:00 flavius https://github.com/cakephp/cakephp/blob/master/src/Http/Session.php#L103
# Oct 5th 2018, 13:59 flavius `httpOnly` happens automatically if this condition goes through `if (!isset($sessionConfig['ini']['session.cookie_httponly']) andand ini_get('session.cookie_httponly') != 1)` and secure as well, with this condition `if (!isset($sessionConfig['ini']['session.cookie_secure']) andand env('HTTPS') andand ini_get('session.cookie_secure') != 1)`
# Oct 5th 2018, 13:38 neon1024 Ah, I think it is already on our prod domain! lol
# Oct 5th 2018, 13:35 neon1024 Presumably I’d have to write my own handler
# Oct 5th 2018, 13:34 neon1024 I’d like to ensure my cookies have both `httpOnly` and `Secure` flags
# Oct 5th 2018, 13:34 neon1024 I can only find this, https://github.com/cakephp/app/blob/master/config/app.default.php#L353-L356
# Oct 5th 2018, 13:33 tobse @neon1024 Thanks for the hint. I will take a deeper look into Collections.
# Oct 5th 2018, 13:32 neon1024 How do I go about changing the default CAKEPHP cookie config?
# Oct 5th 2018, 13:31 RandomJamofJar smooth move
# Oct 5th 2018, 13:31 RandomJamofJar go easy on the sips solar <3
# Oct 5th 2018, 13:31 RandomJamofJar if keyboard started with electric typewriters something like dvorak probably would have ended up the normal standard
# Oct 5th 2018, 13:24 r00tKl itd probably never return or vaporize on entry but one can dream
# Oct 5th 2018, 13:24 r00tKl the 6th reboot looks good
# Oct 5th 2018, 13:24 r00tKl I mean... right now I literally just want to extend to one location
# Oct 5th 2018, 13:24 r00tKl if you wanna switch V+, you should switch with a pnp
# Oct 5th 2018, 13:24 r00tKl I see what you mean
# Oct 5th 2018, 13:21 neon1024 Sounds like a job for `Collection::indexBy`
# Oct 5th 2018, 13:21 tobse Good afternoon everybody! I like to check if a value-pair exists in a db-table. Like the "isUnique"-rule but in my case, the values may be switched. I.e. I'd like to save "first_id" => 1 AND "second_id" =>2 and my rule should check if there is a pair "first_id" => 2 AND "second_id" => 1. Cake 3
# Oct 5th 2018, 13:20 specialco wsx: try ##windows
# Oct 5th 2018, 13:20 specialco and you can keep the old one and include it in Grub to have the choice that use one day
# Oct 5th 2018, 13:20 specialco if it's broken
# Oct 5th 2018, 13:00 rudy1976s Is possible querying against column as Json ?
# Oct 5th 2018, 12:59 rudy1976s good afternoon
# Oct 5th 2018, 12:35 meepmeepKy the arch mysql start scripts are all broken etc
# Oct 5th 2018, 12:35 meepmeepKy if i do anything to mod my vrm im assing a cooling block
# Oct 5th 2018, 12:35 meepmeepKy z1haze, why don't you check yhourself
# Oct 5th 2018, 12:35 meepmeepKy DrunkRhino[m]: do you already have an X server running? /shrug
# Oct 5th 2018, 12:35 meepmeepKy Tech_8 I'm not doing much and you?
# Oct 5th 2018, 12:09 theCorvusyO oh! i see it
# Oct 5th 2018, 12:09 theCorvusyO 10 times faster to let bash combine the expansions.
# Oct 5th 2018, 12:09 theCorvusyO Soliton but what does built-ins imply in this context
# Oct 5th 2018, 11:22 vipul.onus Welcome ..
# Oct 5th 2018, 11:22 adriencs I've solved, thanks a lot
# Oct 5th 2018, 11:21 vipul.onus @adriencs look at this https://book.cakephp.org/3.0/en/views/helpers/paginator.html
# Oct 5th 2018, 11:19 adriencs `sortWhitelist` ... fine
# Oct 5th 2018, 11:16 adriencs I have some trouble to order on associated column. Any idea ?
# Oct 5th 2018, 09:18 neon1024 Although in this instance I’m in Cake 2
# Oct 5th 2018, 09:17 neon1024 Do we have a utils for this in the framework?