User Details
User Details
- User Since
- Feb 24 2016, 3:18 PM (482 w, 4 d)
- Availability
- Available
Sep 25 2019
Sep 25 2019
nowicki committed R44:3e73ea1e9a26: Fix error handling in incremental folder sync job (authored by nowicki).
Fix error handling in incremental folder sync job
nowicki committed R44:3d8e4d17699e: Update special folders only when the folder tree has changed (authored by nowicki).
Update special folders only when the folder tree has changed
nowicki committed R44:fda7d1c4d657: Move modified items processing into a separate function (authored by nowicki).
Move modified items processing into a separate function
Remove redundant check
nowicki committed R44:68a4a47ba359: Use a QHash to store lists of items to fetch (authored by nowicki).
Use a QHash to store lists of items to fetch
nowicki committed R44:2d9953832bdd: Improve progress reporting during item fetch job (authored by nowicki).
Improve progress reporting during item fetch job
nowicki committed R44:b4ef8afe36aa: Deduplicate idle status setting into a separate method (authored by nowicki).
Deduplicate idle status setting into a separate method
Sep 18 2019
Sep 18 2019
Merge branch 'Applications/19.08'
nowicki committed R44:532bfebb5380: ews: fix unnecessary reauthentication prompts (authored by nowicki).
ews: fix unnecessary reauthentication prompts
Feb 26 2019
Feb 26 2019
nowicki requested review of D19333: Use system codepage when reading from piped command.
Feb 25 2019
Feb 25 2019
nowicki committed R44:4ca39cfec441: icaldir: fix build after configuration porting (authored by nowicki).
icaldir: fix build after configuration porting
Feb 21 2019
Feb 21 2019
nowicki requested review of D19196: icaldir: fix build after configuration porting.
Oct 31 2018
Oct 31 2018
nowicki committed R165:542d234d9ce6: Fix regression in tag fetching for notifications (authored by nowicki).
Fix regression in tag fetching for notifications
Oct 30 2018
Oct 30 2018
Use own registered OAuth2 client ID
Fix clazy warning
nowicki committed R44:31e9300befd4: Load public key authentication settings if configured (authored by nowicki).
Load public key authentication settings if configured
nowicki committed R44:7bd1befa8117: Use public key authentication in OAuth2 authetication handler (authored by nowicki).
Use public key authentication in OAuth2 authetication handler
nowicki committed R44:8966952055dd: Enable configuration of public key authentication (authored by nowicki).
Enable configuration of public key authentication
nowicki committed R44:fbbe85068504: Add public key authentication job implementation (authored by nowicki).
Add public key authentication job implementation
nowicki committed R44:bc8ac6737c9b: Add possibility to set X.509 certificate & key for authentication (authored by nowicki).
Add possibility to set X.509 certificate & key for authentication
Oct 29 2018
Oct 29 2018
nowicki requested review of D16512: Fix regression in tag fetching for notifications.
Oct 25 2018
Oct 25 2018
nowicki committed R44:464c2c638af7: Fix crash regression caused by lack of member initialization (authored by nowicki).
Fix crash regression caused by lack of member initialization
nowicki committed R44:ffe49a7dc7dd: Clean up authentication parent widget setting (authored by nowicki).
Clean up authentication parent widget setting
Fix crash on resource shutdown
Oct 24 2018
Oct 24 2018
Remove support for token requests
nowicki committed R44:7ad6ef0b1d57: Port settings unit test to use map requests instead of token requests (authored by nowicki).
Port settings unit test to use map requests instead of token requests
nowicki committed R44:a65dd627422f: Enable back OAuth2 authentication in configuration dialog (authored by nowicki).
Enable back OAuth2 authentication in configuration dialog
nowicki committed R44:fb39b328b222: Enable back OAuth2 authentication in settings class (authored by nowicki).
Enable back OAuth2 authentication in settings class
nowicki committed R44:8f8a7a79a424: Port configuration dialog to new auth framework (authored by nowicki).
Port configuration dialog to new auth framework
nowicki committed R44:52c758e4733f: Port OAuth2 to new authentication framework (authored by nowicki).
Port OAuth2 to new authentication framework
nowicki committed R44:8d595008c071: Remove leftovers from old authentication from resource and client classes (authored by nowicki).
Remove leftovers from old authentication from resource and client classes
nowicki committed R44:8b4c29a0d931: Move auth handler preparation to EWS settings class (authored by nowicki).
Move auth handler preparation to EWS settings class
nowicki committed R44:c6cd504af19e: Switch EWS request to new authentication framework (authored by nowicki).
Switch EWS request to new authentication framework
nowicki committed R44:4f0332f7f1e5: Implement handling of authentication failures and reauthentication (authored by nowicki).
Implement handling of authentication failures and reauthentication
nowicki committed R44:c8476d4dcae3: Initialize authentication provider in EWS resource (authored by nowicki).
Initialize authentication provider in EWS resource
nowicki committed R44:8590503bdd68: Implement password authentication handler for the auth framework (authored by nowicki).
Implement password authentication handler for the auth framework
nowicki committed R44:6c5fbecce8e7: Initial implementation of base class of new authentication framework (authored by nowicki).
Initial implementation of base class of new authentication framework
nowicki committed R44:0a1bcaccef8d: Add access to the whole wallet map instead of just tokens (authored by nowicki).
Add access to the whole wallet map instead of just tokens
Oct 23 2018
Oct 23 2018
Merge branch 'Applications/18.08'
Fix automatic scrolling of chat window
nowicki updated the diff for D16382: Fix automatic scrolling of chat window.
Fix one more occurrence of document.body.scrollTop.
nowicki updated the summary of D16382: Fix automatic scrolling of chat window.
nowicki requested review of D16382: Fix automatic scrolling of chat window.
Oct 13 2018
Oct 13 2018
nowicki committed R44:cc01588c33b0: Add more OAuth2 unit test and adapt them to Qt 5.9 (authored by nowicki).
Add more OAuth2 unit test and adapt them to Qt 5.9
Reenable OAuth2 on Qt < 5.10
Oct 12 2018
Oct 12 2018
nowicki committed R44:dc65341dc543: Depend on QtNetworkAuth >= 5.10 for EWS OAuth2 authentication (authored by nowicki).
Depend on QtNetworkAuth >= 5.10 for EWS OAuth2 authentication
Add unit test for OAuth2 authentication
nowicki committed R44:9f7977e775f6: Use notification popup to inform about EWS OAuth2 token expiration (authored by nowicki).
Use notification popup to inform about EWS OAuth2 token expiration
Refactor unit test addition macros
nowicki committed R44:1e0f1c514e80: Raise an authentication error when the user closes the browser (authored by nowicki).
Raise an authentication error when the user closes the browser
nowicki committed R44:ac548ce174b4: Try to refresh the access token if refresh token is available (authored by nowicki).
Try to refresh the access token if refresh token is available
nowicki committed R44:7c53f1cfce88: Use own implementation of QAbstractOAuthReplyHandler::networkReplyFinished (authored by nowicki).
Use own implementation of QAbstractOAuthReplyHandler::networkReplyFinished
nowicki committed R44:413207758ddc: Handle retrieval and storage of OAuth2 tokens in the main resource class (authored by nowicki).
Handle retrieval and storage of OAuth2 tokens in the main resource class
nowicki committed R44:81fe5599eef8: Save OAuth2 settings and retrieved tokens upon config dialog exit (authored by nowicki).
Save OAuth2 settings and retrieved tokens upon config dialog exit
nowicki committed R44:8edc86eb3ef2: Force selection of the password auth radio button if OAuth2 is not supported (authored by nowicki).
Force selection of the password auth radio button if OAuth2 is not supported
nowicki committed R44:94a6b20b8c49: Pass the stored OAuth2 tokens to the test connection (authored by nowicki).
Pass the stored OAuth2 tokens to the test connection
nowicki committed R44:173cf7c673b6: Reset OAuth2 access token when EWS request fails with 401 (authored by nowicki).
Reset OAuth2 access token when EWS request fails with 401
nowicki committed R44:b31930e61e5c: Retrieve OAuth2 tokens upon display of configuration dialog (authored by nowicki).
Retrieve OAuth2 tokens upon display of configuration dialog
nowicki committed R44:4df71f25abd6: Add support for reading and writing OAuth tokens to wallet (authored by nowicki).
Add support for reading and writing OAuth tokens to wallet
nowicki committed R44:2d95adf523cb: Allow setting, retrieving and resetting OAuth2 tokens (authored by nowicki).
Allow setting, retrieving and resetting OAuth2 tokens
Refactor KWallet access code
nowicki committed R44:cb4fc9011219: Enable testing the OAuth2 authentication using the Try connect button (authored by nowicki).
Enable testing the OAuth2 authentication using the Try connect button
Enable OAuth2 in EWS request
nowicki committed R44:e1ea00b3991d: Allow passing a parent QWidget to the OAuth2 authenticator (authored by nowicki).
Allow passing a parent QWidget to the OAuth2 authenticator
nowicki committed R44:5dd48d536d73: Use own event loop for connection attempts (authored by nowicki).
Use own event loop for connection attempts
Enable OAuth2 in EWS client
nowicki committed R44:0ca0698ef7fd: Introduce initial OAuth2 authentication code (authored by nowicki).
Introduce initial OAuth2 authentication code
nowicki committed R44:9a5b470c138a: Add "what is this" text for the domain checkbox (authored by nowicki).
Add "what is this" text for the domain checkbox
nowicki committed R44:ce31d62be86f: Add EWS configuration dialog option for OAuth2 authentication (authored by nowicki).
Add EWS configuration dialog option for OAuth2 authentication
nowicki committed R44:14b15bed77f1: Reorganize the EWS General settings page a little (authored by nowicki).
Reorganize the EWS General settings page a little
Oct 9 2018
Oct 9 2018
nowicki committed R44:3fc4d3be1af6: Call the POP3 fake server thread's quit() method directly (authored by nowicki).
Call the POP3 fake server thread's quit() method directly
nowicki committed R44:db2913aee296: Wait for the response each time an option is set on the resource (authored by nowicki).
Wait for the response each time an option is set on the resource
nowicki committed R44:ed251f175af9: Clean the seen UID lists on the POP3 resource for all tests (authored by nowicki).
Clean the seen UID lists on the POP3 resource for all tests
nowicki committed R44:361c2845b40d: Work around maildir not being able to create all the paths. (authored by nowicki).
Work around maildir not being able to create all the paths.
nowicki committed R44:7f0ce8556e45: Remove just deleted POP3 messages from the internal maps (authored by nowicki).
Remove just deleted POP3 messages from the internal maps
nowicki committed R44:59733dbb7582: Wait for Akonadi to process items after handling all POP3 messages (authored by nowicki).
Wait for Akonadi to process items after handling all POP3 messages
Oct 5 2018
Oct 5 2018
nowicki requested review of D15975: Remove just deleted POP3 messages from the internal maps.
nowicki committed R44:647eb5029913: Qualify all POP3 mails for deletion if supplied id == -1 (authored by nowicki).
Qualify all POP3 mails for deletion if supplied id == -1
nowicki requested review of D15962: pop3: qualify all mails for deletion if supplied id == -1.
nowicki committed R44:7d8a68de4bdf: pop3/autotests: wait for MaildirResource::setPath() to take effect (authored by nowicki).
pop3/autotests: wait for MaildirResource::setPath() to take effect
Oct 4 2018
Oct 4 2018
EWS/test: Fix build with Qt<5.11
nowicki committed R44:540b6f35d9f1: EWS/test: Work around occasional missed collection change notifications (authored by nowicki).
EWS/test: Work around occasional missed collection change notifications
nowicki committed R44:9c94779a9a81: EWS/test: Fix authentication failure in isolated test (authored by nowicki).
EWS/test: Fix authentication failure in isolated test
nowicki committed R44:94dacf7cf06f: EWS/test: Use the SpecialCollectionAttribute to determine collection special… (authored by nowicki).
EWS/test: Use the SpecialCollectionAttribute to determine collection special…
May 29 2018
May 29 2018
nowicki committed R44:b5ee6ff11cd3: resources/ews: Fix saving passwords to KWallet (authored by nowicki).
resources/ews: Fix saving passwords to KWallet
Nov 3 2017
Nov 3 2017
EWS: Remove inbox filtering workaround
Nov 2 2017
Nov 2 2017
Unbreak sending e-mail yet again
Fix the build with <=sonnet-5.39
Oct 28 2017
Oct 28 2017
nowicki committed R92:0b9313aeccae: Recognise inbox collection from all resources (authored by nowicki).
Recognise inbox collection from all resources
Oct 22 2017
Oct 22 2017
EWS/test: virtual--; override++
nowicki committed R44:02de48a339cf: EWS/test: Make a deep copy of the comparison function (authored by nowicki).
EWS/test: Make a deep copy of the comparison function
Oct 21 2017
Oct 21 2017
nowicki committed R44:0b3bc720919c: EWS/test: Add fake response for subscribed folder ID validation (authored by nowicki).
EWS/test: Add fake response for subscribed folder ID validation