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
779 2022-03-13 11:38:17 daniel-marschall /trunk/ (Minor changes)  
778 2022-03-13 11:31:06 daniel-marschall /trunk/ - Plugins can now control the output of HTTP headers (especially the Content-Security-Policy header)
- Added baseconfig setting CANONICAL_SYSTEM_URL
- Fixed issue with relative paths (OIDplus::webpath(...,fase) over a proxy
 
775 2022-03-08 23:12:20 daniel-marschall /trunk/  
730 2022-01-23 22:10:52 daniel-marschall /trunk/ "ImplementsFeature" is now available for all PHP classes of OIDplus, not just Plugin classes.
Therefore, OID-WHOIS can now also receive WHOIS attributes from Objects (not just the Object Plugin) or the OIDplusRA class.
 
727 2022-01-07 19:42:52 daniel-marschall /trunk/ Local GIT-Version could not be detected successfully! Fixed!  
719 2021-12-29 00:42:04 daniel-marschall /trunk/ Fixed PHP warnings  
704 2021-12-26 01:33:58 daniel-marschall /trunk/ BUGFIX: Search plugin highlighting did not work correctly if the search term was found inside the OID dot-notation or RA email address. Fixed.
BUGFIX: Entering an OID in the GoTo-Box or the Search did not open it in the left panel. Fixed.
BUGFIX: Link "Go back to RA listing" (only works for logged in admins) not visible at public RA listing anymore.
 
702 2021-12-26 00:26:02 daniel-marschall /trunk/ New plugin type: CAPTCHA plugins!  
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  

Show All