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
699 2021-12-17 16:48:07 daniel-marschall /trunk/ The new file edition.ini contains constants which might be useful if somebody wants to fork OIDplus
(However, we would appreciate it if you would try to contribute to the original OIDplus system rather than forking it!)
 
698 2021-12-15 17:10:50 daniel-marschall /trunk/ Small refactoring  
693 2021-12-12 12:08:23 daniel-marschall /trunk/ "Generate" links can now be defined by the plugin type
WEID input is now enforced upper case
 
681 2021-12-08 00:27:40 daniel-marschall /trunk/ Plesk Git is now supported  
672 2021-10-06 22:03:02 daniel-marschall /trunk/ BUGFIX: Adding a new object type plugin to an existing system raised an error. Fixed.
BUGFIX: WEID with mixed upper/lower-case could not be converted to numeric value. Fixed.
 
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".
 

Show All