Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1447 2023-12-29 01:37:22 daniel-marschall /trunk/ JavaScript: JavaScript can now handle errors raised by PHP and show something instead of just silently failing  
1410 2023-09-25 22:31:19 daniel-marschall /trunk/ Newly created objects now get automatically opened, without popup confirmation dialog.
If a RA does not exist during creation, no popup will be shown. Instead, at the OID page there will be an invitation button.
During invitations, the email address will be syntactically checked.
(Fixes https://github.com/danielmarschall/oidplus/issues/26)
 
1400 2023-08-31 15:04:07 daniel-marschall /trunk/ Fixed problems with file uploads after canonization through the goto box  
1302 2023-06-13 01:43:55 daniel-marschall /trunk/plugins/viathinksoft/ ID "0" gets now correctly displayed als WEID "0" in the CRUD grid  
1271 2023-05-15 00:09:41 daniel-marschall /trunk/  
1269 2023-05-14 22:31:27 daniel-marschall /trunk/  
1036 2022-11-27 00:54:59 daniel-marschall /trunk/ Server errors are now shown to the user instead of error message "SyntaxError: Unexpected token < in JSON at position 0"  
986 2022-10-04 14:15:46 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/ BUGFIX: Invitation email of freshly created objects could not be sent  
962 2022-09-25 23:10:12 daniel-marschall /trunk/ AID: Possibility to generate a random AID directly in OIDplus  
833 2022-04-13 23:42:25 daniel-marschall /trunk/ Success alert() messages are now non-blocking Toasts
Added JavaScript callback ajaxPageLoadedCallbacks (gets only executed for page loads via ajax.php, not F5-Key-Pageloads)
Vendor update: Renewed TinyMCE
 
752 2022-02-23 00:35:58 daniel-marschall /trunk/ Changed WEID converter code so that it doesn't require the package mikemcl/bignumber.js anymore. (Removed now from composer.json)  
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
 
692 2021-12-12 02:52:14 daniel-marschall /trunk/plugins/viathinksoft/ Fixed "Generate UUID OID" link in OID 2.25.
Added "Generate UUID OID" to the root OID page.
Added "Generate GUID" to the root GUID page.
 
675 2021-10-11 00:16:40 daniel-marschall /trunk/ BUGFIX: Superior RAs were not able to update delegated objects (e.g. to change ASN.1/IRI/EMail/HiddenFlag)  
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.
 
642 2021-09-25 00:01:41 daniel-marschall /trunk/ Fixed mime types of JS and XML files, so that they are treated as text files again (can be diffed etc.)  
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.