Age | Commit message (Expand) | Author | Files | Lines |
2013-04-10 | Provide error message for cmd line args | tkellner | 1 | -4/+39 |
2013-04-10 | Allow --help as help argument | tkellner | 1 | -1/+2 |
2013-04-10 | Blank out passwords in mobile bku post data debug output | tkellner | 1 | -0/+4 |
2013-04-10 | Show dialog before requesting new TAN for IAIK mobile sig | tkellner | 2 | -13/+30 |
2013-04-10 | Show dialog before requesting new TAN | tkellner | 3 | -18/+43 |
2013-04-10 | Theme configuration | tkellner | 2 | -84/+118 |
2013-04-10 | Use switches for theme selection | tkellner | 1 | -16/+40 |
2013-04-10 | Grey out config button when disabled | tkellner | 3 | -24/+48 |
2013-04-10 | Add theme constant | tkellner | 1 | -8/+20 |
2013-04-10 | Move resource strings to Constants | tkellner | 8 | -22/+46 |
2013-04-10 | mobile bku viewer fix | tkellner | 2 | -2/+3 |
2013-04-10 | Include port in URLs | tkellner | 1 | -3/+9 |
2013-04-10 | Add IAIK mobile signature handler | tkellner | 3 | -1/+377 |
2013-04-10 | Allow error messages in tan state | tkellner | 3 | -7/+17 |
2013-04-10 | Request debug code | tkellner | 1 | -0/+14 |
2013-04-10 | Ensure session ID on redirects (if necessary) | tkellner | 4 | -1/+15 |
2013-04-10 | Fallback TAN tries handling | tkellner | 1 | -0/+1 |
2013-04-10 | Improved TAN entry | tkellner | 3 | -12/+52 |
2013-04-10 | Changed UI component for signature from button to link | tkellner | 1 | -5/+6 |
2013-04-10 | Added show button to tan entry for mobile bku | tkellner | 2 | -72/+146 |
2013-04-10 | Add signature data url to mobile status | tkellner | 5 | -28/+54 |
2013-04-10 | Save mobile BKU URL/type | tkellner | 1 | -4/+12 |
2013-04-10 | Extract basic mobile BKU status stuff | tkellner | 2 | -156/+124 |
2013-04-10 | Move cast to accessor | tkellner | 1 | -5/+9 |
2013-04-10 | split mobile BKU status | tkellner | 5 | -190/+351 |
2013-04-10 | Parse TAN tries | tkellner | 2 | -6/+14 |
2013-04-10 | Rework mobile BKU handling | tkellner | 14 | -408/+641 |
2013-04-10 | Rename ATrustHelper, refVal | tkellner | 10 | -79/+80 |
2013-04-10 | Remove unused default | tkellner | 1 | -3/+2 |
2013-04-10 | Remove unneeded certs, add mobile test certs | tkellner | 2 | -12/+13 |
2013-04-10 | Update configuration file name | tkellner | 1 | -1/+1 |
2013-04-10 | Rename profile dir | tkellner | 1 | -1/+1 |
2013-04-10 | Show alternative text for 1 try left | tkellner | 1 | -1/+3 |
2013-04-10 | Use mouse cursors during positioning | tkellner | 2 | -1/+47 |
2013-04-10 | Use reflection for mac workaround | tkellner | 2 | -4/+24 |
2013-04-10 | Workaround for mac full screen bug | tkellner | 1 | -0/+6 |
2013-04-10 | Wrap mobile dialog error messages | tkellner | 1 | -1/+1 |
2013-04-10 | Display error message (and retry) when saving fails | tkellner | 1 | -13/+34 |
2013-04-10 | Allow to set title in dialog, use it for overwrite | tkellner | 3 | -9/+11 |
2013-04-10 | Submit mobile dialog on enter, set focus on error | tkellner | 1 | -22/+7 |
2013-04-10 | load log4j props after creating, watch for changes | tkellner | 3 | -4/+8 |
2013-04-10 | More null guards in config | tkellner | 4 | -7/+13 |
2013-04-10 | Move log4j props and config to avoid name clashes | tkellner | 1 | -7/+8 |
2013-04-10 | Removed unneeded debug msg | tkellner | 1 | -1/+0 |
2013-04-10 | Guard against null config values | tkellner | 1 | -33/+51 |
2013-04-10 | Save configuration (and window size) on close | tkellner | 1 | -1/+17 |
2013-04-10 | Configuration overlay added | tkellner | 21 | -135/+519 |
2013-04-10 | Comments | tkellner | 2 | -32/+1 |
2013-04-10 | Rework ConfigurationProvider to store config in a ConfigurationContainer | tkellner | 12 | -187/+338 |
2013-04-10 | Refactoring | tkellner | 2 | -123/+128 |