Thomas Rupprecht
Thomas Rupprecht
ready to merge
see: https://cmake.org/cmake/help/latest/command/if.html#version-comparisons
To avoid conflicts with classnames of other libs and better logical structure we should use namespaces. https://secure.php.net/manual/en/language.namespaces.php
Now no comments are shown in the details view of a guestbook entry
Move the calls into the loops with smaller timeouts and make it possible to set default timeouts in the update XMLs for each update step
If common.php etc gets called in a function of another framework etc the `$g...` vars aren't global. So we need to set them on `$GLOBALS` https://www.admidio.org/forum/viewtopic.php?f=10&t=7643
https://www.admidio.org/forum/viewtopic.php?f=20&t=7645 https://github.com/Admidio/admidio/issues/534 i already started to reimplement this
The current HtmlPage class contains the data structure and the rendering as html in one class. We should split it up into 2 classes: Page, HtmlPage - Page: Contains all...
For a better handling we should define how a plugin should look like. I have coded some first ideas. But i think we shouldn't make all static. And we need...
https://paragonie.com/blog/2015/04/fast-track-safe-and-secure-php-sessions http://blog.teamtreehouse.com/how-to-create-totally-secure-cookies http://blog.teamtreehouse.com/how-to-create-bulletproof-sessions ### Todos - [x] Improve security of Cookies (httpOnly, https, path) - [ ] Session Id regenerate (If privileges changes) => session_regenerate_id() - [ ] Improve IP...