Evangelos Ribeiro Tzaras
|
7ac862155b
|
Uncrustify sources
Ran `find src plugins -iname '*.[c|h]' -print0 | xargs -0 uncrustify --no-backup`
with some minimal manual intervention.
|
2022-04-24 12:59:42 +02:00 |
|
Evangelos Ribeiro Tzaras
|
64bb170efa
|
account-provider: Repurpose to allow graphical credential editing
|
2021-07-20 10:17:17 +02:00 |
|
Evangelos Ribeiro Tzaras
|
babd013bd7
|
Remove CallsCredentials and adapt to changes
The provider knows best which credentials it needs and CallsCredentials
was not generic to begin with, so get rid of it.
|
2021-07-20 10:17:17 +02:00 |
|
Evangelos Ribeiro Tzaras
|
14ef4f6b17
|
Add CallsAccountProviderInterface
This interface should by implemented by providers for which the user can add
or remove accounts.
|
2021-05-04 06:41:43 +02:00 |
|