aboutsummaryrefslogtreecommitdiffstats
path: root/src/settingsdialog.cpp
Commit message (Collapse)AuthorAge
* Hide Open URL… action if built without mastodonppConfuSomu2024-05-15
| | | | | This option doesn't work without mastodonpp, so I think that it might be better to hide it.
* Disable remote instance settings if no mastodonppConfuSomu2024-05-11
| | | | Also fix a small bug in the request token flow.
* Use smart pointers with AP classes and InstanceConfuSomu2024-03-20
|
* Implement basic Mastodon API supportConfuSomu2023-08-24
| | | | | | | Implement support for OAuth 2.0 code entry, which is then used to retrieve a token that is stored in the application's settings. Authentification allowed the implementation of a basic "get post from URL" feature mostly made for testing.
* Implement "fill address" in instance settingsConfuSomu2023-08-15
| | | | | Implement the "fill address" action in the instance login settings frame that is in the network tab.
* Implement settings dialogConfuSomu2023-08-15