aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/axivion/axivionplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Axivion: Prepare settings for multiple dashboardsChristian Stenger2024-05-271-0/+3
* Axivion: Prepare multi-server settingsChristian Stenger2024-05-271-18/+35
* AsyncTask: Centralize setting global future synchronizerEike Ziller2024-05-211-2/+0
* Axivion: Fix displaying tagsChristian Stenger2024-05-151-0/+3
* Axivion: Refactor URL constructionChristian Stenger2024-04-241-14/+15
* Axivion: Refactor URL query handlingChristian Stenger2024-04-231-32/+30
* Axivion: Do not present empty issue detailsChristian Stenger2024-04-081-0/+4
* Axivion: Fix crash on closeChristian Stenger2024-03-271-2/+3
* Axivion: Improve path mappingChristian Stenger2024-03-221-3/+21
* Axivion: Reuse the redirected url for further usageJarek Kobus2024-03-221-12/+17
* Axivion: Ensure the username matches on unauthenticated accessJarek Kobus2024-03-131-4/+12
* Axivion: Break the authorization process on errorJarek Kobus2024-03-131-6/+9
* Axivion: Replace local lambda with static methodJarek Kobus2024-03-111-5/+7
* Axivion: Show error string on error's deserialization errorJarek Kobus2024-03-111-0/+2
* Axivion: Provide some context menu for issues tableChristian Stenger2024-03-111-0/+6
* Axivion: Suppress the network error logging on unauthorized accessJarek Kobus2024-03-071-16/+23
* Axivion: Use more dashboard url instead of server urlJarek Kobus2024-02-281-4/+6
* Axivion: Make initial dashboard fetch a part of authorizationJarek Kobus2024-02-281-40/+66
* Axivion: Fix the condition inside onUnauthorizedGroupSetupJarek Kobus2024-02-271-4/+11
* Axivion: Fix clazy warning about mixing const and mutable iteratorshjk2024-02-271-7/+8
* Axivion: Make use of Dto::IssueKind enumJarek Kobus2024-02-271-9/+11
* Axivion: Change the credential keyJarek Kobus2024-02-271-1/+1
* Axivion: Remove assert for empty relative doc pathJarek Kobus2024-02-261-1/+2
* Axivion: Redo lazy fetching of issuesChristian Stenger2024-02-231-1/+0
* Axivion: Provide basic sorting for issues tableChristian Stenger2024-02-231-0/+3
* Axivion: Hide the output pane implementationhjk2024-02-221-4/+5
* Axivion: Handle the error on key read like we do on key storingJarek Kobus2024-02-221-7/+28
* Axivion: Fix path filter queryChristian Stenger2024-02-221-1/+1
* Axivion: Don't report error on semi working setup so intrusivelyJarek Kobus2024-02-221-1/+1
* Axivion: Ignore the failure on storing the new ApiToken in QtKeyChainJarek Kobus2024-02-211-1/+7
* Axivion: Add more error messages on different failuresJarek Kobus2024-02-211-2/+8
* Axivion: Show more detailed message on deserialization errorJarek Kobus2024-02-211-11/+14
* Axivion: Allow opening external linksChristian Stenger2024-02-211-0/+15
* Axivion: Handle local URLs of issue detailsChristian Stenger2024-02-211-0/+21
* Axivion: Open issue information semi-automaticChristian Stenger2024-02-211-0/+6
* Axivion: Allow highlighting marksChristian Stenger2024-02-201-4/+9
* Axivion: Automatically fix the dashboard urlJarek Kobus2024-02-201-14/+5
* Axivion: Move issue details widgetChristian Stenger2024-02-201-1/+45
* Axivion: Show error messages on CredentialQuery errorsJarek Kobus2024-02-201-6/+9
* Axivion: Limit code repetitionJarek Kobus2024-02-201-98/+25
* Axivion: Reuse AxivionPluginPrivate::m_apiToken field in fetchHtmlRecipeJarek Kobus2024-02-201-21/+7
* Axivion: Implement trial connection with no authenticationJarek Kobus2024-02-201-10/+44
* Axivion: Isolate authorization recipeJarek Kobus2024-02-191-18/+27
* Axivion: Implement ApiToken querying and storingJarek Kobus2024-02-191-29/+148
* Axivion: Introduce postDtoRecipe()Jarek Kobus2024-02-151-0/+88
* Axivion: Separate fetching Dto data from credential handingJarek Kobus2024-02-151-28/+48
* Axivion: Simplify string constructionsJarek Kobus2024-02-131-29/+20
* Axivion: Drop known namespace specifiersJarek Kobus2024-02-131-2/+2
* Axivion: Tweak fetch for issuesChristian Stenger2024-02-131-64/+33
* Axivion: Remove axivionresultparser.{cpp,h}Jarek Kobus2024-02-051-10/+24