Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-10 | Make main window size configurable | tkellner | 6 | -288/+349 |
2013-04-10 | Alternative theme | tkellner | 1 | -0/+3 |
2013-04-10 | Move config parameters to Constants | tkellner | 3 | -96/+72 |
2013-04-10 | Use default mobile bku url, not config parameter | tkellner | 1 | -2/+2 |
2013-04-10 | Some more String.isEmpty() replacements | tkellner | 7 | -21/+21 |
2013-04-10 | Use String.isEmpty() | tkellner | 1 | -9/+9 |
2013-04-10 | Use correct path separator in some instances | tkellner | 4 | -23/+24 |
2013-04-10 | Move some constants to Constants class | tkellner | 6 | -38/+30 |
2013-04-10 | Workaround for remaining AWT-Shutdown thread on OSX | tkellner | 2 | -0/+6 |
2013-04-10 | Set focus to password if number is set | tkellner | 1 | -1/+2 |
2013-04-10 | Fix for absolute paths (and normalize output link) | tkellner | 1 | -18/+20 |
2013-04-10 | Only save document once | tkellner | 1 | -8/+13 |
2013-04-10 | Spelling | tkellner | 2 | -16/+16 |
2013-04-10 | + removed small warning ... | tkellner | 1 | -2/+1 |
2013-04-10 | + fixed asign client bug! | tkellner | 1 | -4/+8 |