Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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  
1277 2023-05-15 13:45:50 daniel-marschall /trunk/  
1276 2023-05-15 10:52:06 daniel-marschall /trunk/ REST API: New output field "status_bits"  
1272 2023-05-15 00:36:49 daniel-marschall /trunk/  
1271 2023-05-15 00:09:41 daniel-marschall /trunk/  
1269 2023-05-14 22:31:27 daniel-marschall /trunk/  
1268 2023-05-14 11:28:37 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
 
1266 2023-05-13 02:26:37 daniel-marschall /trunk/ Exceptions can now carry an HTTP Response Code  
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1263 2023-05-12 22:47:57 daniel-marschall /trunk/includes/classes/  
1261 2023-05-07 20:21:34 daniel-marschall /trunk/ Misc smaller improvements  
1248 2023-04-30 00:10:35 daniel-marschall /trunk/ New object type: MAC / EUI-48 / EUI-64  
1247 2023-04-28 22:15:16 daniel-marschall /trunk/ Automatically redirect to prefiltered queries  
1246 2023-04-28 16:55:53 daniel-marschall /trunk/includes/classes/ Whitespaces at the start end end of the query are now accepted in the "goto" box  
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1241 2023-04-28 01:36:10 daniel-marschall /trunk/  
1240 2023-04-28 00:30:05 daniel-marschall /trunk/ Firebird Database: LastInsertId is now implemented  
1238 2023-04-27 16:52:44 daniel-marschall /trunk/  
1236 2023-04-27 11:59:36 daniel-marschall /trunk/ PDO: Fixed incompatibility with Oracle and Firebird  
1235 2023-04-27 02:47:56 daniel-marschall /trunk/ Added Firebird SQL slang (beta)  
1233 2023-04-26 22:47:39 daniel-marschall /trunk/ Various improvements of SQLSRV database plugin  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1227 2023-04-20 16:42:46 daniel-marschall /trunk/  
1226 2023-04-19 23:50:31 daniel-marschall /trunk/ Fixed insert_id() issues with ADO connections  
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)  
1215 2023-04-18 01:53:09 daniel-marschall /trunk/includes/classes/  
1212 2023-04-16 23:04:45 daniel-marschall /trunk/ Design and RA auth plugins are now identified by an internal ID (set in PHP) instead of the foldername  
1211 2023-04-16 22:29:14 daniel-marschall /trunk/  
1207 2023-04-15 02:29:09 daniel-marschall /trunk/ Documentation update  
1205 2023-04-13 23:31:50 daniel-marschall /trunk/  
1204 2023-04-13 02:38:29 daniel-marschall /trunk/  
1203 2023-04-13 01:38:56 daniel-marschall /trunk/includes/classes/ 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/  
1199 2023-04-11 15:02:59 daniel-marschall /trunk/ Log method: Added functionality to add arguments like in _L()