Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
632 2021-09-23 21:16:24 daniel-marschall /trunk/ Temporarily, third-party plugins must be moved in the folder plugins/_thirdParty instead of plugins/ (will be changed again in a few days!)  
594 2021-05-24 01:54:21 daniel-marschall /trunk/ (Mostly) reached PHPStan Level 6  
592 2021-05-23 22:53:31 daniel-marschall /trunk/ (Nearly) reached PHPStan level 5  
591 2021-05-23 20:19:56 daniel-marschall /trunk/ PHPStan Level 4 reached  
590 2021-05-23 18:45:00 daniel-marschall /trunk/ PHPStan Level 3 reached  
588 2021-05-23 18:01:30 daniel-marschall /trunk/ PHPStan Level 1 reached  
580 2021-05-17 19:23:50 daniel-marschall /trunk/ Cookies now get the "secure" flag if OIDplus is visited from HTTPS connection  
567 2021-05-14 16:56:56 daniel-marschall /trunk/includes/classes/ Removed: Session handler cannot be accessed outside the authentification utilities anymore  
558 2021-04-26 11:45:51 daniel-marschall /trunk/  
557 2021-04-25 22:06:14 daniel-marschall /trunk/ Cookie SAMESITE policy can now be configured in the base configuration file.
New clas "OIDplusCookieUtils".
In shebang, using "env php" instead of "/usr/bin/php".
 
555 2021-04-23 17:28:56 daniel-marschall /trunk/ Cookie handling is now in function op_setcookie() instead setcookie().
Now using SameSite=Strict (experimental)
 
525 2021-03-12 19:21:28 daniel-marschall /trunk/includes/classes/ Security improvement: Plugins are now loaded only from publicPages, raPages and adminPages, not from *Pages  
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
503 2021-01-08 23:05:29 daniel-marschall /trunk/ BUGFIX: System tried to save attachments to "userdata/attachmentsXXX/*.*" instead of "userdata/attachments/XXX/*.*"
BUGFIX: Fixed problems with MySQLi database provider if server does not support MySQLnd (Native Driver)
BUGFIX: If config.inc.php is wrong (e.g. outdated version), setup could not be started. Fixed.
 
500 2020-12-20 14:51:31 daniel-marschall /trunk/  
498 2020-12-12 20:49:10 daniel-marschall /trunk/  
497 2020-12-12 20:34:43 daniel-marschall /trunk/includes/classes/  
496 2020-12-12 20:29:51 daniel-marschall /trunk/ Large refactoring of path functions.
DEPRECATED: OIDplus::basePath() becomes OIDplus::localpath()
DEPRECATED: OIDplus::getSystemUrl(X) becomes OIDplus::webpath(null, X)
OIDplus::webpath(X) becomes OIDplus::webpath(X, true)
 
495 2020-12-12 14:02:12 daniel-marschall /trunk/includes/classes/ getSystemUrl(): CLI support improved  
494 2020-12-12 13:05:01 daniel-marschall /trunk/ Fixed a problem where getSystemUrl() did not end with '/' if EXPLICIT_ABSOLUTE_SYSTEM_URL is used (VTS BUG#0000209 ?)  

Show All