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
661 2021-10-03 21:13:11 daniel-marschall /trunk/ Snapshot distribution channel: oidplus_version.txt is now .version.php (to avoid that the version is exposed)  
646 2021-09-25 21:24:12 daniel-marschall /trunk/ Plugins are again sorted by their type and name, as if they would be in a single vendor-folder  
639 2021-09-24 16:31:57 daniel-marschall /trunk/ Replaced "register_shutdown_function" function with an individual function (since JWT login didn't work with Strato provider)  
635 2021-09-24 12:12:32 daniel-marschall /trunk/ Changed plugins path structure
Old: plugins/[plugintype]/[pluginname]
New: plugins/[vendor]/[plugintype]/[pluginname]

!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!
ALL DIRECTORIES INSIDE THE FOLDER plugin/ WILL BE DELETED
PLEASE MAKE A BACKUP OF THESE FOLDERS BEFORE UPDATING!
!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!

If you have individual third-party plugins, please make
sure that they make use of the new plugin directory structure.
 
633 2021-09-23 22:03:27 daniel-marschall /trunk/ Software update changelog: Very important messages (containing three exclamation marks) are now marked red.  
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/  

Show All