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
1288 2023-05-26 21:11:13 daniel-marschall /trunk/  
1285 2023-05-19 13:24:51 daniel-marschall /trunk/ Implemented REST "OPTIONS"  
1284 2023-05-18 22:05:03 daniel-marschall /trunk/ Vendor update  
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1245 2023-04-28 16:55:17 daniel-marschall /trunk/ Canonical URL now contains the result of the "goto" prefiltering  
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1243 2023-04-28 10:20:09 daniel-marschall /trunk/ If someone enters an OID or GUID in the goto-box, the system will automatically add "oid:" and "guid:", respectively  
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  
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)  
1232 2023-04-26 16:49:28 daniel-marschall /trunk/ Added database plugin SQLSRV  
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  
1225 2023-04-19 21:30:25 daniel-marschall /trunk/  
1223 2023-04-19 20:16:31 daniel-marschall /trunk/ Some fixes for the ADO database connection  
1222 2023-04-19 17:13:59 daniel-marschall /trunk/  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1217 2023-04-18 11:23:16 daniel-marschall /trunk/ SQL Server is now Unicode and emoji compatible. Existing databases need to change [text] to [ntext] and [varchar] to [nvarchar]  
1214 2023-04-18 01:30:34 daniel-marschall /trunk/ MySQLi DBMS: Database fields can now contain emojis. Existing MySQL databases need to update the collation from utf8* to utf8mb4*  
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  
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.  
1187 2023-04-08 20:40:57 daniel-marschall /trunk/ Microsoft Access SQL time function is now now() instead of date()  
1185 2023-04-08 19:58:20 daniel-marschall /trunk/ Logger methods are now not static anymore  
1184 2023-04-08 19:28:11 daniel-marschall /trunk/ Bugfix: "Static link to this page" leading to nowhere  
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  
1179 2023-04-08 00:48:52 daniel-marschall /trunk/  
1178 2023-04-08 00:44:12 daniel-marschall /trunk/  
1177 2023-04-07 22:53:18 daniel-marschall /trunk/ Added empty Access and SQLite3 databases which can be used as template  
1175 2023-04-07 20:13:29 daniel-marschall /trunk/ Attachment plugin: Removed "unlock file" feature. (It was supposed to avoid that admins upload files to directories where they don't suppose to upload. However, this security feature was nonsense, because admins could write and execute their own .php files - if we assume that the OIDplus admin is the same person which has FTP access).  
1149 2023-04-03 16:46:20 daniel-marschall /trunk/ New method url_post_contents() replaces all cURL calls inside the plugins. url_post_contents_available() replaces the checking for the cURL PHP extension.  
1148 2023-04-03 14:16:22 daniel-marschall /trunk/ The "natural sorting" (i.e. "A10" is after "A9") is now applied to all object types, not only to OIDs. The "natOrder" method of the SQL-Slang-Interface has been removed.  
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
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  
1125 2023-03-25 01:16:44 daniel-marschall /trunk/  
1090 2023-02-26 23:28:25 daniel-marschall /trunk/ DATABASE UPDATE (v1002): The database fields ra.salt and ra.authkey have been merged.
Auth plugins A1_phpgeneric_salted_hex and A2_sha3_salted_base64 have been removed and replaced by A5_vts_mcf.
Auth plugin A3_bcrypt/OIDplusAuthPluginBCrypt.class.php does not accept the A3# prefix anymore (gets removed in the migration procedure).
Hashes of A1*# and A2# get migrated to the ViaThinkSoft MCF 1.0 hashes.
!!!!! It is recommended to make a backup of your "ra" table in case something goes wrong with the migration of the hashes !!!!!