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
1298 2023-05-30 00:06:43 daniel-marschall /trunk/ Security Feature: JWT token can now be invalidated by changing the Server Secret (in the base configuration). The update invalidates all JWT once. You need to log-in again.  
1288 2023-05-26 21:11:13 daniel-marschall /trunk/  
1283 2023-05-18 21:50:11 daniel-marschall /trunk/ makeAuthKey and validateAuthKey can now be used to make temporary keys with limited lifetime.
makeAuthKey and makeSecret now accept array inputs
 
1282 2023-05-18 00:23:38 daniel-marschall /trunk/ Plugins can no longer access the SERVER_SECRET base configuration settings through OIDplusBaseConfig. Instead, makeAuthKey and makeSecret must be used. The bundled plugins are already updated.  
1281 2023-05-17 21:44:02 daniel-marschall /trunk/ JWT Tokens IAT time is checked against the future  
1280 2023-05-17 00:38:02 daniel-marschall /trunk/plugins/viathinksoft/ Security fix: RDAP "GET" could be used to extract confidential OIDs. Fixed.  
1278 2023-05-15 21:16:29 daniel-marschall /trunk/plugins/viathinksoft/  
1277 2023-05-15 13:45:50 daniel-marschall /trunk/  
1275 2023-05-15 09:53:57 daniel-marschall /trunk/plugins/viathinksoft/ REST API fixes  
1272 2023-05-15 00:36:49 daniel-marschall /trunk/  
1271 2023-05-15 00:09:41 daniel-marschall /trunk/  
1270 2023-05-14 22:37:52 daniel-marschall /trunk/plugins/viathinksoft/  
1269 2023-05-14 22:31:27 daniel-marschall /trunk/  
1267 2023-05-14 02:47:49 daniel-marschall /trunk/ Introduced new version of Logger Maskcodes
!!! Attention! If you have installed foreign plugins (not bundled with OIDplus), you MUST update their logging maskcodes;
!!! if you are the developer of the plugin, please run dev/logger/verify_maskcodes.phps to verify the plugins
!!! A documentation of the new maskcodes can be found in doc/developer_notes/logger_maskcodes.md
 
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1261 2023-05-07 20:21:34 daniel-marschall /trunk/ Misc smaller improvements  
1259 2023-05-06 23:36:08 daniel-marschall /trunk/plugins/viathinksoft/ Implemented feature to generate AAI MAC address.
UUID-GUID/UUID-OID generation: Admin can choose if they want Timebased-UUID or Random-UUID
 
1258 2023-05-06 20:22:46 daniel-marschall /trunk/  
1256 2023-05-04 23:52:08 daniel-marschall /trunk/plugins/viathinksoft/ New MAC<=>AID (VTS F2 AID) definition as of 4 May 2023 implemented  
1255 2023-05-04 01:26:51 daniel-marschall /trunk/ MAC Object Type plugin: Implemented SAI and AAI  
1254 2023-05-01 21:00:42 daniel-marschall /trunk/plugins/viathinksoft/ Small changes in the ELI/EUI plugin  
1253 2023-05-01 17:17:04 daniel-marschall /trunk/ Implemented support for ELI (CID+vendor specific parts)  
1250 2023-04-30 21:34:04 daniel-marschall /trunk/plugins/viathinksoft/ Introduced EUI64 <=> AID mapping (modified VTS F2)  
1248 2023-04-30 00:10:35 daniel-marschall /trunk/ New object type: MAC / EUI-48 / EUI-64  
1233 2023-04-26 22:47:39 daniel-marschall /trunk/ Various improvements of SQLSRV database plugin  
1232 2023-04-26 16:49:28 daniel-marschall /trunk/ Added database plugin SQLSRV  
1223 2023-04-19 20:16:31 daniel-marschall /trunk/ Some fixes for the ADO database connection  
1221 2023-04-19 14:51:39 daniel-marschall /trunk/  
1220 2023-04-19 02:25:35 daniel-marschall /trunk/ System Information plugin: Database plugins can now report extended information like their database name, username, connection properties, etc.  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1213 2023-04-16 23:28:06 daniel-marschall /trunk/plugins/viathinksoft/  
1210 2023-04-16 22:22:28 daniel-marschall /trunk/plugins/viathinksoft/  
1207 2023-04-15 02:29:09 daniel-marschall /trunk/ Documentation update  
1206 2023-04-14 00:24:03 daniel-marschall /trunk/ More Exception refactoring  
1201 2023-04-13 00:53:49 daniel-marschall /trunk/ First part of a refactoring of the Exception handling. Made distinction between HTML-Exception and Non-HTML-Exception clear.  
1200 2023-04-12 01:12:42 daniel-marschall /trunk/  
1189 2023-04-08 21:33:05 daniel-marschall /trunk/plugins/ Changed interface "getNotifications", replaced "array of array" with "array of OIDplusNotification"  
1186 2023-04-08 20:32:34 daniel-marschall /trunk/ Methods in OIDplusAuthUtils, OIDplusGui, OIDplusMailUtils, OIDplusMenuUtils are now not static anymore  
1184 2023-04-08 19:28:11 daniel-marschall /trunk/ Bugfix: "Static link to this page" leading to nowhere  
1183 2023-04-08 19:22:53 daniel-marschall /trunk/plugins/viathinksoft/ System check plugin: Scan now starts only after the user pressed a button