Subversion Repositories oidplus

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1389 2023-08-29 16:26:27 daniel-marschall /trunk/ Replaced unprofessional usage of chr(1), chr(2), ... as replacement tokens  
1385 2023-08-29 14:32:01 daniel-marschall /trunk/ X.500 DN object type plugin: Support for multi-valued RDN as well as improved escape sequences  
1359 2023-07-31 22:30:38 daniel-marschall /trunk/ NEW FEATURE: Database backup/restore (beta! use with caution!)  
1305 2023-06-18 16:17:39 daniel-marschall /trunk/ Simplified web browser login: Regular "PHP Session login" was removed and replaced by JWT cookie login (previously known as "remember me").
If you had previously disabled JWT_ALLOW_LOGIN_USER or JWT_ALLOW_LOGIN_ADMIN, please enable them again.
JWT tokens now contain registered claims (OIDs).
 
1295 2023-05-29 20:43:10 daniel-marschall /trunk/ Code cosmetics  
1294 2023-05-29 01:44:49 daniel-marschall /trunk/  
1276 2023-05-15 10:52:06 daniel-marschall /trunk/ REST API: New output field "status_bits"  
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1247 2023-04-28 22:15:16 daniel-marschall /trunk/ Automatically redirect to prefiltered queries  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1190 2023-04-08 21:40:11 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  
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  
1162 2023-04-05 02:37:36 daniel-marschall /trunk/  
1158 2023-04-04 12:06:04 daniel-marschall /trunk/ Fixed some smaller issues with MSSQL insert-id (test-cases are now all 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/  
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.  

Show All