Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1037 → Rev 1038

/trunk/TODO
9,7 → 9,6
 
Recently added TODO entries:
- should all country codes (even unused) in 1.2 and 2.16 be added to the wellknown list?
- ajax blacklist button => show a confirmation dialog
- "Decoding" section (tech info) at OID nodes, e.g. the AID decoder, should this be a scrolling <pre> block instead of a <code> block? (For mobile devices)
 
Databases:
/trunk/plugins/viathinksoft/adminPages/910_automated_ajax_calls/OIDplusPageAdminAutomatedAJAXCalls.js
20,6 → 20,8
oid: "1.3.6.1.4.1.37476.2.5.2.4.3.910",
 
blacklistJWT: function() {
if(!window.confirm(_L("Are you sure that you want to blacklist all access tokens?"))) return false;
 
$.ajax({
url:"ajax.php",
method:"POST",
/trunk/plugins/viathinksoft/raPages/910_automated_ajax_calls/OIDplusPageRaAutomatedAJAXCalls.js
20,6 → 20,8
oid: "1.3.6.1.4.1.37476.2.5.2.4.2.910",
 
blacklistJWT: function(user) {
if(!window.confirm(_L("Are you sure that you want to blacklist all access tokens?"))) return false;
 
$.ajax({
url:"ajax.php",
method:"POST",