Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1445 2023-12-26 16:55:28 daniel-marschall /trunk/ RA and System log plugin: Split into pages
Object Log view: only the last 100 items are shown due to overload protection (currently, no scrolling possible)
Overload protection: For now, an OID with more than 1000 children cannot show its children
REST API: "oid:" prefix is now optional. "weid:" is also possible to refer to an OID.
REST API: GET request now also returns the fields "created" and "updated"
Admin area: Viewing RA accounts: Added link to RA log entries
 
1441 2023-12-25 21:23:11 daniel-marschall /trunk/ Update files are now (additionally) stored on a GitHub repo  
1439 2023-12-02 22:51:21 daniel-marschall /trunk/ Introduced support for PHP 8.3
oidplus.viathinksoft.com is now www.oidplus.com
 
1433 2023-11-15 13:29:40 daniel-marschall /trunk/ Release 2.0.1.2
Small fixes for the oid-info.com importer
 
1426 2023-11-12 19:23:48 daniel-marschall /trunk/ * New version schema. Simplified version checks and update and preferring GIT rather than SVN as distribution channel.
* System file check tool: Checksum files are now included with OIDplus and don't need to be downloaded from a server anymore.
 
1410 2023-09-25 22:31:19 daniel-marschall /trunk/ Newly created objects now get automatically opened, without popup confirmation dialog.
If a RA does not exist during creation, no popup will be shown. Instead, at the OID page there will be an invitation button.
During invitations, the email address will be syntactically checked.
(Fixes https://github.com/danielmarschall/oidplus/issues/26)
 
1405 2023-09-03 11:17:33 daniel-marschall /trunk/ Documentation update  
1401 2023-08-31 15:15:53 daniel-marschall /trunk/ Replaced gray text with half-opaque text, to improve compatibility with colored background designs.  
1399 2023-08-31 00:21:28 daniel-marschall /trunk/ X500DN small changes  
1397 2023-08-30 23:33:40 daniel-marschall /trunk/ Added OIDplus Information Object X.500 DN  
1396 2023-08-30 22:55:42 daniel-marschall /trunk/ X500DN more minor fixes. OIDplus Systems now get a RDN.  
1370 2023-08-03 23:16:33 daniel-marschall /trunk/  
1368 2023-08-02 00:40:44 daniel-marschall /trunk/ Small documentation update  
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
1360 2023-07-31 22:45:26 daniel-marschall /trunk/  
1350 2023-07-30 23:48:26 daniel-marschall /trunk/ Various smaller fixes  
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
1345 2023-07-30 00:06:21 daniel-marschall /trunk/ Introduced setting XFF_TRUSTED_PROXIES which allows whitelisting proxies of which their HTTP_X_FORWARDED_FOR to determine the IP address of the web-visitor.  
1321 2023-06-25 01:15:07 daniel-marschall /trunk/ Documentation update / included oidplus.com copy to SVN  
1308 2023-06-18 23:44:45 daniel-marschall /trunk/  
1304 2023-06-17 21:24:25 daniel-marschall /trunk/ Fixing https://github.com/danielmarschall/oidplus/issues/16  
1303 2023-06-13 01:59:05 daniel-marschall /trunk/  
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)