Thomas Rupprecht

Results 90 issues of Thomas Rupprecht

ready to merge

see: https://cmake.org/cmake/help/latest/command/if.html#version-comparisons

PR: Needs Review

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

enhancement
discussion
system
change

Now no comments are shown in the details view of a guestbook entry

enhancement
module:guestbook

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

enhancement
system

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

enhancement
system
change

https://www.admidio.org/forum/viewtopic.php?f=20&t=7645 https://github.com/Admidio/admidio/issues/534 i already started to reimplement this

module:documents&files
system
change
security

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...

system
change

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...

enhancement
discussion
change
plugin

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...

enhancement
system
security