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
1300 2023-05-30 01:04:00 daniel-marschall /trunk/  
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.  
1296 2023-05-29 21:44:44 daniel-marschall /trunk/  
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.  
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)  
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1242 2023-04-28 01:43:45 daniel-marschall /trunk/doc/  
1237 2023-04-27 12:13:59 daniel-marschall /trunk/ Added example data and wellknown data for 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  
1232 2023-04-26 16:49:28 daniel-marschall /trunk/ Added database plugin SQLSRV  
1230 2023-04-22 02:20:08 daniel-marschall /trunk/doc/ Updated database connectivity diagram  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1209 2023-04-15 03:08:37 daniel-marschall /trunk/doc/ Documentation update  
1208 2023-04-15 03:00:53 daniel-marschall /trunk/doc/ Documentation update  
1207 2023-04-15 02:29:09 daniel-marschall /trunk/ Documentation update  
1204 2023-04-13 02:38:29 daniel-marschall /trunk/  
1182 2023-04-08 19:02:11 daniel-marschall /trunk/ Introduced base configuration settings OFFLINE_MODE, as suggested by https://github.com/danielmarschall/oidplus/issues/5  
1177 2023-04-07 22:53:18 daniel-marschall /trunk/ Added empty Access and SQLite3 databases which can be used as template  
1173 2023-04-07 02:09:07 daniel-marschall /trunk/ Announced Microsoft Access compatibility  
1172 2023-04-07 01:32:15 daniel-marschall /trunk/ More problems with types in prepared statements adressed  
1171 2023-04-06 16:21:31 daniel-marschall /trunk/ Fixed more issues with Microsoft Access database connectivity (we are close to the approval)  
1170 2023-04-06 02:28:51 daniel-marschall /trunk/ More tests with Microsoft Access (not officially supported yet)  
1169 2023-04-06 02:14:30 daniel-marschall /trunk/ Removed limitations for OID max arc size and max depth  
1167 2023-04-06 00:42:44 daniel-marschall /trunk/  
1165 2023-04-05 20:20:50 daniel-marschall /trunk/ System info plugin: Fixed issue with Windows servers  
1164 2023-04-05 16:58:12 daniel-marschall /trunk/  
1163 2023-04-05 02:57:47 daniel-marschall /  
1159 2023-04-05 00:24:25 daniel-marschall /trunk/ Oracle, PgSQL, and Sqlite database-testcases are now passed  
1156 2023-04-04 01:47:03 daniel-marschall /trunk/ Lots of changes in re database driver results
$res = new OIDplusNaturalSortedQueryResult($res, 'id');
changes to
$res->naturalSortByField('id');
 
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
1132 2023-03-26 04:26:18 daniel-marschall /trunk/  
1131 2023-03-26 03:38:01 daniel-marschall /trunk/ Removed "implementsFeature" interface and replaced it with PHP interfaces with the prefix INTF_OID.
These have a special treatment in the OIDplus class autoloader.
!!! Attention: Third-Party plugins (not bundled with OIDplus) might not be compatible with this change and must be altered (we can help you with this task)
 
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1087 2023-02-26 01:18:19 daniel-marschall /trunk/doc/developer_notes/  
1071 2022-12-29 02:27:59 daniel-marschall /trunk/ Implemented dependency check output for CLI