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
1293 2023-05-28 23:30:41 daniel-marschall /trunk/plugins/viathinksoft/ Code cosmetics  
1292 2023-05-28 22:42:47 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.  
1278 2023-05-15 21:16:29 daniel-marschall /trunk/plugins/viathinksoft/  
1274 2023-05-15 00:53:20 daniel-marschall /trunk/plugins/viathinksoft/adminPages/900_software_update/  
1273 2023-05-15 00:45:07 daniel-marschall /trunk/plugins/viathinksoft/ *** Objects REST API is done. Now in BETA stage for testing!  
1272 2023-05-15 00:36:49 daniel-marschall /trunk/  
1270 2023-05-14 22:37:52 daniel-marschall /trunk/plugins/viathinksoft/  
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)  
1264 2023-05-12 22:48:31 daniel-marschall /trunk/  
1258 2023-05-06 20:22:46 daniel-marschall /trunk/  
1250 2023-04-30 21:34:04 daniel-marschall /trunk/plugins/viathinksoft/ Introduced EUI64 <=> AID mapping (modified VTS F2)  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1228 2023-04-20 23:25:27 daniel-marschall /trunk/ Fixed systeminfo plugin compatibility with Oracle DB  
1223 2023-04-19 20:16:31 daniel-marschall /trunk/ Some fixes for the ADO database connection  
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)  
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  
1206 2023-04-14 00:24:03 daniel-marschall /trunk/ More Exception refactoring  
1202 2023-04-13 01:07:27 daniel-marschall /trunk/plugins/viathinksoft/  
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()  
1195 2023-04-10 20:09:21 daniel-marschall /trunk/ Fixed problem where OIDplus::findGitFolder() output one extra slash  
1189 2023-04-08 21:33:05 daniel-marschall /trunk/plugins/ Changed interface "getNotifications", replaced "array of array" with "array of OIDplusNotification"  
1188 2023-04-08 20:52:33 daniel-marschall /trunk/  
1186 2023-04-08 20:32:34 daniel-marschall /trunk/ Methods in OIDplusAuthUtils, OIDplusGui, OIDplusMailUtils, OIDplusMenuUtils are now not static anymore  
1185 2023-04-08 19:58:20 daniel-marschall /trunk/ Logger methods are now not static anymore  
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  
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  
1181 2023-04-08 18:14:23 daniel-marschall /trunk/ Introduction of url_get_contents_available()  
1180 2023-04-08 16:06:10 daniel-marschall /trunk/ File attachments plugin: If directory is not writeable or otherwise invalid, the admin will see a warning in the "notifcations" area  
1178 2023-04-08 00:44:12 daniel-marschall /trunk/  
1172 2023-04-07 01:32:15 daniel-marschall /trunk/ More problems with types in prepared statements adressed