# |
Mar 12th 2019, 12:32 |
neon1024 |
CakePHP is as secure as the developer writing the code |
# |
Mar 12th 2019, 12:31 |
egalles |
I found that > https://translate.google.es/translate?sl=autoandtl=enandu=http%3A%2F%2Fwww.rephp.com%2Fque-hace-que-cakephp-sea-seguro-y-como-podemos-boost-su-seguridad.html |
# |
Mar 12th 2019, 12:30 |
egalles |
ye, i know that is an abstract question |
# |
Mar 12th 2019, 12:25 |
josbeir |
=> https://book.cakephp.org/3.0/en/controllers/components/security.html |
# |
Mar 12th 2019, 12:24 |
josbeir |
your app is as secure as you plan to make it. Of course there are some measures in the ORM but the rest depends on the developer implementing the right measures, handy components for this are built in cake itself (like security component, csrf protection, form tampering, ... |
# |
Mar 12th 2019, 12:22 |
josbeir |
thats a very abstract question @egalles |
# |
Mar 12th 2019, 12:21 |
egalles |
Hi there, is there a way to show to a client how secure it is cakephp ? Any manual ? I can't found it in cakephp.org |
# |
Mar 12th 2019, 12:00 |
yamcomnet |
cool |
# |
Mar 12th 2019, 11:44 |
neon1024 |
I tend to use `bin/cake cache clear_all` in Terminal |
# |
Mar 12th 2019, 11:44 |
yamcomnet |
how to use debug_kit with security and csrf? when trying to flush cache from web console i keep getting 403(forbidden) |
# |
Mar 12th 2019, 10:46 |
david |
thank you again ;) |
# |
Mar 12th 2019, 10:44 |
neon1024 |
I’ll have to update it for 4.0 that’s for sure |
# |
Mar 12th 2019, 10:43 |
neon1024 |
It could probably do with some updates I’m sure |
# |
Mar 12th 2019, 10:43 |
neon1024 |
I haven’t worked on the plugin in a while |
# |
Mar 12th 2019, 10:41 |
david |
xD |
# |
Mar 12th 2019, 10:40 |
neon1024 |
if i recall correctly |
# |
Mar 12th 2019, 10:38 |
david |
iirc? |
# |
Mar 12th 2019, 10:36 |
neon1024 |
iirc it should scale with the existing apsect ratio |
# |
Mar 12th 2019, 10:36 |
neon1024 |
It sure is |
# |
Mar 12th 2019, 10:31 |
david |
@neon1024 when making a thumbnail, is it required to set the height? is it possible only resize to a width without height? |
# |
Mar 12th 2019, 10:19 |
yamcomnet |
thanks @dereuromark @neon1024 |
# |
Mar 12th 2019, 10:19 |
yamcomnet |
ok. Think it was cache issue |
# |
Mar 12th 2019, 10:17 |
yamcomnet |
not sure if i understand what you mean? |
# |
Mar 12th 2019, 10:16 |
yamcomnet |
browser bottom right corner |
# |
Mar 12th 2019, 10:16 |
dereuromark |
maybe cache issue, clear it |
# |
Mar 12th 2019, 10:15 |
dereuromark |
use the documented recommended ones, e.g. .local |
# |
Mar 12th 2019, 10:15 |
yamcomnet |
bottom right corner it tries to show the bar |
# |
Mar 12th 2019, 10:15 |
dereuromark |
most likely wrong TLD locally, what is it? |
# |
Mar 12th 2019, 10:14 |
yamcomnet |
i think that it loads. Some reason it just does not show the bar? |
# |
Mar 12th 2019, 10:14 |
yamcomnet |
in bootstrap.php |
# |
Mar 12th 2019, 10:14 |
yamcomnet |
like: # Plugin::load('DebugKit', ['bootstrap' => true]); |
# |
Mar 12th 2019, 10:13 |
neon1024 |
@yamcomnet How are you loading the plugin? |
# |
Mar 12th 2019, 10:06 |
yamcomnet |
After update debug_kit 3.17.1 i get 404 /debug-kit/toolbar/874c4d32-4f9a-46ad-b10a-08ae7ce4e80f |
# |
Mar 12th 2019, 10:03 |
david |
'thumbnailSizes' => [ '500x500' => [ 'w' => 500, 'h' => 500, 'fit' => true, 'orientate' => true, // THIS DID THE TRICK ] ], |
# |
Mar 12th 2019, 10:02 |
david |
@neon1024 it works fine :) |
# |
Mar 12th 2019, 09:58 |
voycey |
As they are built in language functions would it just be a case of adding them to a Dialect? |
# |
Mar 12th 2019, 09:57 |
voycey |
What would be involved in taking PostGIS and its functions and "Cakeify'ing" them? |
# |
Mar 12th 2019, 09:55 |
david |
thank you :slightly_smiling_face: |
# |
Mar 12th 2019, 09:55 |
neon1024 |
Looks that way, I think that was what the PR was about :slightly_smiling_face: |
# |
Mar 12th 2019, 09:55 |
david |
so, I think that if I config my TN with orientate = true, it should work |
# |
Mar 12th 2019, 09:55 |
neon1024 |
It’s been a while ;) |